minimize.py.ini (1432B)
1 [minimize.py] 2 disabled: 3 if os == "android": Not supported 4 [test_response_payload] 5 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 6 expected: 7 if (display == "x11") and not tsan: PASS 8 if display == @Null: PASS 9 [PASS, FAIL] 10 11 [test_restore_from_fullscreen] 12 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 13 expected: 14 if (display == @Null) and (os == "mac") and debug: PASS 15 if (display == @Null) and (os == "win"): PASS 16 if (display == "x11") and not tsan: PASS 17 [PASS, FAIL] 18 19 [test_restore_from_maximized] 20 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 21 expected: 22 if (display == @Null) and (os == "mac") and debug: PASS 23 if (display == @Null) and (os == "win"): PASS 24 if (display == "x11") and not tsan: PASS 25 [PASS, FAIL] 26 27 [test_minimize_from_normal_window] 28 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 29 expected: 30 if (display == @Null) and (os == "mac") and debug: PASS 31 if (display == @Null) and (os == "win"): PASS 32 if (display == "x11") and not tsan: PASS 33 [PASS, FAIL] 34 35 [test_minimize_twice_is_idempotent] 36 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 37 expected: 38 if (display == @Null) and (os == "mac") and debug: PASS 39 if (display == "x11") and not tsan: PASS 40 if (display == @Null) and (os == "win"): PASS 41 [PASS, FAIL]