From 550ea59f62f06ce9bc1171fcf296755dd99168ee Mon Sep 17 00:00:00 2001 From: culler Date: Tue, 13 Nov 2018 23:54:04 +0000 Subject: Calling update after pack in text.test fixes hangs on OSX 10.9. --- tests/text.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/text.test b/tests/text.test index 11dd41c..95e666a 100644 --- a/tests/text.test +++ b/tests/text.test @@ -3021,6 +3021,7 @@ test text-11a.22 {TextWidgetCmd procedure, "sync" option with -command} -setup { set ::x 0 toplevel .top pack [text .top.yt] + update set content {} for {set i 1} {$i < 30} {incr i} { append content [string repeat "$i " 15] \n @@ -3047,6 +3048,7 @@ test text-11a.31 {"<>" event} -setup { } -body { toplevel .top pack [text .top.yt] + update set content {} for {set i 1} {$i < 300} {incr i} { append content [string repeat "$i " 15] \n @@ -3080,6 +3082,7 @@ test text-11a.41 {"sync" "pendingsync" and <>} -setup { set res {} toplevel .top pack [text .top.yt] + update set content {} for {set i 1} {$i < 300} {incr i} { append content [string repeat "$i " 50] \n -- cgit v0.12