Closed
Bug 1951163
Opened 23 days ago
Closed 18 days ago
Add jit-test helper to iongraph
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: bvisness, Assigned: bvisness)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I want to be able to run iongraph against our jit-tests without undue difficulty. In particular, the fact that jit-test runs all the variants at once screws up IONFLAGS=logs and makes me sad.
Assignee | ||
Comment 1•23 days ago
|
||
You can now run iongraph jit-test <iongraph args> -- <jit-test args>
to automatically do iongraph on a particular jit-test. It uses the
--debugger flag to interactively pop up a choice for the specific mode
you want to run in.
Updated•23 days ago
|
Assignee: nobody → bvisness
Status: NEW → ASSIGNED
Updated•19 days ago
|
Pushed by bvisness@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/631e198fc9b1
Add jit-test helper to iongraph. r=iain
Comment 3•18 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 18 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•