update-not-allowed.https.html.ini (1436B)
1 [update-not-allowed.https.html] 2 disabled: 3 if os == "android": bug 1550895 (frequently fails on geckoview) 4 expected: 5 if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK] 6 if (os == "win") and not debug and (processor == "x86"): [ERROR, TIMEOUT, OK] 7 if os == "linux": [ERROR, TIMEOUT] 8 ERROR 9 [ServiceWorkerRegistration.update() from installing service worker throws.] 10 expected: 11 if (os == "linux") and debug and fission: [PASS, TIMEOUT] 12 if (os == "linux") and debug and not fission: [PASS, TIMEOUT, NOTRUN] 13 if (os == "win") and not debug: [PASS, FAIL] 14 if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN] 15 16 [ServiceWorkerRegistration.update() from active service worker succeeds while installing service worker.] 17 expected: 18 if (os == "win") and not debug: [PASS, FAIL, TIMEOUT] 19 if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT] 20 if (os == "linux") and fission: [PASS, FAIL, TIMEOUT, NOTRUN] 21 if (os == "linux") and not fission: [PASS, NOTRUN] 22 23 [ServiceWorkerRegistration.update() from client succeeds while installing service worker.] 24 expected: 25 if not asan and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] 26 if not asan and (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] 27 if not asan and (os == "mac") and not debug: [PASS, FAIL] 28 if asan: [PASS, FAIL, TIMEOUT]