Closed
Bug 466617
Opened 17 years ago
Closed 17 years ago
JavaScript Tests - default browser tests to non jit
Categories
(Testing Graveyard :: Sisyphus, defect)
Testing Graveyard
Sisyphus
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(1 file)
|
2.23 KB,
patch
|
Details | Diff | Splinter Review |
When performing bisection of test results in the browser, it is important to be consistent with regard to whether jit is enabled or not. http://hg.mozilla.org/tracemonkey/rev/685e00e68be9 enabled jit by default in the browser.
Flags: in-testsuite-
Flags: in-litmus-
| Assignee | ||
Comment 1•17 years ago
|
||
this patch explicitly turns off jit for browser tests unless ;jit is specified in the test url when content jit is turned on and chrome jit is turned off. At the end of the test, the original jit settings are restored.
| Assignee | ||
Comment 2•17 years ago
|
||
Checking in browser.js;
/cvsroot/mozilla/js/tests/browser.js,v <-- browser.js
new revision: 1.12; previous revision: 1.11
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 3•17 years ago
|
||
Comment 4•17 years ago
|
||
bc said to stick the rest of these JS Test bugs in Sisyphus for now.
Component: Testing → Sisyphus
Flags: in-litmus-
Product: Core → Testing
QA Contact: testing → sisyphus
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•