62 lines
1.9 KiB
INI
62 lines
1.9 KiB
INI
[read-min.any.shadowrealm.html]
|
|
expected:
|
|
if (os == "android") and not debug: [ERROR, CRASH]
|
|
ERROR
|
|
|
|
[read-min.any.serviceworker.html]
|
|
expected:
|
|
if (os == "linux") and debug and fission: [OK, ERROR]
|
|
if (os == "android") and debug and not sessionHistoryInParent: [OK, ERROR]
|
|
if (os == "mac") and debug: [OK, ERROR]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
|
|
[read-min.any.worker.html]
|
|
expected:
|
|
if debug and (os == "win") and (processor == "x86"): [OK, ERROR, CRASH]
|
|
if debug and (os == "linux") and fission: [OK, CRASH]
|
|
if debug and (os == "android") and sessionHistoryInParent: [OK, ERROR]
|
|
if debug and (os == "mac"): [OK, CRASH]
|
|
|
|
[read-min.any.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
|
|
if (os == "linux") and debug and not fission: [OK, CRASH]
|
|
if (os == "mac") and debug: [OK, CRASH]
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[read-min.any.sharedworker.html]
|
|
max-asserts: 2
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR, CRASH]
|
|
if (os == "android") and debug: [OK, CRASH]
|
|
|
|
[read-min.https.any.shadowrealm-in-audioworklet.html]
|
|
expected:
|
|
if os == "linux": [ERROR, TIMEOUT]
|
|
ERROR
|
|
|
|
[read-min.any.shadowrealm-in-shadowrealm.html]
|
|
expected:
|
|
if debug and (os == "mac"): [ERROR, CRASH]
|
|
if debug and (os == "android"): [ERROR, CRASH]
|
|
ERROR
|
|
|
|
[read-min.any.shadowrealm-in-dedicatedworker.html]
|
|
expected:
|
|
if debug and (os == "mac"): [ERROR, CRASH]
|
|
if debug and (os == "linux"): [ERROR, CRASH]
|
|
ERROR
|
|
|
|
[read-min.https.any.shadowrealm-in-serviceworker.html]
|
|
expected: [ERROR, TIMEOUT]
|
|
|
|
[read-min.any.shadowrealm-in-window.html]
|
|
expected:
|
|
if (os == "mac") and debug and (version == "OS X 14.7"): [ERROR, CRASH]
|
|
ERROR
|
|
|
|
[read-min.any.shadowrealm-in-sharedworker.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [ERROR, CRASH]
|
|
if (os == "mac") and debug: [ERROR, CRASH]
|
|
ERROR
|