Closed
Bug 1738197
Opened 4 years ago
Closed 4 years ago
Intermittent tests\jit-test\jit-test\tests\wasm\large-memory.js | Z:\task_163540471302949\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:189:17 Error: Assertion failed: got 87, expected 97 (code 3, args "--test-wasm-await-tier2") [0.3 s]
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox93 | --- | unaffected |
| firefox94 | --- | unaffected |
| firefox95 | --- | wontfix |
| firefox96 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: lth)
Details
(Keywords: assertion, intermittent-failure)
Attachments
(1 file)
Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=356301041&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ps3lptK9RJiRx0Ze60BmMA/runs/0/artifacts/public/logs/live_backing.log
[task 2021-10-28T07:18:55.905Z] 07:18:55 INFO - TEST-PASS | tests\jit-test\jit-test\tests\wasm\large-memory.js | Success (code 3, args "") [0.6 s]
[task 2021-10-28T07:18:55.921Z] 07:18:55 INFO - Z:\task_163540471302949\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:189:17 Error: Assertion failed: got 87, expected 97
[task 2021-10-28T07:18:55.921Z] 07:18:55 INFO - Stack:
[task 2021-10-28T07:18:55.922Z] 07:18:55 INFO - @Z:\task_163540471302949\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:189:17
[task 2021-10-28T07:18:55.922Z] 07:18:55 INFO - Exit code: 3
[task 2021-10-28T07:18:55.922Z] 07:18:55 INFO - FAIL - wasm\large-memory.js
[task 2021-10-28T07:18:55.923Z] 07:18:55 WARNING - TEST-UNEXPECTED-FAIL | tests\jit-test\jit-test\tests\wasm\large-memory.js | Z:\task_163540471302949\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:189:17 Error: Assertion failed: got 87, expected 97 (code 3, args "--test-wasm-await-tier2") [0.3 s]
[task 2021-10-28T07:18:55.923Z] 07:18:55 INFO - INFO exit-status : 3
[task 2021-10-28T07:18:55.923Z] 07:18:55 INFO - INFO timed-out : False
[task 2021-10-28T07:18:55.924Z] 07:18:55 INFO - INFO stderr 2> Z:\task_163540471302949\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:189:17 Error: Assertion failed: got 87, expected 97
[task 2021-10-28T07:18:55.924Z] 07:18:55 INFO - INFO stderr 2> Stack:
[task 2021-10-28T07:18:55.924Z] 07:18:55 INFO - INFO stderr 2> @Z:\task_163540471302949\build\tests\jit-test\jit-test\tests\wasm\large-memory.js:189:17
[task 2021-10-28T07:18:55.937Z] 07:18:55 INFO - TEST-PASS | tests\jit-test\jit-test\tests\wasm\lazy-stubs-jitentry.js | Success (code 0, args "") [0.2 s]
[task 2021-10-28T07:18:55.976Z] 07:18:55 INFO - TEST-PASS | tests\jit-test\jit-test\tests\wasm\large-memory.js | Success (code 3, args "--wasm-compiler=baseline") [0.3 s]
Updated•4 years ago
|
Component: JavaScript Engine → Javascript: WebAssembly
| Assignee | ||
Comment 1•4 years ago
|
||
I'll take this for triage / fix. It's probably an OOM, the loop there expects the memory to be be able to grow to its max but we're not really allowed to assert that.
Assignee: nobody → lhansen
Status: NEW → ASSIGNED
Priority: P5 → P3
| Assignee | ||
Comment 2•4 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd92cb53eb19
Allow memory.grow to oom. r=yury
Comment 5•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Updated•4 years ago
|
status-firefox93:
--- → unaffected
status-firefox94:
--- → unaffected
status-firefox95:
--- → wontfix
status-firefox-esr91:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•