keeleysam / tenfourfox

Automatically exported from code.google.com/p/tenfourfox
0 stars 0 forks source link

FAIL - /Volumes/BruceDeuce/src/mozilla-21b/js/src/jit-test/tests/basic/emulates-undefined.js (fallout from M792108 partial backout) #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This test breaks since we don't implement objectEmulatingUndefined(). Again, 
this is mostly only of interest if we don't implement Ion.

Original issue reported on code.google.com by classi...@floodgap.com on 13 Apr 2013 at 11:32

GoogleCodeExporter commented 9 years ago
Related:
/Volumes/BruceDeuce/src/mozilla-21b/js/src/jit-test/tests/truthiness/equal-null.
js
/Volumes/BruceDeuce/src/mozilla-21b/js/src/jit-test/tests/truthiness/equal-undef
ined.js
/Volumes/BruceDeuce/src/mozilla-21b/js/src/jit-test/tests/truthiness/not-equal-n
ull.js
/Volumes/BruceDeuce/src/mozilla-21b/js/src/jit-test/tests/truthiness/not-equal-u
ndefined.js
/Volumes/BruceDeuce/src/mozilla-21b/js/src/jit-test/tests/truthiness/not.js

Original comment by classi...@floodgap.com on 13 Apr 2013 at 11:41

GoogleCodeExporter commented 9 years ago
We're also accumulating other failures unrelated to M792108. These seem to be 
because we have such a big stack and we allow such large stack allocations that 
we don't fail in predictable ways anymore. I'm not sure if this is really a bug.

Original comment by classi...@floodgap.com on 8 May 2013 at 2:43

GoogleCodeExporter commented 9 years ago
Fixed by BaselineCompiler

Original comment by classi...@floodgap.com on 9 Oct 2013 at 3:01