Closed
Bug 1096396
Opened 10 years ago
Closed 10 years ago
CSP: test_connect-src.html should have return statement after SimpleTest.finish()
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
Attachments
(1 file)
1.04 KB,
patch
|
dveditz
:
review+
|
Details | Diff | Splinter Review |
When debugging the B2G test failures for a different bug, I encountered this [1]:
> JavaScript error: http://mochi.test:8888/tests/dom/base/test/csp/test_connect-src.html, line 100: TypeError: tests[counter] is undefined
We should add a return statement after SimpleTest.finish(), see [1]:
http://mxr.mozilla.org/mozilla-central/source/dom/base/test/csp/test_connect-src.html?force=1#93
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8519998 -
Flags: review?(dveditz)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8519998 [details] [diff] [review]
bug_1096396_test_fix.patch
r=dveditz
Attachment #8519998 -
Flags: review?(dveditz) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Target Milestone: --- → mozilla36
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•