Source code

Revision control

Copy as Markdown

Other Tools

[cors-no-preflight.any.worker.html]
expected:
if (os == "linux") and debug and fission: CRASH
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[cors-no-preflight.any.html]
expected:
if not asan and (os == "mac") and debug: CRASH
if not asan and (os == "android") and not debug: [OK, CRASH]
if asan: CRASH