Closed
Bug 814061
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Fix x64 test failures
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: evilpies, Unassigned)
References
Details
Attachments
(1 file)
1.05 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•12 years ago
|
||
JIT test failures left over are.
--ion-eager /home/tom/ionmonkey/js/src/jit-test/tests/arguments/args-mochi.js
--ion-eager /home/tom/ionmonkey/js/src/jit-test/tests/jaeger/argumentsOptimize-2.js
--ion-eager /home/tom/ionmonkey/js/src/jit-test/tests/jaeger/testSetElem-Indexed.js
--ion-eager /home/tom/ionmonkey/js/src/jit-test/tests/jaeger/recompile/bug671943-2.js
--ion-eager /home/tom/ionmonkey/js/src/jit-test/tests/jaeger/recompile/memory-01.js
The first two are also failing on x86. The third one is recent. The fourth one depends on an gc(); call.
Reporter | ||
Updated•12 years ago
|
Attachment #684075 -
Flags: review?(kvijayan)
Comment 2•12 years ago
|
||
Comment on attachment 684075 [details] [diff] [review]
v1
Review of attachment 684075 [details] [diff] [review]:
-----------------------------------------------------------------
Nice!
Attachment #684075 -
Flags: review?(kvijayan) → review+
Reporter | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Can this be closed or turned into a meta?
Comment 5•12 years ago
|
||
I'm thinking we can keep this open for fixing ongoing test failures that show up on x64 as development proceeds.
Comment 6•12 years ago
|
||
All green now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•