blob: 363295111bc56905fd42323d5ef8868d7abf2ce0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[object-not-found-adds-entry.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Verify that a 200 null-typed object emits an entry.]
expected:
if (os == "linux") and (processor == "x86_64") and swgl and not fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and swgl and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not swgl: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
[Verify that a 404 null-typed object emits an entry.]
expected:
if (os == "linux") and (processor == "x86_64") and debug and fission and not swgl: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug and fission and swgl: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug and not fission and not swgl: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug and not fission and swgl: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
[Verify that a 404 img-typed object emits an entry.]
expected:
if os == "linux": [PASS, FAIL]
|