Closed
Bug 449656
Opened 17 years ago
Closed 17 years ago
ecma_3/String/regress-304376.js FAIL in split objects
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bc, Assigned: mrbkap)
Details
Attachments
(1 file)
546 bytes,
patch
|
crowderbt
:
review+
|
Details | Diff | Splinter Review |
String = Array; "".join() doesn't throw in split objects.
Flags: in-testsuite+
Flags: in-litmus-
Reporter | ||
Comment 1•17 years ago
|
||
I think js1_5/Regress/regress-334807-02.js and js1_5/Regress/regress-334807-04.js are the same issue.
Assignee | ||
Comment 2•17 years ago
|
||
We can't pass this test without GLOBAL_FLAGS, as they were introduced to fix exactly this test!
Updated•17 years ago
|
Attachment #333262 -
Flags: review?(crowder) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•