summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini
blob: 3bcb9ca2b1a9025932b8b6f006c238f59c1ebdf2 (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
29
30
31
32
33
[registration-updateviacache.https.html]
  [updateViaCache is not updated if register() rejects]
    expected: FAIL

  [register-with-updateViaCache-none-then-undefined]
    expected:
      if swgl and (os == "win"): [PASS, FAIL]

  [register-with-updateViaCache-imports]
    expected:
      if (processor == "x86_64") and (os == "linux") and not debug and fission: [PASS, FAIL]
      if processor == "x86": [PASS, FAIL]

  [register-with-updateViaCache-all]
    expected:
      if (os == "win") and debug and not swgl: [PASS, FAIL]
      if (os == "linux") and not fission and not swgl: [PASS, FAIL]

  [register-with-updateViaCache-none-then-all]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]

  [register-with-updateViaCache-all-then-imports]
    expected:
      if (processor == "x86") and debug: [PASS, FAIL]

  [register-with-updateViaCache-none-then-imports]
    expected:
      if (processor == "x86") and not debug: [PASS, FAIL]

  [register-with-updateViaCache-undefined]
    expected:
      if (processor == "x86") and not debug: [PASS, FAIL]