Closed
Bug 1621193
Opened 5 years ago
Closed 5 years ago
./mach jit-test --debug test selection menu no longer works
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: tcampbell, Assigned: sfink)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
tcampbell@ironman:~/projects/gecko.dev$ JS_GC_ZEAL=10 ./mach jit-test --debugger=rr wasm_box2d
Multiple tests match command line arguments, debugger can only run one
1) /home/tcampbell/projects/gecko.dev/js/src/jit-test/tests/wasm/bench/wasm_box2d.js
2) /home/tcampbell/projects/gecko.dev/js/src/jit-test/tests/wasm/bench/wasm_box2d.js (--wasm-compiler=ion)
3) /home/tcampbell/projects/gecko.dev/js/src/jit-test/tests/wasm/bench/wasm_box2d.js (--wasm-compiler=baseline)
4) /home/tcampbell/projects/gecko.dev/js/src/jit-test/tests/wasm/bench/wasm_box2d.js (--test-wasm-await-tier2)
5) /home/tcampbell/projects/gecko.dev/js/src/jit-test/tests/wasm/bench/wasm_box2d.js (--disable-wasm-huge-memory)
name 'raw_input' is not defined
Seems like more py3 issues. This time with raw_input
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae479330cecd
py3: raw_input r=tcampbell
Pushed by btara@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/751127cc9b0e
Fix linting opt failure on jit_test.py CLOSED TREE
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ae479330cecd
https://hg.mozilla.org/mozilla-central/rev/751127cc9b0e
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•