Fix jit-tests on Android armv7: Jit1,4,5,9,10
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Tracking
()
People
(Reporter: jonco, Assigned: sstangl)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [geckoview:p2])
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Comment 13•6 years ago
|
||
Updated•6 years ago
|
Comment 14•6 years ago
|
||
Is the plan to work on this during the next cycle (while 67 is in Nightly)? It's been P1 a while but nobody seems to be looking at it.
Assignee | ||
Comment 15•6 years ago
|
||
@Jorendorff: Yes. I believe this is no longer a blocker because some tests were disabled, but we will need to fix things eventually.
Comment 16•6 years ago
|
||
Most everything has been fixed and enabled from what I can see and remaining failure is tracked in bug 1511615.
The only arm related skips are:
wasm/timeout/while-profiling.js:// |jit-test| exitstatus: 6; skip-if: !wasmIsSupported() || !getBuildConfiguration()['arm-simulator']
ctypes/conversion-finalizer.js:// |jit-test| skip-if: getBuildConfiguration()['arm'] || getBuildConfiguration()['arm64'] -> bug 1511615
asm.js/testBug1111327.js:// |jit-test| skip-if: !getBuildConfiguration()['arm-simulator']
./tests/asm.js/testProfiling.js:// |jit-test| skip-if: !isAsmJSCompilationAvailable() || !getBuildConfiguration()['arm-simulator']
The profiling skips are due to the fact that the single-step profiling only works in the arm-simulator.
I think you can resolve this.
Comment 17•6 years ago
|
||
(In reply to Bob Clary [:bc:] from comment #16)
Most everything has been fixed and enabled from what I can see and remaining failure is tracked in bug 1511615.
...
I think you can resolve this.
Thanks! I'll resolve this bug as fixed in 66.
Description
•