Closed
Bug 707351
Opened 13 years ago
Closed 13 years ago
Remove tracer-specific stuff from jit-tests
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: dmandelin, Assigned: dmandelin)
References
Details
Attachments
(1 file, 1 obsolete file)
111.28 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
There is TMFLAGS support in the harness, and checkStats in the test cases.
Posting a WIP that removes those things but isn't done. I removed HOTLOOP and RUNLOOP too, but there are lots of tests that use those, so we need to put them back, modify the tests, or delete the tests.
I removed some tests that only checked checkStats stuff, or were otherwise totally tracer-specific. I suspect that many of the other tests that used to call checkStats, and some other tests, are pretty much specific to the tracer and are unlikely to catch many bugs now.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: general → dmandelin
Attachment #578758 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #579149 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #579149 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•