18 lines
755 B
INI
18 lines
755 B
INI
[big-br-body.https.any.sharedworker.html]
|
|
|
|
[big-br-body.https.any.html]
|
|
expected:
|
|
if (os == "mac") and debug: CRASH
|
|
if (os == "linux") and not fission: CRASH
|
|
|
|
[big-br-body.https.any.worker.html]
|
|
expected:
|
|
if (os == "android") and debug: CRASH
|
|
|
|
[big-br-body.https.any.serviceworker.html]
|
|
expected:
|
|
if (processor == "x86_64") and fission and not asan and debug and (os == "win"): CRASH
|
|
if (processor == "x86_64") and fission and not asan and debug and (os == "linux"): CRASH
|
|
if (processor == "x86_64") and fission and not asan and not debug and (os == "mac"): [OK, CRASH]
|
|
if (processor == "x86_64") and not fission and (os == "android") and not debug: [OK, CRASH]
|
|
if (processor == "x86_64") and fission and asan: CRASH
|