Closed
Bug 1240225
Opened 9 years ago
Closed 7 years ago
Intermittent test_bug1166138.html | uncaught exception - ReferenceError: onLoad is not defined at test_bug1166138.html:1 | Test timed out.
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
FIXED
mozilla61
People
(Reporter: KWierso, Assigned: bholley)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
1.89 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 3•8 years ago
|
||
Bulk assigning P3 to all open intermittent bugs without a priority set in Firefox components per bug 1298978.
Priority: -- → P3
Updated•8 years ago
|
Priority: P3 → P5
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) |
Assignee | ||
Comment 11•7 years ago
|
||
Depending on the chunking and timing of the HTML parser, we may end up
firing onload on the image before the script tag is evaluated, leading
to an undefined onLoad (which is the intermittent failure in the test).
MozReview-Commit-ID: 78OAZan1xbC
Attachment #8969486 -
Flags: review?(nika)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → bobbyholley
Assignee | ||
Comment 12•7 years ago
|
||
Verified that this fixes the intermittent failure.
Before: https://treeherder.mozilla.org/#/jobs?repo=try&revision=21517cb07d44838c7132b309de46ae9c509f85c1
After: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8661de87336c90c141d1bfb7d220525a0376a969
Comment 13•7 years ago
|
||
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/239bdd4ccc0d
Make test not racey. r=emilio
Assignee | ||
Comment 14•7 years ago
|
||
Comment on attachment 8969486 [details] [diff] [review]
Make test not racey. v1
Emilio r+ed this on IRC.
Attachment #8969486 -
Flags: review?(nika) → review+
Comment 15•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
status-firefox60:
--- → affected
Comment 17•7 years ago
|
||
bugherder uplift |
Flags: in-testsuite+
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•