Closed
Bug 1286376
Opened 9 years ago
Closed 9 years ago
Intermittent dom/security/test/general/test_contentpolicytype_targeted_link_iframe.html | called finish() multiple times
Categories
(Core :: Security, defect)
Core
Security
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: ckerschb)
References
Details
(Keywords: intermittent-failure, Whiteboard: [domsecurity-active])
Attachments
(1 file)
|
1.63 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&fromchange=749004283a017f8a3e7962a89b85b5235b57a8da&bugfiler&filter-tier=1&filter-searchStr=c1cf85774f1f48e31cb8459f6428468d631b791b&tochange=d60c87d89619d97f20a4443c3357f1baffba3cea&selectedJob=31673368
Bug 1255240 landed soon before the first instance of this I noticed.
Depends on: 1255240
Flags: needinfo?(ckerschb)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ckerschb
Status: NEW → ASSIGNED
Whiteboard: [domsecurity-active]
| Assignee | ||
Comment 2•9 years ago
|
||
Olli, potentially 'shouldLoad' is called again even after the test has finished. Since we only update testCounter if it equals the EXPECTED_URL it remains the same and we call finish() multiple times. I should have seen that in the first place, sorry about that.
Let's only call finish() if we are already within that 'if'-branch - thanks!
Flags: needinfo?(ckerschb)
Attachment #8770422 -
Flags: review?(bugs)
Updated•9 years ago
|
Attachment #8770422 -
Flags: review?(bugs) → review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
| Comment hidden (Intermittent Failures Robot) |
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6b47b8d147eb
Do not call finish multiple times within test_contentpolicytype_targeted_link_iframe.html. r=smaug
Keywords: checkin-needed
Comment 5•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•