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•7 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
Comment 5•7 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•7 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 12•7 years ago
|
||
Comment 13•7 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•7 years ago
|
||
Comment 17•7 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•6 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 21•6 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•6 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 29•6 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•6 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Updated•6 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 37•6 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Updated•6 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•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 49•5 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•5 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•5 years ago
|
Comment 52•5 years ago
|
||
Comment 53•5 years ago
|
||
| Assignee | ||
Comment 54•5 years ago
|
||
Updated•5 years ago
|
Comment 55•5 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
•