14 lines
416 B
INI
14 lines
416 B
INI
[fetch.any.sharedworker.html]
|
|
|
|
[fetch.any.worker.html]
|
|
expected:
|
|
if debug and (os == "linux") and not fission: CRASH
|
|
if not debug and asan and fission: CRASH
|
|
if debug and (os == "win"): CRASH
|
|
if debug and (os == "mac"): CRASH
|
|
|
|
[fetch.any.html]
|
|
expected:
|
|
if (os == "linux") and debug and fission: CRASH
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "android") and debug: CRASH
|