Closed
Bug 478868
Opened 16 years ago
Closed 16 years ago
test_play.html intermittently fails (getting too many events?)
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: ted, Unassigned)
References
Details
(Keywords: intermittent-failure)
test_play.html has been failing intermittently recently. (I guess the test itself only came into being recently, so maybe that's not saying much.)
*** 27727 INFO Running /tests/content/media/video/test/test_play.html...
*** 27728 INFO TEST-PASS | /tests/content/media/video/test/test_play.html | Check expected event
*** 27729 INFO TEST-PASS | /tests/content/media/video/test/test_play.html | Check expected event
*** 27730 INFO TEST-PASS | /tests/content/media/video/test/test_play.html | Check expected event
*** 27731 INFO TEST-PASS | /tests/content/media/video/test/test_play.html | Check expected event
*** 27732 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/video/test/test_play.html | Check expected event - got "canplay", expected undefined
*** 27733 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/video/test/test_play.html | Check expected event - got "playing", expected undefined
*** 27734 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/video/test/test_play.html | Check expected event - got "canplaythrough", expected undefined
*** 27735 INFO TEST-PASS | /tests/content/media/video/test/test_play.html | Undelivered event undefined
So it looks like the test gets all 4 events that it expects, but then gets 3 more events that it wasn't expecting--canplay, playing, canplaythrough.
| Reporter | ||
Comment 1•16 years ago
|
||
| Reporter | ||
Comment 2•16 years ago
|
||
I disabled this test for now in this push:
http://hg.mozilla.org/mozilla-central/rev/7bd46657fb0c
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Comment 4•16 years ago
|
||
R.Duplicate -> R.Fixed, since there was comment 2:
adding 'Depends on: 478684' to reenable the test later.
Updated•16 years ago
|
Whiteboard: [orange]
| Assignee | ||
Updated•13 years ago
|
Keywords: intermittent-failure
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•