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