summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/update-not-allowed.https.html.ini
blob: d522857c70442f580ca358634e45d6e89b4e7459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[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]