Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove race conditions from media-source/SourceBuffer-abort-* #1394

Closed
karlt opened this issue Nov 17, 2014 · 0 comments · Fixed by #1395
Closed

remove race conditions from media-source/SourceBuffer-abort-* #1394

karlt opened this issue Nov 17, 2014 · 0 comments · Fixed by #1395

Comments

@karlt
Copy link
Contributor

karlt commented Nov 17, 2014

SourceBuffer-abort-readState.html
SourceBuffer-abort-removed.html, and SourceBuffer-abort-updating.html run two subtests concurrently. If both webm and
mp4 are supported, each test modifies the same video.src. When the
value of overwritten before the test completes the MediaSource is no longer
open and mediaSource.addSourceBuffer(mime) fails with
JavaScript error: http://web-platform.test:8000/media-source/SourceBuffer-abort-updating.html, line 51: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable
which leads to one subtest TIMEOUT and ERROR for the parent test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant