Intermittent dom/base/test/browser_bug1058164.js | Test timed out -
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: emilio)
Details
(Keywords: intermittent-failure)
Attachments
(1 file, 1 obsolete file)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 3•6 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment 5•6 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=224635246&repo=autoland&lineNumber=4916
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 12•6 years ago
|
||
Comment 13•5 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=260357859&repo=try&lineNumber=6640
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 16•5 years ago
|
||
Comment 17•5 years ago
|
||
New occurrence: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=266253756&repo=autoland&lineNumber=13839
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 20•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 21•5 years ago
|
||
New failure: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=274313010&repo=mozilla-central&lineNumber=4124
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 28•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 29•5 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=297047124&repo=mozilla-beta&lineNumber=5267
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 34•4 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 37•4 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 48•4 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 49•4 years ago
|
||
New occurrence: https://treeherder.mozilla.org/logviewer?job_id=326746121&repo=mozilla-beta&lineNumber=7037
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 51•4 years ago
|
||
The visibilityState being hidden doesn't necessarily mean that pageshow
hasn't run, it might also mean that the browser is not yet active, so
the test is racy. If the browser becomes active before pageshow runs,
then this code works as intended, but if pageshow has already fired but
the browser is not yet active, then the activeness change will fire a
visibilitychange event, but not a pageshow, and the document will become
visible but the test won't continue.
This race will become more frequent with D42329. Since we know that
pageshow has to have fired once the visibilityState is visible, wait for
that.
Updated•4 years ago
|
Comment 52•4 years ago
|
||
Comment 53•4 years ago
|
||
Assignee | ||
Comment 54•4 years ago
|
||
Updated•4 years ago
|
Comment 55•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/64fcfd386e92
https://hg.mozilla.org/mozilla-central/rev/d8f9da5f82d8
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Description
•