Source code
Revision control
Copy as Markdown
Other Tools
[sharedworker-module.https.html]
expected:
if (os == "win") and debug and (processor == "x86"): OK
if (os == "linux") and fission and not asan: OK
if (os == "win") and not debug: OK
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and debug: [CRASH, OK, TIMEOUT]
if (os == "android") and not debug: [CRASH, OK]
CRASH