Closed
Bug 1912741
Opened 3 months ago
Closed 3 months ago
Perma SM bustages TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/wasm/gc/speculative-inlining.js | /builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:16:30 TypeError: invalid 'ins when Gecko 131 merges to beta on 2024-09-02
Categories
(Core :: JavaScript: WebAssembly, defect, P1)
Core
JavaScript: WebAssembly
Tracking
()
VERIFIED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox129 | --- | unaffected |
firefox130 | --- | unaffected |
firefox131 | + | verified |
People
(Reporter: abutkovits, Assigned: rhunt)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
[task 2024-08-12T11:22:30.887Z] /builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:16:30 TypeError: invalid 'instanceof' operand WebAssembly.Function
[task 2024-08-12T11:22:30.887Z] Stack:
[task 2024-08-12T11:22:30.887Z] invokeTestWith@/builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:16:30
[task 2024-08-12T11:22:30.887Z] @/builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:57:19
[task 2024-08-12T11:22:30.887Z] Exit code: 3
[task 2024-08-12T11:22:30.887Z] FAIL - wasm/gc/speculative-inlining.js
[task 2024-08-12T11:22:30.887Z] TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/wasm/gc/speculative-inlining.js | /builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:16:30 TypeError: invalid 'instanceof' operand WebAssembly.Function (code 3, args "-P wasm_experimental_compile_pipeline") [0.1 s]
[task 2024-08-12T11:22:30.887Z] INFO exit-status : 3
[task 2024-08-12T11:22:30.887Z] INFO timed-out : False
[task 2024-08-12T11:22:30.887Z] INFO stderr 2> /builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:16:30 TypeError: invalid 'instanceof' operand WebAssembly.Function
[task 2024-08-12T11:22:30.887Z] INFO stderr 2> Stack:
[task 2024-08-12T11:22:30.887Z] INFO stderr 2> invokeTestWith@/builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:16:30
[task 2024-08-12T11:22:30.887Z] INFO stderr 2> @/builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:57:19
[task 2024-08-12T11:22:30.913Z] TEST-PASS | js/src/jit-test/tests/wasm/gc/speculative-inlining.js | Success (code 59, args "--setpref=wasm_gc=true") [0.1 s] ```
Flags: needinfo?(rhunt)
Updated•3 months ago
|
Updated•3 months ago
|
Summary: Perma TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/wasm/gc/speculative-inlining.js | /builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:16:30 TypeError: invalid 'instanceof' when Gecko 131 merges to beta on 2024-09-02 → Perma SM bustages TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/wasm/gc/speculative-inlining.js | /builds/worker/checkouts/gecko/js/src/jit-test/tests/wasm/gc/speculative-inlining.js:16:30 TypeError: invalid 'ins when Gecko 131 merges to beta on 2024-09-02
Comment 1•3 months ago
|
||
This seems like this might be a WebAssembly bug. Moving to JavaScript: WebAssembly
Component: JavaScript Engine → JavaScript: WebAssembly
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 3•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → rhunt
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•3 months ago
|
||
Updated•3 months ago
|
Attachment #9419765 -
Attachment is obsolete: true
Comment 5•3 months ago
|
||
Patch seems to be working in today's early beta simulation.
Assignee | ||
Updated•3 months ago
|
Flags: needinfo?(rhunt)
Updated•3 months ago
|
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/3afec25fd6d3
wasm: Don't use WebAssembly.Function in test. r=yury
Comment 7•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•