Source code

Revision control

Copy as Markdown

Other Tools

[read-min.any.shadowrealm.html]
expected:
if (os == "android") and not debug: [ERROR, CRASH]
ERROR
[read-min.any.serviceworker.html]
expected:
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]
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 == "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 and not sessionHistoryInParent: [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 (os == "linux") and debug and fission: [ERROR, CRASH]
ERROR
[read-min.https.any.shadowrealm-in-serviceworker.html]
expected:
if (os == "linux") and not asan and not tsan and debug and fission: [TIMEOUT, ERROR]
if (os == "linux") and asan: [TIMEOUT, ERROR]
[ERROR, TIMEOUT]
[read-min.any.shadowrealm-in-window.html]
expected: ERROR
[read-min.any.shadowrealm-in-sharedworker.html]
expected:
if (os == "mac") and debug: [ERROR, CRASH]
ERROR