Source code
Revision control
Copy as Markdown
Other Tools
[dynamic-import-with-attributes-argument.any.sharedworker.html]
expected:
if release_or_beta: ERROR
[dynamic-import-with-attributes-argument.any.worker.html]
expected:
if release_or_beta: ERROR
if not asan and (os == "mac") and debug: CRASH
if not asan and (os == "android") and not debug: [OK, CRASH]
if asan: CRASH
[dynamic-import-with-attributes-argument.any.html]
expected:
if release_or_beta: ERROR
if (os == "linux") and debug: CRASH
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]