Source code

Revision control

Copy as Markdown

Other Tools

[general.any.worker.html]
prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
expected:
if (os == "linux") and fission: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[Stream will not error if body is empty. It's closed with an empty queue before it errors.]
expected: FAIL
[Readable stream synchronously cancels with AbortError if aborted before reading]
expected: FAIL
[Stream errors once aborted. Underlying connection closed.]
expected:
if os == "linux": [PASS, FAIL]
[Stream errors once aborted, after reading. Underlying connection closed.]
expected:
if asan: [PASS, FAIL]
[general.any.html]
prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
[Stream will not error if body is empty. It's closed with an empty queue before it errors.]
expected: FAIL
[Readable stream synchronously cancels with AbortError if aborted before reading]
expected: FAIL
[Stream errors once aborted. Underlying connection closed.]
expected:
if not asan and not fission and (os == "linux"): [PASS, FAIL]
if asan: [PASS, FAIL]
[Stream errors once aborted, after reading. Underlying connection closed.]
expected:
if asan and not fission: [PASS, FAIL]
[general.any.sharedworker.html]
prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
expected:
if (os == "linux") and not debug and fission: [OK, CRASH]
[Stream will not error if body is empty. It's closed with an empty queue before it errors.]
expected: FAIL
[Readable stream synchronously cancels with AbortError if aborted before reading]
expected: FAIL
[Stream errors once aborted. Underlying connection closed.]
expected:
if (os == "linux") and (processor == "x86_64") and not tsan and debug and not fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not tsan and not debug and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and tsan: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
[Stream errors once aborted, after reading. Underlying connection closed.]
expected:
if not fission and (os == "linux"): [PASS, FAIL]
[general.https.any.serviceworker.html]
expected: TIMEOUT
[general.any.serviceworker.html]
prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
expected:
if (os == "linux") and not tsan and not debug and fission: [OK, CRASH]
if (os == "linux") and tsan: [OK, ERROR, CRASH]
if (os == "android") and not debug: [OK, ERROR]
[Readable stream synchronously cancels with AbortError if aborted before reading]
expected: FAIL
[Stream will not error if body is empty. It's closed with an empty queue before it errors.]
expected: FAIL
[Stream errors once aborted, after reading. Underlying connection closed.]
expected:
if not fission and (os == "linux"): [PASS, FAIL]