Source code
Revision control
Copy as Markdown
Other Tools
[response-stream-bad-chunk.any.serviceworker.html]
expected:
if not tsan and (os == "android") and not debug: [OK, ERROR]
if tsan: TIMEOUT
[response-stream-bad-chunk.any.html]
expected:
if not tsan and debug and (os == "win") and (processor == "x86"): CRASH
if not tsan and debug and (os == "linux") and fission: CRASH
if not tsan and debug and (os == "android"): CRASH
if not tsan and not debug and (os == "android"): [OK, CRASH]
if tsan: TIMEOUT
[response-stream-bad-chunk.any.sharedworker.html]
expected:
if debug and (os == "win") and (processor == "x86_64"): CRASH
if debug and (os == "linux") and not fission: CRASH
[response-stream-bad-chunk.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "linux") and not fission and not debug: CRASH
if (os == "android") and not debug: [OK, CRASH]