38 lines
941 B
INI
38 lines
941 B
INI
[error.any.serviceworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
|
|
[error.any.worker.html]
|
|
|
|
[error.any.html]
|
|
|
|
[error.any.sharedworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[error.any.shadowrealm.html]
|
|
expected:
|
|
if debug and (os == "win") and (processor == "x86_64"): ERROR
|
|
if debug and (os == "linux") and fission: ERROR
|
|
if not debug and asan and not fission: ERROR
|
|
if not debug and not asan: ERROR
|
|
CRASH
|
|
|
|
[error.any.shadowrealm-in-sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[error.https.any.shadowrealm-in-serviceworker.html]
|
|
expected: [ERROR, TIMEOUT]
|
|
|
|
[error.any.shadowrealm-in-window.html]
|
|
expected: ERROR
|
|
|
|
[error.https.any.shadowrealm-in-audioworklet.html]
|
|
expected: ERROR
|
|
|
|
[error.any.shadowrealm-in-shadowrealm.html]
|
|
expected: ERROR
|
|
|
|
[error.any.shadowrealm-in-dedicatedworker.html]
|
|
expected: ERROR
|