diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-08-10 16:28:02 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-08-10 16:28:02 (GMT) |
commit | 3d07a4f66acb32cc71599c3192ae22c380c6520f (patch) | |
tree | ce5b8f25cb00c8c29937e43b0557eb4cbf34b730 /tests/compExpr-old.test | |
parent | 5d99536c02360e7f2aa049ce61ed612895eacbdd (diff) | |
download | tcl-3d07a4f66acb32cc71599c3192ae22c380c6520f.zip tcl-3d07a4f66acb32cc71599c3192ae22c380c6520f.tar.gz tcl-3d07a4f66acb32cc71599c3192ae22c380c6520f.tar.bz2 |
further untangling of Tcl_Finalize, and test cleanup on Win32 threaded
Diffstat (limited to 'tests/compExpr-old.test')
-rw-r--r-- | tests/compExpr-old.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/compExpr-old.test b/tests/compExpr-old.test index f13e0e9..db8601d 100644 --- a/tests/compExpr-old.test +++ b/tests/compExpr-old.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: compExpr-old.test,v 1.13 2005/07/28 18:42:28 dgp Exp $ +# RCS: @(#) $Id: compExpr-old.test,v 1.14 2005/08/10 16:28:02 kennykb Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -221,7 +221,8 @@ test compExpr-old-3.6 {CompileCondExpr: error compiling false arm} { test compExpr-old-3.7 {CompileCondExpr: long arms & nested cond exprs} { hello_world } {Hello world} -test compExpr-old-3.8 {CompileCondExpr: long arms & nested cond exprs} { +test compExpr-old-3.8 {CompileCondExpr: long arms & nested cond exprs} unix { + # Fails with a stack overflow on threaded Windows builds do_twelve_days } 2358 |