Closed
Bug 336784
Opened 19 years ago
Closed 19 years ago
js1_5/Array/regress-312278.js result: FAILED type: browser
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bc, Unassigned)
References
()
Details
(Keywords: regression)
20060503 win/mac/linux 1.9.
regression from bug 325951?
BUGNUMBER: 312278
STATUS: Do no access GC-ed object in Array.prototype.toSource
FAILED!: With is not defined
sensitive since bug 312278 is.
Comment 1•19 years ago
|
||
You can no longer create With objects "by hand" since the With class is now anonymous...
Comment 2•19 years ago
|
||
With had to go, it was a gratuitous ECMA extension. But it was handy for Igor's testcase. Igor, can you think of another way to write that test that does not require With? If we need to bring it back in DEBUG builds only, we can -- but I would prefer not to.
/be
Comment 3•19 years ago
|
||
(In reply to comment #2)
> Igor, can you think of another way to write that test that
> does not require With?
See the attachment from bug 312278 comment 63.
| Reporter | ||
Comment 4•19 years ago
|
||
Ok, the new test passes in 1.5.0.4/2.0/trunk windows from yesterday. Marking fix pending next full run.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•19 years ago
|
Keywords: regression
| Reporter | ||
Updated•19 years ago
|
Flags: in-testsuite+
| Reporter | ||
Comment 5•19 years ago
|
||
verified fixed 20060609 win/macppc/linux trunk.
Status: RESOLVED → VERIFIED
Updated•19 years ago
|
Group: security
You need to log in
before you can comment on or make changes to this bug.
Description
•