From 2d087cd971d85e6e4bb484878b61f0ce4d845b6b Mon Sep 17 00:00:00 2001 From: patthoyts Date: Tue, 21 Aug 2007 20:16:03 +0000 Subject: thread-4.4: clear ::errorInfo in the thread as a message is left here from init.tcl on windows due to no tcl_pkgPath. --- ChangeLog | 5 +++++ tests/thread.test | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 129b159..c443a17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-21 Pat Thoyts + + * tests/thread.test: thread-4.4: clear ::errorInfo in the thread as + a message is left here from init.tcl on windows due to no tcl_pkgPath. + 2007-08-20 Miguel Sofer * generic/tclExecute.c (INST_SUB): fix usage of the new macro for diff --git a/tests/thread.test b/tests/thread.test index 09c2edb..6dad850 100644 --- a/tests/thread.test +++ b/tests/thread.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: thread.test,v 1.16 2007/08/14 15:17:50 dgp Exp $ +# RCS: @(#) $Id: thread.test,v 1.17 2007/08/21 20:16:05 patthoyts Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -196,7 +196,7 @@ test thread-4.4 {TclThreadSend preserve code} {testthread} { set len [llength [testthread names]] set serverthread [testthread create] set ::errorInfo {} - set x [catch {testthread send $serverthread {break}} msg] + set x [catch {testthread send $serverthread {set ::errorInfo {}; break}} msg] threadReap list $len $x $msg $::errorInfo } {1 3 {} {}} -- cgit v0.12