Closed Bug 1717717 Opened 3 years ago Closed 3 years ago

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)

defect

Tracking

()

RESOLVED FIXED
92 Branch
Tracking Status
firefox-esr91 --- fixed
firefox91 --- wontfix
firefox92 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: jandem)

References

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

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]
Summary: Intermittent js/src/jit-test/tests/gc/bug1717405.js | Timeout (code -6, args "--no-blinterp --no-baseline --no-ion --more-compartments") [150.0 s] → Intermittent js/src/jit-test/tests/gc/<test>.js | Timeout (code -6, args "--no-blinterp --no-baseline --no-ion --more-compartments") [150.0 s]

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]

Changing this bug to be about the failures for gc/bug1717405.js. Please file another bug for failures in other tests.

Summary: Intermittent js/src/jit-test/tests/gc/<test>.js | Timeout (code -6, args "--no-blinterp --no-baseline --no-ion --more-compartments") [150.0 s] → Intermittent js/src/jit-test/tests/gc/bug1717405.js | Timeout (code -6, args "--no-blinterp --no-baseline --no-ion --more-compartments") [150.0 s]

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).

Flags: needinfo?(jdemooij)

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.

Assignee: nobody → jdemooij
Status: NEW → ASSIGNED
Flags: needinfo?(jdemooij)
Pushed by jdemooij@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/cd291d875304 Remove a jit-test that's very slow in the C++ interpreter. r=jonco DONTBUILD
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: