summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-09-25 13:21:11 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-09-25 13:21:11 (GMT)
commitfc534435a19cfc29172f7ab50d4b8c4199a9329b (patch)
tree24c1784955886efc323cc1ef42955f180b411b93
parentc6dbab7080f3659c705a1140bcda6925da5d45d1 (diff)
downloadtk-fc534435a19cfc29172f7ab50d4b8c4199a9329b.zip
tk-fc534435a19cfc29172f7ab50d4b8c4199a9329b.tar.gz
tk-fc534435a19cfc29172f7ab50d4b8c4199a9329b.tar.bz2
Restore unixEmbed-10.1 and -10.2 as they are in core-8-6-branch. Now they fail reliably on Linux, and on macOS at Github Actions (only - and not fully reliably).
-rw-r--r--tests/unixEmbed.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test
index b1382a8..9b79d96 100644
--- a/tests/unixEmbed.test
+++ b/tests/unixEmbed.test
@@ -1248,11 +1248,11 @@ test unixEmbed-10.1 {geometry propagation in tkUnixWm.c/UpdateGeometryInfo} -con
} -body {
frame .f1 -container 1 -width 200 -height 50
pack .f1
- updateWidgets
+ update idletasks
toplevel .t1 -use [winfo id .f1] -width 150 -height 80
- updateWidgets
+ update idletasks
wm geometry .t1 +40+50
- updateWidgets
+ update idletasks
wm geometry .t1
} -cleanup {
deleteWindows
@@ -1264,11 +1264,11 @@ test unixEmbed-10.2 {geometry propagation in tkUnixWm.c/UpdateGeometryInfo} -con
} -body {
frame .f1 -container 1 -width 200 -height 50
pack .f1
- updateWidgets
+ update idletasks
toplevel .t1 -use [winfo id .f1] -width 150 -height 80
- updateWidgets
+ update idletasks
wm geometry .t1 70x300+10+20
- updateWidgets
+ update idletasks
wm geometry .t1
} -cleanup {
deleteWindows