Source code

Revision control

Copy as Markdown

Other Tools

[MediaStreamTrackGenerator-in-worker.https.html]
expected:
if not debug and not tsan and not asan and (os == "mac"): [OK, CRASH]
if not debug and not tsan and not asan and (os == "android"): [CRASH, OK]
if not debug and not tsan and asan: CRASH
if not debug and tsan: TIMEOUT
if debug: CRASH
[A worker is able to initialize a MediaStreamTrackGenerator without crashing]
expected: FAIL
[A worker is able to enable a MediaStreamTrackGenerator without crashing]
expected: FAIL
[A worker is able to disable a MediaStreamTrackGenerator without crashing]
expected: FAIL