Intermittent failures in 1662259.html following enabling lint on the reftest harness
Categories
(Testing :: Reftest, defect)
Tracking
(firefox-esr115 unaffected, firefox118 unaffected, firefox119 unaffected, firefox120 fixed)
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | --- | unaffected |
firefox120 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Following enabling of linting on the reftest harness files (bug 1854906), there have been intermittent failures seen in layout/printing/crashtests/1662259.html
.
In the logs, there are lots of errors like:
INFO - JavaScript error: resource://reftest/reftest-content.js, line 999: TypeError: can't access property "MutationObserver", contentRootElement.ownerGlobal is null
It appears that we're hitting that line intermittently. In bug 1854906, I changed the line according to the mozilla/use-ownerGlobal
rule.
We already know that rule can't be used in all situations, and it was probably wrong to use it here. Reverting the change seems to fix the intermittent failures.
Hence, I'll revert the change and disable the rule for that line.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1854906
Comment 3•2 years ago
•
|
||
Wow, good work! Oh, I see bug 1840805 is how this came about. I wonder if there are any other new intermittents from this. Might be good to search a complete reftest and crashtest run for any new instances of javascript errors in the reftest harness. I can do that if you prefer.
Comment 5•2 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Description
•