diff options
-rw-r--r-- | tests/wm.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/wm.test b/tests/wm.test index a300838..a0c5c30 100644 --- a/tests/wm.test +++ b/tests/wm.test @@ -1530,10 +1530,10 @@ test wm-stackorder-5.1 {a menu is not a toplevel} -body { destroy .t } -result {.t .} test wm-stackorder-5.2 {A normal toplevel can't be raised above an \ - overrideredirect toplevel on unix} -constraints {x11 failsOnUbuntu failsOnXQuarz} -body { + overrideredirect toplevel on unix} -constraints x11 -body { toplevel .t - tkwait visibility .t wm overrideredirect .t 1 + tkwait visibility .t raise . update raiseDelay @@ -1544,8 +1544,8 @@ test wm-stackorder-5.2 {A normal toplevel can't be raised above an \ test wm-stackorder-5.2.1 {A normal toplevel can be raised above an \ overrideredirect toplevel on macOS or win} -constraints aquaOrWin32 -body { toplevel .t - tkwait visibility .t wm overrideredirect .t 1 + tkwait visibility .t raise . update raiseDelay @@ -1554,10 +1554,10 @@ test wm-stackorder-5.2.1 {A normal toplevel can be raised above an \ destroy .t } -result 1 test wm-stackorder-5.3 {An overrideredirect window\ - can be explicitly lowered} -constraints failsOnXQuarz -body { + can be explicitly lowered} -body { toplevel .t - tkwait visibility .t wm overrideredirect .t 1 + tkwait visibility .t lower .t update raiseDelay |