summaryrefslogtreecommitdiffstats
path: root/tests/wm.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-29 10:23:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-29 10:23:26 (GMT)
commite156e1d87e6eff493352961a0479c5f3630ef481 (patch)
treead69c320ee06d6e0615f634e66995285deb8c95a /tests/wm.test
parentb1fd44d559b0bccfab0e74009c83fbe8d9adddcc (diff)
parenta22fd911c4fcdbc6c92423c582245a607610456c (diff)
downloadtk-e156e1d87e6eff493352961a0479c5f3630ef481.zip
tk-e156e1d87e6eff493352961a0479c5f3630ef481.tar.gz
tk-e156e1d87e6eff493352961a0479c5f3630ef481.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/wm.test')
-rw-r--r--tests/wm.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wm.test b/tests/wm.test
index 4c0da3e..d5bc733 100644
--- a/tests/wm.test
+++ b/tests/wm.test
@@ -1527,7 +1527,7 @@ 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 -body {
+ overrideredirect toplevel on unix} -constraints {x11 failsOnUbuntu} -body {
toplevel .t
tkwait visibility .t
wm overrideredirect .t 1
@@ -1726,7 +1726,7 @@ test wm-transient-3.3 {withdraw/deiconify on the toplevel
} -result {withdrawn 0 normal 1}
test wm-transient-4.1 {transient toplevel is withdrawn
- when mapped if toplevel is iconic} -body {
+ when mapped if toplevel is iconic} -constraints failsOnUbuntu -body {
toplevel .top
wm iconify .top
update
@@ -1738,7 +1738,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} -body {
+ is withdrawn if toplevel is iconic} -constraints failsOnUbuntu -body {
toplevel .top
raiseDelay
wm iconify .top