Closed
Bug 890249
Opened 12 years ago
Closed 12 years ago
jit_test --tbpl should also run the js shell without any flags
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: shu, Assigned: shu)
Details
Attachments
(1 file)
1.52 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Currently --tbpl on jit_test.py runs with the following flags:
['--ion-eager'], # implies --baseline-eager
['--baseline-eager'],
['--baseline-eager', '--no-ti', '--no-fpu'],
['--no-baseline', '--no-ion'],
['--no-baseline', '--no-ion', '--no-ti'],
But it doesn't include running the shell without any extra flags, which is important for PJS tests, which expect a normal warmup period for BC and Ion.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: general → shu
Attachment #771318 -
Flags: review?(jdemooij)
Updated•12 years ago
|
Attachment #771318 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•