summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-08-29 17:44:14 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-08-29 17:44:14 (GMT)
commit266d13580765fe562c0d84ec863dcd9c39dff8a9 (patch)
tree3e2caa42db1464b5aeed91799fb04c2b2a873d2d /tests
parent90c4c48d503b36af10f59f641ebe3b411a6ede4d (diff)
parentf7f9b5b7d7802afd726e7523e986977bdb69c068 (diff)
downloadtk-266d13580765fe562c0d84ec863dcd9c39dff8a9.zip
tk-266d13580765fe562c0d84ec863dcd9c39dff8a9.tar.gz
tk-266d13580765fe562c0d84ec863dcd9c39dff8a9.tar.bz2
Constrained test menu-38.1 to Unix or Mac platforms since this test hangs on Windows and the corresponding bug was reported for Linux and Mac only
Diffstat (limited to 'tests')
-rw-r--r--tests/menu.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/menu.test b/tests/menu.test
index 8325e2b..479978e 100644
--- a/tests/menu.test
+++ b/tests/menu.test
@@ -3879,7 +3879,7 @@ test menu-37.1 {menubar menues cannot be posted - bug 2160206} -setup {
} -result {1 {a menubar menu cannot be posted}}
test menu-38.1 {Can't dismiss ttk::menubutton menu until mouse has hovered over it - bug fa32290898} -setup {
-} -body {
+} -constraints {macOrUnix} -body {
toplevel .top
ttk::menubutton .top.mb -text "Some menu";
menu .top.mb.m;