[stream-safe-creation.any.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if debug and fission: CRASH
[stream-safe-creation.any.worker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if not tsan and (os == "linux") and debug and fission: CRASH
if not tsan and (os == "linux") and not debug and not fission: CRASH
if not tsan and (os == "android") and not debug: [OK, CRASH]
if not tsan and (os == "mac"): [OK, CRASH]
if tsan: TIMEOUT
[stream-safe-creation.any.serviceworker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if os == "mac": [OK, ERROR]
[stream-safe-creation.any.sharedworker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if debug and (os == "linux") and not fission: CRASH