Source code
Revision control
Copy as Markdown
Other Tools
[script-url-blocked-report-contains-hash-service-worker.https.html]
expected:
if debug and (processor == "x86_64") and (os == "linux") and not fission: TIMEOUT
if not debug and (os == "linux") and asan and fission: [OK, TIMEOUT]
if not debug and (os == "linux") and asan and not fission: [OK, TIMEOUT]
if debug and (processor == "x86_64") and (os == "win"): [OK, TIMEOUT]
if debug and (processor == "x86"): TIMEOUT
if debug and (processor == "aarch64"): TIMEOUT
[TIMEOUT, OK]
[script-specific violation report contains correct urlHash in service worker]
expected:
if debug and (processor == "x86_64") and (os == "linux") and not fission: TIMEOUT
if not debug and (os == "linux") and asan and fission: [FAIL, TIMEOUT]
if not debug and (os == "linux") and asan and not fission: [FAIL, TIMEOUT]
if debug and (processor == "x86_64") and (os == "win"): [FAIL, TIMEOUT]
if debug and (processor == "x86"): TIMEOUT
if debug and (processor == "aarch64"): TIMEOUT
[TIMEOUT, FAIL]