Closed
Bug 472761
Opened 11 years ago
Closed 11 years ago
TM: testDoubleComparison in trace-tests.js fails
Categories
(Core :: JavaScript Engine, defect)
Not set
Tracking
()
VERIFIED
FIXED
People
(Reporter: gal, Assigned: gal)
Details
(Keywords: verified1.9.1, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
1.47 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
testDoubleComparison : FAILED: expected string ( "finished" ) [sideExitIntoInterpreter: 1] != actual string ( "finished" ) [sideExitIntoInterpreter: 2] If someone can bisect that would be great, otherwise I will grab the bug and do it later today.
Comment 1•11 years ago
|
||
This looks like something related to the timeout stuff we added, still investigating. It passes by itself, and it also passes in the larger file if I decrease the loop count below 500k.
Assignee | ||
Updated•11 years ago
|
Assignee: general → gal
Comment 2•11 years ago
|
||
gal, i couldn't reproduce this error.
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Its timeout dependent. Your machine might be too fast and the timeout doesn't happen. Try increasing the loop counter in that test case.
Assignee | ||
Updated•11 years ago
|
Attachment #356268 -
Flags: review?(jwalden+bmo)
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #356268 -
Attachment is obsolete: true
Attachment #356272 -
Flags: review?(jwalden+bmo)
Attachment #356268 -
Flags: review?(jwalden+bmo)
Comment 6•11 years ago
|
||
Comment on attachment 356272 [details] [diff] [review] v2, condition on JS_JIT_SPEW not DEBUG, tested with debug and opt I don't think the #ifdef JS_JIT_SPEW is necessary (it's built into how AUDIT is defined), nor does it substantially increase code clarity, but whatever.
Attachment #356272 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Pushed to TM: http://hg.mozilla.org/tracemonkey/rev/d3a4e58a54f5
Assignee | ||
Updated•11 years ago
|
Whiteboard: fixed-in-tracemonkey
Updated•11 years ago
|
Summary: TM: testDoubleComparison in trace-tests.js failes → TM: testDoubleComparison in trace-tests.js fails
Comment 8•11 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/d3a4e58a54f5
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 9•11 years ago
|
||
already in js1_8_1/trace/trace-test.js
Flags: in-testsuite+
Flags: in-litmus-
Comment 10•11 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/e63d6fdcb612
Flags: wanted1.9.1+
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•