Source code
Revision control
Copy as Markdown
Other Tools
[disabled-by-permissions-policy-cross-origin.https.sub.html]
expected:
if (os_version == "24.04") and fission and not debug and not asan and (processor == "x86_64"): [TIMEOUT, OK]
if (os_version == "24.04") and fission and not debug and not asan and (processor == "x86"): [TIMEOUT, OK]
if (os_version == "24.04") and fission and not debug and asan: [TIMEOUT, OK]
if (os_version == "24.04") and fission and debug: [TIMEOUT, OK]
if (os_version == "11.26100") and (processor == "x86_64") and not debug: [TIMEOUT, OK, CRASH]
if (os_version == "11.26100") and (processor == "x86"): [TIMEOUT, OK]
[OK, TIMEOUT]
[share() is disabled by default 'self' by permissions policy for cross-origin iframes]
expected:
if fission and (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT, FAIL]
if fission and (os_version == "24.04") and not debug and not asan and (processor == "x86"): [PASS, TIMEOUT, FAIL]
if not fission: PASS
[PASS, FAIL, TIMEOUT]
[share() is disabled explicitly by permissions policy for cross-origin iframe]
expected:
if (os_version == "24.04") and fission and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN, FAIL]
if (os_version == "24.04") and fission and not debug and not asan and (processor == "x86"): [PASS, TIMEOUT, NOTRUN, FAIL]
if (os_version == "24.04") and fission and not debug and asan: [TIMEOUT, PASS, FAIL, NOTRUN]
if (os_version == "24.04") and fission and debug: [TIMEOUT, PASS, FAIL, NOTRUN]
if (os_version == "11.26100") and debug and (processor == "x86"): [TIMEOUT, PASS, FAIL, NOTRUN]
if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, FAIL, NOTRUN]
[PASS, FAIL, TIMEOUT, NOTRUN]
[share() not allowed, as only allowed to share with self]
expected:
if (os_version == "24.04") and fission and not debug and not asan and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT, FAIL]
if (os_version == "24.04") and fission and not debug and not asan and (processor == "x86"): [NOTRUN, PASS, TIMEOUT, FAIL]
if (os_version == "24.04") and fission and not debug and asan: [NOTRUN, PASS, FAIL, TIMEOUT]
if (os_version == "24.04") and fission and debug: [NOTRUN, PASS, FAIL, TIMEOUT]
if (os_version == "11.26100") and debug and (processor == "x86"): [NOTRUN, PASS, FAIL, TIMEOUT]
if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN, FAIL]
[PASS, FAIL, TIMEOUT, NOTRUN]
[canShare() not allowed to share by default permissions policy cross-origin]
expected:
if (os_version == "24.04") and fission and (processor == "x86_64") and not debug and asan: [NOTRUN, PASS, TIMEOUT]
if (os_version == "24.04") and fission and (processor == "x86_64") and not debug and not asan: [NOTRUN, PASS, TIMEOUT]
if (os_version == "24.04") and fission and (processor == "x86_64") and debug: [NOTRUN, PASS, TIMEOUT]
if (os_version == "24.04") and fission and (processor == "x86"): [NOTRUN, PASS, TIMEOUT]
if (os_version == "11.26100") and debug and (processor == "x86"): [NOTRUN, PASS, TIMEOUT]
if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os_version == "11.26100") and not debug and (processor == "x86"): [TIMEOUT, PASS, NOTRUN]
[PASS, TIMEOUT, NOTRUN]
[canShare() is allowed by permissions policy to share cross-origin on a particular origin]
expected:
if (os_version == "24.04") and fission and not debug and not asan and (processor == "x86_64"): [NOTRUN, PASS, FAIL, TIMEOUT]
if (os_version == "24.04") and fission and not debug and not asan and (processor == "x86"): [NOTRUN, PASS, FAIL, TIMEOUT]
if (os_version == "24.04") and fission and not debug and asan: [NOTRUN, PASS, FAIL, TIMEOUT]
if (os_version == "24.04") and fission and debug: [NOTRUN, PASS, FAIL, TIMEOUT]
if (os_version == "11.26100") and (processor == "x86_64") and not debug: [NOTRUN, PASS, TIMEOUT, FAIL]
if (os_version == "11.26100") and (processor == "x86"): [NOTRUN, PASS, FAIL, TIMEOUT]
[PASS, FAIL, TIMEOUT, NOTRUN]
[canShare() with self]
expected:
if (os_version == "11.26100") and (processor == "x86_64") and debug: [PASS, NOTRUN]
if (os_version == "24.04") and not fission: [PASS, NOTRUN]
if os_version == "7.0": [PASS, NOTRUN]
if os_version == "18.04": [PASS, NOTRUN]
if os_version == "14.70": [PASS, TIMEOUT, NOTRUN]
if os_version == "14": [PASS, NOTRUN]
[NOTRUN, PASS]