[update-not-allowed.https.html] disabled: if os == "android": bug 1550895 (frequently fails on geckoview) expected: if (os == "win") and not debug: [ERROR, OK] if (os == "win") and debug: ERROR if os == "mac": ERROR [ERROR, TIMEOUT] [ServiceWorkerRegistration.update() from installing service worker throws.] expected: if (os == "linux") and fission and debug: [PASS, TIMEOUT] if (os == "linux") and fission and not debug: [PASS, TIMEOUT, NOTRUN] if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] if (os == "win") and not debug: [PASS, FAIL] [ServiceWorkerRegistration.update() from active service worker succeeds while installing service worker.] expected: if (os == "win") and not debug: [PASS, FAIL, TIMEOUT] if (os == "linux") and not fission: [PASS, NOTRUN] if (os == "linux") and fission: [PASS, FAIL, TIMEOUT, NOTRUN] if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT] [ServiceWorkerRegistration.update() from client succeeds while installing service worker.] expected: if not asan and not debug and (os == "win") and (processor == "x86_64"): [FAIL, PASS] if not asan and not debug and (os == "win") and (processor == "x86"): [PASS, FAIL] if not asan and not debug and (os == "mac"): [PASS, FAIL] if asan: [PASS, FAIL, TIMEOUT]