Source code
Revision control
Copy as Markdown
Other Tools
[minimize.py]
disabled:
if os == "android": Not supported
[test_response_payload]
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_restore_from_fullscreen]
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_restore_from_maximized]
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_minimize_from_normal_window]
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_minimize_twice_is_idempotent]
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]