diff options
author | fvogel <fvogelnew1@free.fr> | 2022-06-29 20:31:57 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-06-29 20:31:57 (GMT) |
commit | ae97ee0f89d278ba3041a3ae24159741918ab012 (patch) | |
tree | e01388a31769ca09b51c61b7d08792d6a43faaec /tests | |
parent | 39eed7da387ffc81dff38dd021195711bc9375ef (diff) | |
download | tk-ae97ee0f89d278ba3041a3ae24159741918ab012.zip tk-ae97ee0f89d278ba3041a3ae24159741918ab012.tar.gz tk-ae97ee0f89d278ba3041a3ae24159741918ab012.tar.bz2 |
Further stabilize panedwindow-23.30 since after [5952fd21] it failed once at GitHub Actions in branch unstable_tests on macOS with clang (no, --enable-aqua).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/constraints.tcl | 1 | ||||
-rw-r--r-- | tests/panedwindow.test | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl index 1b9d106..2918351 100644 --- a/tests/constraints.tcl +++ b/tests/constraints.tcl @@ -268,7 +268,6 @@ namespace eval tk { } if {$count > 19} { puts "waitForUnmap $w: timeout! mapping state is [winfo ismapped $w]" - puts " winfo geometry is [winfo geometry $w]" } } diff --git a/tests/panedwindow.test b/tests/panedwindow.test index f02858d..1fb4f99 100644 --- a/tests/panedwindow.test +++ b/tests/panedwindow.test @@ -4940,6 +4940,7 @@ test panedwindow-23.30 {ConfigurePanes, -hide works} -setup { frame .f4 -width 40 -bg green .p add .f1 .f2 .f3 .f4 pack .p + waitForMap .p waitForMap .f3 waitForUnmap .f4 set result [list] |