8 lines
302 B
INI
8 lines
302 B
INI
[Worker-location.sub.any.sharedworker.html]
|
|
|
|
[Worker-location.sub.any.worker.html]
|
|
expected:
|
|
if (os == "linux") and fission and not debug and asan: CRASH
|
|
if (os == "linux") and fission and debug: CRASH
|
|
if (os == "win") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|