Closed Bug 610921 Opened 14 years ago Closed 14 years ago

Intermittent failure in test_play_events.html | Check expected event got canplaythrough at canplay for http://mochi.test:8888/tests/content/media/test/r11025_s16_c1.wav

Categories

(Core :: Audio/Video, defect)

x86_64
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: philor, Unassigned)

References

Details

(Keywords: intermittent-failure)

Related: bug 569163, which was about how "last event" should be the other way, got canplay at canplaythrough, though we piled on some of bug 580876, which was mostly Linux but otherwise looks like this thing which now appears to be only Mac 10.6. http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1289355969.1289357984.11365.gz Rev3 MacOSX Snow Leopard 10.6.2 mozilla-central debug test mochitests-1/5 on 2010/11/09 18:26:09 s: talos-r3-snow-050 56658 INFO TEST-PASS | /tests/content/media/test/test_play_events.html | Check expected event got play at 0 for http://mochi.test:8888/tests/content/media/test/r11025_s16_c1.wav uneval(event.type)="play" typeof(event.type)=string uneval(v._state)=0 typeof(v._state)=number tokens[0]=play tokens[0].indexOf(event.type)=0 56659 INFO TEST-PASS | /tests/content/media/test/test_play_events.html | Check expected event got play at 0 for http://mochi.test:8888/tests/content/media/test/320x240.ogv uneval(event.type)="play" typeof(event.type)=string uneval(v._state)=0 typeof(v._state)=number tokens[0]=play tokens[0].indexOf(event.type)=0 56660 INFO TEST-PASS | /tests/content/media/test/test_play_events.html | Check expected event got canplay at play for http://mochi.test:8888/tests/content/media/test/r11025_s16_c1.wav uneval(event.type)="canplay" typeof(event.type)=string uneval(v._state)="play" typeof(v._state)=string tokens[play]=canplay tokens[play].indexOf(event.type)=0 56661 ERROR TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_play_events.html | Check expected event got canplaythrough at canplay for http://mochi.test:8888/tests/content/media/test/r11025_s16_c1.wav uneval(event.type)="canplaythrough" typeof(event.type)=string uneval(v._state)="canplay" typeof(v._state)=string tokens[canplay]=playing tokens[canplay].indexOf(event.type)=-1 56662 INFO TEST-PASS | /tests/content/media/test/test_play_events.html | Check expected event got canplay at play for http://mochi.test:8888/tests/content/media/test/320x240.ogv uneval(event.type)="canplay" typeof(event.type)=string uneval(v._state)="play" typeof(v._state)=string tokens[play]=canplay tokens[play].indexOf(event.type)=0 56663 INFO TEST-PASS | /tests/content/media/test/test_play_events.html | Check expected event got playing at canplay for http://mochi.test:8888/tests/content/media/test/320x240.ogv uneval(event.type)="playing" typeof(event.type)=string uneval(v._state)="canplay" typeof(v._state)=string tokens[canplay]=playing tokens[canplay].indexOf(event.type)=0
This should be fixed by bug 569163, so marking as fixed by that.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [orange]
You need to log in before you can comment on or make changes to this bug.