blob: 41e9d885b043e22f3b41dad1d36d60f6200cfb49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[set.py]
disabled:
if os == "android": Not supported
[test_negative_x_y]
bug: 1563248
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[test_restore_from_maximized]
expected:
if (os == "linux") and fission and not debug: [PASS, FAIL]
[test_y_as_current]
expected:
if not fission and not swgl and not debug: [PASS, FAIL]
[test_fully_exit_fullscreen]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
|