Closed
Bug 397105
Opened 18 years ago
Closed 17 years ago
Update regexp test for PCRE 7.3 update
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cpeyer, Assigned: cpeyer)
Details
Attachments
(1 file)
|
4.21 KB,
patch
|
dschaffe
:
review+
stejohns
:
review+
|
Details | Diff | Splinter Review |
This test (ecma3/RegExp/eregress_119909.as) is supposed to see if we can get PCRE to crash, but we do this by testing a large number of nested parens (500). PCRE 6.4 limited nested parens to 200 and then just returned no match, 7.3 no longer has a hard limit. Test needs to be updated with new results.
| Assignee | ||
Comment 1•18 years ago
|
||
| Assignee | ||
Updated•18 years ago
|
Attachment #281871 -
Flags: review?(dschaffe)
Comment 2•18 years ago
|
||
Comment on attachment 281871 [details] [diff] [review]
Patch for eregress_119909 to conform to PCRE 7.3
+ reviewed changes.
Attachment #281871 -
Flags: review?(dschaffe) → review+
| Assignee | ||
Updated•18 years ago
|
Attachment #281871 -
Flags: review?(stejohns)
Updated•18 years ago
|
Attachment #281871 -
Flags: review?(stejohns) → review+
Comment 3•18 years ago
|
||
Changes pushed.
| Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•