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