Source code
Revision control
Copy as Markdown
Other Tools
[set.py]
disabled:
if os == "android": Not supported
[test_negative_x_y]
expected:
if os == "mac": [PASS, FAIL]
[test_restore_from_maximized]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1944687 Mutter on X11 might refuse to maximize the window
expected:
if (os == "linux") and (version == "Ubuntu 18.04"): [PASS, FAIL]
[test_set_to_screen_size]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1944687 Mutter on Wayland might refuse to take all the available space
expected:
if (os == "linux") and (version == "Ubuntu 22.04"): [PASS, FAIL]
[test_set_larger_than_screen_size]
expected:
if (os == "linux") and (version == "Ubuntu 22.04"): [PASS, FAIL]
[test_set_to_available_size]
expected:
if debug and (os == "linux") and (version == "Ubuntu 22.04"): [PASS, FAIL]