10 lines
415 B
INI
10 lines
415 B
INI
[status-codes-create-entry.html]
|
|
expected:
|
|
if (os == "linux") and fission and not debug and asan: CRASH
|
|
if (os == "linux") and fission and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
[Make sure all status codes are reported]
|
|
expected:
|
|
if not fission and not asan and debug and (os == "linux"): PASS
|
|
if not fission and not asan and not debug: PASS
|
|
[PASS, FAIL]
|