30 lines
981 B
INI
30 lines
981 B
INI
[supported-encodings.https.any.html]
|
|
expected:
|
|
if (os == "mac") and debug: CRASH
|
|
if (os == "linux") and not fission: CRASH
|
|
[supportedContentEncodings must be FrozenArray]
|
|
expected: FAIL
|
|
|
|
|
|
[supported-encodings.https.any.sharedworker.html]
|
|
[supportedContentEncodings must be FrozenArray]
|
|
expected: FAIL
|
|
|
|
|
|
[supported-encodings.https.any.serviceworker.html]
|
|
expected:
|
|
if not tsan and (os == "linux") and fission and not debug and asan: CRASH
|
|
if not tsan and (os == "linux") and fission and debug: CRASH
|
|
if not tsan and (os == "mac") and not debug: [OK, CRASH]
|
|
if not tsan and (os == "android") and debug: CRASH
|
|
if not tsan and (os == "android") and not debug: [OK, CRASH]
|
|
if tsan: TIMEOUT
|
|
[supportedContentEncodings must be FrozenArray]
|
|
expected: FAIL
|
|
|
|
|
|
[supported-encodings.https.any.worker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
[supportedContentEncodings must be FrozenArray]
|
|
expected: FAIL
|