Intermittent js/src/jit-test/tests/gc/bug1717405.js | Timeout (code -6, args "--no-blinterp --no-baseline --no-ion --more-compartments") [150.0 s]
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Assigned: jandem)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Filed by: malexandru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=343497664&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/O7C_n_-6SjW-leTpNa870A/runs/0/artifacts/public/logs/live_backing.log
[task 2021-06-22T17:27:58.405Z] TEST-PASS | js/src/jit-test/tests/ion/inlining/inline-getelem-args.js | Success (code 0, args "--ion-eager --ion-offthread-compile=off --ion-check-range-analysis --ion-extra-checks --no-sse3 --no-threads") [0.1 s]
[task 2021-06-22T17:27:58.481Z] TEST-PASS | js/src/jit-test/tests/ion/inlining/inline-getelem-args.js | Success (code 0, args "--no-blinterp --no-baseline --no-ion --more-compartments") [0.1 s]
[task 2021-06-22T17:27:59.183Z] Exit code: -6
[task 2021-06-22T17:27:59.183Z] TIMEOUT - gc/bug1717405.js
[task 2021-06-22T17:27:59.183Z] TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/gc/bug1717405.js | Timeout (code -6, args "--no-blinterp --no-baseline --no-ion --more-compartments") [150.0 s]
[task 2021-06-22T17:27:59.183Z] INFO exit-status : -6
[task 2021-06-22T17:27:59.184Z] INFO timed-out : 0:00:00.007646
[task 2021-06-22T17:27:59.264Z] TEST-PASS | js/src/jit-test/tests/ion/inlining/inline-istypedarray-on-nontypedarray.js | Success (code 0, args "") [0.1 s]
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 6•3 years ago
|
||
Almost all these failures are the gc/bug1717405.js test timing out:
[task 2021-07-22T16:54:40.192Z] TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/gc/bug1717405.js | Timeout (code -6, args "--no-blinterp --no-baseline --no-ion --more-compartments") [150.0 s]
Updated•3 years ago
|
Comment 8•3 years ago
|
||
Changing this bug to be about the failures for gc/bug1717405.js. Please file another bug for failures in other tests.
Comment 9•3 years ago
|
||
I'm not sure what's exactly going on here but this testcase seems to be timing out sometimes. Probably because this zeal mode can be very slow. I'm tempted to suggest removing the test (I actually couldn't get it to fail when reverting the fix).
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 11•3 years ago
|
||
The C++ interpreter has code to run the pre-barrier verifier at every opcode. This
can make testing without JITs really slow and should probably be fixed at some point.
For now remove this particular test because these tests tend to be brittle anyway.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 12•3 years ago
|
||
Comment 13•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Comment 14•3 years ago
|
||
bugherder uplift |
Comment hidden (Intermittent Failures Robot) |
Description
•