Perma [tier 2] js\src\jit-test\tests\gc\bug-1698543.js | z:\task_1616148527\src\js\src\jit-test\tests\gc\bug-1698543.js:30:9 Error: regexp too big (code 3, args "--ion-eager --ion-offthread-compile=off --ion-check-range-analysis --ion-extra-checks --no
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox87 | --- | unaffected |
firefox88 | --- | fixed |
firefox89 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: jonco)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
Filed by: nerli [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=333756759&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cAAsNgPqT6izjTuAGW8Wyg/runs/0/artifacts/public/logs/live_backing.log
task 2021-03-19T11:16:03.431Z] FAIL - gc\bug-1698543.js
[task 2021-03-19T11:16:03.431Z] TEST-UNEXPECTED-FAIL | js\src\jit-test\tests\gc\bug-1698543.js | z:\task_1616148527\src\js\src\jit-test\tests\gc\bug-1698543.js:30:9 Error: regexp too big (code 3, args "--ion-eager --ion-offthread-compile=off --ion-check-range-analysis --ion-extra-checks --no-sse3 --no-threads") [0.6 s]```
Comment 1•4 years ago
|
||
This is currently permafailing.
Jon, could you please take a look?
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
The problem here is that the test relies on triggering overrecursion but this can also trigger regexp complication to fail with the error 'regexp too big'. It's ambiguous as to whether this indicates overrecursion or a regexp that's too large, so I don't think we can check for this in the test runner.
I checked that the testcase still triggers the original problem.
Comment 5•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Comment 7•4 years ago
|
||
The patch landed in nightly and beta is affected.
:jonco, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Comment 8•4 years ago
|
||
bugherder uplift |
Assignee | ||
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Description
•