summaryrefslogtreecommitdiffstats
path: root/tests/unixEmbed.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-07-02 23:22:03 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-07-02 23:22:03 (GMT)
commit2b750801ce523f2ce04c82bf6572efa91b46e0c5 (patch)
tree6eb9c459987d219d90330ba339ecbc3e2a95e7bf /tests/unixEmbed.test
parentce463eefe96e579adde97246917f20cfc92eaa8a (diff)
downloadtk-2b750801ce523f2ce04c82bf6572efa91b46e0c5.zip
tk-2b750801ce523f2ce04c82bf6572efa91b46e0c5.tar.gz
tk-2b750801ce523f2ce04c82bf6572efa91b46e0c5.tar.bz2
Further ruggedize unixEmbed-11.2 because it still failed once at GitHub Actions in branch unstable_tests on macOS with clang (mem, --enable-aqua). Error message was 'bad window path name .embed' while executing 'button .embed.b -text 'Emb Button' -command {lappend result 'pushed .embed.b'}'
Diffstat (limited to 'tests/unixEmbed.test')
-rw-r--r--tests/unixEmbed.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test
index 35cb61c..30c00e3 100644
--- a/tests/unixEmbed.test
+++ b/tests/unixEmbed.test
@@ -1304,6 +1304,7 @@ test unixEmbed-11.2 {mouse coordinates in embedded toplevels} -constraints {
updateWidgets
toplevel .embed -use [winfo id .main.f] -bg green
update
+ waitForMap .embed
pack [button .embed.b -text "Emb Button" \
-command {lappend result "pushed .embed.b"}] -padx 30 -pady 30
update