blob: 02bd38e4201718eab508ab4aef07e099045490e8 (
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
|
[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 (os == "win") and not debug: [PASS, FAIL]
|