summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-08-29 17:43:56 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-08-29 17:43:56 (GMT)
commit10464882306f0fc760599000aa2ef76be71e5730 (patch)
tree7c1b9ac69a2cb72ce0e12a40d8351927d5948cfe
parent5a7553894f0bf0d9456c2b055054a1f7c6e16b4a (diff)
parent6359355c1b0828432df2f072bf3cee8866ff182d (diff)
downloadtk-10464882306f0fc760599000aa2ef76be71e5730.zip
tk-10464882306f0fc760599000aa2ef76be71e5730.tar.gz
tk-10464882306f0fc760599000aa2ef76be71e5730.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
-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;