Source code

Revision control

Copy as Markdown

Other Tools

[importscripts_mime_local.any.sharedworker.html]
expected:
if fission and not asan and debug and (os == "win"): CRASH
if fission and not asan and debug and (os == "mac"): CRASH
if fission and asan: CRASH
[importscripts_mime_local.any.worker.html]
expected:
if not tsan and not fission and not asan and (os == "android") and not debug: [CRASH, OK]
if not tsan and not fission and not asan and (os == "linux"): CRASH
if tsan: TIMEOUT