Closed Bug 659286 Opened 13 years ago Closed 13 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)

defect
Not set
normal

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
--
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?
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.