diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-08 15:13:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-08 15:13:27 (GMT) |
commit | a5e4b9f2e248af1d2b1d0e70a5cee6db6088bcd3 (patch) | |
tree | df0c9618725bbed50322de73e6a35f086b81a130 /tests/wm.test | |
parent | 8bdbbf8c2422db95e3603724c6a0334047b07613 (diff) | |
parent | 40dd462d543ded80a0befbb0e48aafbccd89ea02 (diff) | |
download | tk-a5e4b9f2e248af1d2b1d0e70a5cee6db6088bcd3.zip tk-a5e4b9f2e248af1d2b1d0e70a5cee6db6088bcd3.tar.gz tk-a5e4b9f2e248af1d2b1d0e70a5cee6db6088bcd3.tar.bz2 |
Mark more testcases with failsOnXQuarz
Diffstat (limited to 'tests/wm.test')
-rw-r--r-- | tests/wm.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/wm.test b/tests/wm.test index a9e0f10..7959302 100644 --- a/tests/wm.test +++ b/tests/wm.test @@ -810,7 +810,7 @@ test wm-iconify-2.4.2 {Misc errors} -constraints !win -setup { destroy .t2 .r.f } -result {can't iconify .t2: it is an embedded window} -test wm-iconify-3.1 {iconify behavior} -constraints failsOnUbuntu -body { +test wm-iconify-3.1 {iconify behavior} -constraints {failsOnUbuntu failsOnXQuarz} -body { toplevel .t2 wm geom .t2 -0+0 update idletasks @@ -1418,7 +1418,7 @@ test wm-stackorder-2.7 {stacking order: no children returns self} -setup { deleteWindows -test wm-stackorder-3.1 {unmapped toplevel} -constraints failsOnUbuntu -body { +test wm-stackorder-3.1 {unmapped toplevel} -constraints {failsOnUbuntu failsOnXQuarz} -body { toplevel .t1 ; update toplevel .t2 ; update wm iconify .t1 @@ -1739,7 +1739,7 @@ test wm-transient-4.1 {transient toplevel is withdrawn deleteWindows } -result {withdrawn 0} test wm-transient-4.2 {already mapped transient toplevel - is withdrawn if toplevel is iconic} -constraints failsOnUbuntu -body { + is withdrawn if toplevel is iconic} -constraints {failsOnUbuntu failsOnXQuarz} -body { toplevel .top raiseDelay wm iconify .top @@ -1753,7 +1753,7 @@ test wm-transient-4.2 {already mapped transient toplevel deleteWindows } -result {withdrawn 0} test wm-transient-4.3 {iconify/deiconify on the toplevel - does a withdraw/deiconify on the transient} -constraints failsOnUbuntu -setup { + does a withdraw/deiconify on the transient} -constraints {failsOnUbuntu failsOnXQuarz} -setup { set results [list] } -body { toplevel .top @@ -2006,7 +2006,7 @@ test wm-state-2.7 {state change before map} -body { } -cleanup { deleteWindows } -result {iconic} -test wm-state-2.8 {state change after map} -constraints failsOnUbuntu -body { +test wm-state-2.8 {state change after map} -constraints {failsOnUbuntu failsOnXQuarz} -body { toplevel .t update wm state .t iconic @@ -2014,7 +2014,7 @@ test wm-state-2.8 {state change after map} -constraints failsOnUbuntu -body { } -cleanup { deleteWindows } -result {iconic} -test wm-state-2.9 {state change after map} -constraints failsOnUbuntu -body { +test wm-state-2.9 {state change after map} -constraints {failsOnUbuntu failsOnXQuarz} -body { toplevel .t update wm iconify .t |