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