Source code

Revision control

Copy as Markdown

Other Tools

[sharedworker-import-data.https.html]
expected:
if (processor == "x86_64") and not debug and not asan and (os == "mac"): [OK, CRASH]
if (processor == "x86_64") and not debug and not asan and (os == "android"): [CRASH, OK]
if (processor == "x86_64") and not debug and asan: CRASH
if (processor == "x86_64") and debug: CRASH