[wpt-sync] Sync PR 40979 - Handle no streams case in RendererImpl.
Categories
(Core :: Audio/Video: Playback, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40979 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40979
Details from upstream follow.
Dale Curtis <dalecurtis@chromium.org> wrote:
Handle no streams case in RendererImpl.
It seems that when the MediaSource is torn down in a worker, we
may end up in a transient state without any streams. Fail instead
of DCHECK crashing.Also improve the test logging to see what the issue is.
R=xhwang
Bug: 1462962
Change-Id: I9cc3b59b832e5fdb0a2da4a4ff309cb2b335aea6
Reviewed-on: https://chromium-review.googlesource.com/4679283
WPT-Export-Revision: 7d296f75371336f0266154684cd357f36d3956d3
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 30 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 30
Chrome
OK
: 1
PASS
: 30
Safari
OK
: 1
FAIL
: 30
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /media-source/dedicated-worker/mediasource-worker-play-terminate-worker.html [wpt.fyi]
- Test worker MediaSource termination after at least 0 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 1 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 2 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 3 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 4 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 5 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 6 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 7 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 8 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 9 main thread setTimeouts, starting counting before setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 0 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 1 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 2 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 3 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 4 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 5 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 6 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 7 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 8 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 9 main thread setTimeouts, starting counting after setting srcObject:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 0 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 1 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 2 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 3 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 4 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 5 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 6 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 7 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 8 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test worker MediaSource termination after at least 9 main thread setTimeouts, starting counting after first ended event:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Test worker MediaSource termination after at least 0 main thread setTimeouts, starting counting before setting srcObject:
Comment 4•2 years ago
|
||
bugherder |
Description
•