Closed
Bug 659286
Opened 14 years ago
Closed 14 years ago
jstest failures with -m -a: js1_5/Array/regress-350256-02.js, js1_5/Array/regress-350256-03.js
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 653436
People
(Reporter: jandem, Unassigned)
References
Details
(Keywords: regression, testcase)
If I run jstests with -m -a the following tests fail:
js1_5/Array/regress-350256-02.js
js1_5/Array/regress-350256-03.js
| Reporter | ||
Comment 1•14 years ago
|
||
--
function test() {
var a = [];
a[500000] = true;
var b = Array.apply(null, a);
print("OK");
}
test();
--
With -m -a this silently exits before printing "OK". Are we swallowing an exception somewhere?
| Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•