DescriptionBug fixes for basic playback test.
Does the following:
- Removes race between autoplay and explicit .play().
- Removes race between seeked and .play().
- Adds logging for several other failure type events.
- Moves the events.join() code into Python so better errors can be
reported.
- Instead of opening a new tab for each video in the matrix, reuses the
same tab for each playback. Ensures abort and emptied events fire on
src switch.
Reusing the same tab was necessary to prevent the video from hanging on
the Linux bot, as a nice bonus it shaves seconds off the runtime.
BUG=111603
TEST=Ran on Linux bot.
Patch Set 1 #Patch Set 2 : Semicolon. #
Total comments: 8
Patch Set 3 : Code review fixes. #
Messages
Total messages: 3 (0 generated)
|