summaryrefslogtreecommitdiffstats
path: root/tests/menu.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-11-03 22:41:14 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-11-03 22:41:14 (GMT)
commit6029cdb3409bb77a856eae306d2c44a2d07efce4 (patch)
treeebb49f4a6f9b8d1b98a77c38b8cf35e3d15b5401 /tests/menu.test
parente6aee3fd2f23e61877aa28fa522eb81c57c7165d (diff)
downloadtk-6029cdb3409bb77a856eae306d2c44a2d07efce4.zip
tk-6029cdb3409bb77a856eae306d2c44a2d07efce4.tar.gz
tk-6029cdb3409bb77a856eae306d2c44a2d07efce4.tar.bz2
Fix [0ef1c52736]: OS X - tests menu-22.[345] hang
Diffstat (limited to 'tests/menu.test')
-rw-r--r--tests/menu.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/menu.test b/tests/menu.test
index ebf3fb7..86ed86c 100644
--- a/tests/menu.test
+++ b/tests/menu.test
@@ -3328,7 +3328,7 @@ test menu-22.2 {GetIndexFromCoords} -setup {
} -result {0}
test menu-22.3 {GetIndexFromCoords: mapped window, y only} -setup {
deleteWindows
-} -constraints {unix} -body {
+} -constraints {x11} -body {
menu .m1
.m1 add command -label "test"
.m1 configure -tearoff 0
@@ -3340,7 +3340,7 @@ test menu-22.3 {GetIndexFromCoords: mapped window, y only} -setup {
} -result {0}
test menu-22.4 {GetIndexFromCoords: mapped window x,y} -setup {
deleteWindows
-} -constraints {unix} -body {
+} -constraints {x11} -body {
menu .m1
.m1 add command -label "test"
.m1 configure -tearoff 0
@@ -3354,7 +3354,7 @@ test menu-22.4 {GetIndexFromCoords: mapped window x,y} -setup {
} -result {0}
test menu-22.5 {GetIndexFromCoords: mapped wide window} -setup {
deleteWindows
-} -constraints {unix} -body {
+} -constraints {x11} -body {
menu .m1
.m1 add command -label "test"
.m1 configure -tearoff 0