21 lines
721 B
INI
21 lines
721 B
INI
[big-zstd-body.https.any.worker.html]
|
|
expected:
|
|
if not tsan and debug and (os == "linux") and fission: CRASH
|
|
if not tsan and debug and (os == "mac"): CRASH
|
|
if tsan: TIMEOUT
|
|
|
|
[big-zstd-body.https.any.serviceworker.html]
|
|
expected:
|
|
if (os == "linux") and debug and not fission: CRASH
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[big-zstd-body.https.any.sharedworker.html]
|
|
expected:
|
|
if not fission and not asan and not debug: [OK, CRASH]
|
|
if not fission and asan: CRASH
|
|
|
|
[big-zstd-body.https.any.html]
|
|
expected:
|
|
if debug and (processor == "x86_64") and (os == "linux") and fission: CRASH
|
|
if debug and (processor == "x86"): CRASH
|