diff options
author | fvogel <fvogelnew1@free.fr> | 2016-08-29 17:43:56 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-08-29 17:43:56 (GMT) |
commit | f7f9b5b7d7802afd726e7523e986977bdb69c068 (patch) | |
tree | 7c1b9ac69a2cb72ce0e12a40d8351927d5948cfe /tests | |
parent | 1873b2da08408228b8b139ed92785a2f9c048b3b (diff) | |
parent | 3f31a49af5095bb916f325335fefc3a101c687fe (diff) | |
download | tk-f7f9b5b7d7802afd726e7523e986977bdb69c068.zip tk-f7f9b5b7d7802afd726e7523e986977bdb69c068.tar.gz tk-f7f9b5b7d7802afd726e7523e986977bdb69c068.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.test | 2 |
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; |