summaryrefslogtreecommitdiffstats
path: root/tests/menu.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-08-29 17:42:45 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-08-29 17:42:45 (GMT)
commit6359355c1b0828432df2f072bf3cee8866ff182d (patch)
treebeb25c2451ecbc70cec5dc49a353b6b3af4f726f /tests/menu.test
parent42a8c760a21c5bc67ce9cedad9d506e98225dd87 (diff)
downloadtk-6359355c1b0828432df2f072bf3cee8866ff182d.zip
tk-6359355c1b0828432df2f072bf3cee8866ff182d.tar.gz
tk-6359355c1b0828432df2f072bf3cee8866ff182d.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/menu.test')
-rw-r--r--tests/menu.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/menu.test b/tests/menu.test
index a97aa25..05356e3 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;