Closed
Bug 1065913
Opened 11 years ago
Closed 11 years ago
test_autoplay_contentEditable.html | Result logged after SimpleTest.finish()
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: jwwang, Assigned: jwwang)
Details
Attachments
(1 file)
2.38 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=47786506&tree=Try&full=1#error0
07:53:12 INFO - 1661 INFO TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_autoplay_contentEditable.html | Check expected event got canplay at canplaythrough for http://mochi.test:8888/tests/content/media/test/gizmo.mp4 uneval(event.type)="canplay" typeof(event.type)=string uneval(v._state)="canplaythrough" typeof(v._state)=string tokens[canplaythrough]=canplay,canplaythrough tokens[canplaythrough].indexOf(event.type)=0 - Result logged after SimpleTest.finish()
Assignee | ||
Comment 1•11 years ago
|
||
It looks like some events could arrive after calling SimpleTest.finish() and calling SimpleTest.OK() in those events will cause test failures.
Just remove event listeners before finishing the test and also simply the logs.
Try: https://tbpl.mozilla.org/?tree=Try&rev=2783b7742156
Most green.
Updated•11 years ago
|
Attachment #8488389 -
Flags: review?(kinetik) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•