[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]