Source code

Revision control

Copy as Markdown

Other Tools

[user_prompts.py]
disabled:
if os == "android": Not supported
[test_accept[confirm-True\]]
expected:
if (os_version == "24.04") and tsan: [PASS, FAIL]
if (os_version == "22.04") and debug: [PASS, FAIL]
if (os_version == "22.04") and not debug: [PASS, FAIL]
[test_accept[prompt-\]]
expected:
if (os_version == "24.04") and tsan: [PASS, FAIL]
if (os_version == "22.04") and debug: [PASS, FAIL]
if (os_version == "22.04") and not debug: [PASS, FAIL]
[test_dismiss[confirm-False\]]
expected:
if (os_version == "24.04") and tsan: [PASS, FAIL]
if (os_version == "22.04") and debug: [PASS, FAIL]
if (os_version == "22.04") and not debug: [PASS, FAIL]
[test_dismiss[prompt-None\]]
expected:
if (os_version == "24.04") and tsan: [PASS, FAIL]
if (os_version == "22.04") and debug: [PASS, FAIL]
if (os_version == "22.04") and not debug: [PASS, FAIL]