Closed
Bug 456290
Opened 16 years ago
Closed 16 years ago
JavaScript Tests - GLOBAL should be computed in shell tests
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(1 file)
424 bytes,
patch
|
Details | Diff | Splinter Review |
currently GLOBAL is set in shell.js as a fixed string however this breaks split object tests which change the toString value of the global object. The browser tests already compute GLOBAL as this + ''. The shell should do the same.
Flags: in-testsuite-
Flags: in-litmus-
Assignee | ||
Comment 1•16 years ago
|
||
/cvsroot/mozilla/js/tests/shell.js,v <-- shell.js
new revision: 1.10; previous revision: 1.9
http://hg.mozilla.org/mozilla-central/rev/7a5efbbaf085
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•