Source code

Revision control

Copy as Markdown

Other Tools

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