14 lines
505 B
INI
14 lines
505 B
INI
[object-not-found-adds-entry.html]
|
|
[Verify that a 200 null-typed object emits an entry.]
|
|
expected:
|
|
if (os == "linux") and not fission and not debug: [PASS, FAIL]
|
|
if (os == "linux") and not fission and debug: [PASS, FAIL]
|
|
if (os == "linux") and fission: [PASS, FAIL]
|
|
|
|
[Verify that a 404 null-typed object emits an entry.]
|
|
expected:
|
|
if os == "linux": [PASS, FAIL]
|
|
|
|
[Verify that a 404 img-typed object emits an entry.]
|
|
expected:
|
|
if os == "linux": [PASS, FAIL]
|