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