Source code
Revision control
Copy as Markdown
Other Tools
[update-not-allowed.https.html]
disabled:
expected:
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK]
if (os == "win") and not debug and (processor == "x86"): [ERROR, TIMEOUT, OK]
if os == "linux": [ERROR, TIMEOUT]
ERROR
[ServiceWorkerRegistration.update() from installing service worker throws.]
expected:
if (os == "linux") and debug and fission: [PASS, TIMEOUT]
if (os == "linux") and debug and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[ServiceWorkerRegistration.update() from active service worker succeeds while installing service worker.]
expected:
if (os == "win") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "linux") and fission: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and not fission: [PASS, NOTRUN]
[ServiceWorkerRegistration.update() from client succeeds while installing service worker.]
expected:
if not asan and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if not asan and (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if not asan and (os == "mac") and not debug: [PASS, FAIL]
if asan: [PASS, FAIL, TIMEOUT]