Source code

Revision control

Copy as Markdown

Other Tools

[response-stream-disturbed-6.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "linux") and asan and fission: CRASH
[response-stream-disturbed-6.any.html]
expected:
if not tsan and (processor == "x86_64") and (os == "linux") and debug and fission: CRASH
if not tsan and (processor == "x86_64") and (os == "linux") and not debug and not fission: CRASH
if not tsan and (processor == "x86_64") and (os == "win") and debug: CRASH
if not tsan and (processor == "x86_64") and (os == "mac") and debug: CRASH
if not tsan and (processor == "x86_64") and (os == "mac") and not debug: [OK, CRASH]
if not tsan and (processor == "x86_64") and (os == "android") and not debug: [OK, CRASH]
if tsan: TIMEOUT
[response-stream-disturbed-6.any.serviceworker.html]
expected:
if not tsan and (os == "mac") and not debug: [OK, ERROR]
if not tsan and (os == "android") and not debug: [OK, ERROR]
if tsan: TIMEOUT
[response-stream-disturbed-6.any.sharedworker.html]