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