Source code
Revision control
Copy as Markdown
Other Tools
[constructor.https.any.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
[constructor.https.any.worker.html]
expected:
if (os == "linux") and not debug: [OK, CRASH]
if os == "mac": [OK, CRASH]
[constructor.https.any.serviceworker.html]
expected:
if (os == "linux") and fission and not debug: [OK, ERROR]
if (os == "win") and not debug: OK
if (os == "mac") and not debug: OK
if (os == "linux") and not fission: [OK, ERROR, CRASH]
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]