Closed
Bug 1712683
Opened 3 years ago
Closed 3 years ago
Intermittent cranelift /builds/worker/checkouts/gecko/js/src/jit-test/lib/asserts.js:65:27 Error: Assertion failed: expected /((unrecognized|Unknown) opcode)|(tail calls support is not enabled)|(Unexpected EOF)/, got Invalid input WebAssembly code at
Categories
(Core :: JavaScript: WebAssembly, defect, P5)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: yury)
References
(Regression)
Details
(Keywords: assertion, intermittent-failure, regression)
Attachments
(1 file)
Filed by: archaeopteryx [at] coole-files.de
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=340665831&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/To4Qm4S6TL2HRwRsXm6HNg/runs/0/artifacts/public/logs/live_backing.log
[task 2021-05-24T22:31:35.133Z] TEST-PASS | js/src/jit-test/tests/wasm/binary-slow.js | Success (code 0, args "--ion-eager --ion-offthread-compile=off --ion-check-range-analysis --ion-extra-checks --no-sse3 --no-threads") [0.4 s]
[task 2021-05-24T22:31:36.067Z] /builds/worker/checkouts/gecko/js/src/jit-test/lib/asserts.js:65:27 Error: Assertion failed: expected /((unrecognized|Unknown) opcode)|(tail calls support is not enabled)|(Unexpected EOF)/, got Invalid input WebAssembly code at offset 23: Exceptions support is not enabled
[task 2021-05-24T22:31:36.067Z] Stack:
[task 2021-05-24T22:31:36.067Z] @/builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/binary.js:230:13
[task 2021-05-24T22:31:36.067Z] Exit code: 3
[task 2021-05-24T22:31:36.067Z] FAIL - wasm/binary.js
[task 2021-05-24T22:31:36.067Z] TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/wasm/binary.js | /builds/worker/checkouts/gecko/js/src/jit-test/lib/asserts.js:65:27 Error: Assertion failed: expected /((unrecognized|Unknown) opcode)|(tail calls support is not enabled)|(Unexpected EOF)/, got Invalid input WebAssembly code at offset 23: Exceptions support is not enabled (code 3, args "") [0.9 s]
[task 2021-05-24T22:31:36.067Z] INFO exit-status : 3
[task 2021-05-24T22:31:36.067Z] INFO timed-out : False
[task 2021-05-24T22:31:36.067Z] INFO stderr 2> /builds/worker/checkouts/gecko/js/src/jit-test/lib/asserts.js:65:27 Error: Assertion failed: expected /((unrecognized|Unknown) opcode)|(tail calls support is not enabled)|(Unexpected EOF)/, got Invalid input WebAssembly code at offset 23: Exceptions support is not enabled
[task 2021-05-24T22:31:36.067Z] INFO stderr 2> Stack:
[task 2021-05-24T22:31:36.067Z] INFO stderr 2> @/builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/binary.js:230:13
[task 2021-05-24T22:31:38.707Z] /builds/worker/checkouts/gecko/js/src/jit-test/lib/asserts.js:65:27 Error: Assertion failed: expected /((unrecognized|Unknown) opcode)|(tail calls support is not enabled)|(Unexpected EOF)/, got Invalid input WebAssembly code at offset 23: Exceptions support is not enabled
[task 2021-05-24T22:31:38.707Z] Stack:
[task 2021-05-24T22:31:38.707Z] @/builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/binary.js:230:13
[task 2021-05-24T22:31:38.707Z] Exit code: 3
[task 2021-05-24T22:31:38.707Z] FAIL - wasm/binary.js
[task 2021-05-24T22:31:38.707Z] TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/wasm/binary.js | /builds/worker/checkouts/gecko/js/src/jit-test/lib/asserts.js:65:27 Error: Assertion failed: expected /((unrecognized|Unknown) opcode)|(tail calls support is not enabled)|(Unexpected EOF)/, got Invalid input WebAssembly code at offset 23: Exceptions support is not enabled (code 3, args "--ion-eager --ion-offthread-compile=off --more-compartments") [2.6 s]
...
Comment 1•3 years ago
|
||
This was hidden behind the bustage in bug 1710576.
status-firefox88:
--- → unaffected
status-firefox89:
--- → unaffected
status-firefox90:
--- → affected
status-firefox-esr78:
--- → unaffected
Flags: needinfo?(ydelendik)
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D115845
Updated•3 years ago
|
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/07373be44310
Ignore wasm exception opcodes tests. r=rhunt
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(ydelendik)
You need to log in
before you can comment on or make changes to this bug.
Description
•