diff options
author | dgp <dgp@users.sourceforge.net> | 2005-10-21 20:44:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-10-21 20:44:17 (GMT) |
commit | 59b47fd8178ce6e564348fa2f45bd91c4974ba3e (patch) | |
tree | 5b0d8ebe3be5e518d5852ae32603466b4dec947d /tests/string.test | |
parent | 7cc7684dbe5d31849989b7cab1c5d43ea0be1105 (diff) | |
download | tcl-59b47fd8178ce6e564348fa2f45bd91c4974ba3e.zip tcl-59b47fd8178ce6e564348fa2f45bd91c4974ba3e.tar.gz tcl-59b47fd8178ce6e564348fa2f45bd91c4974ba3e.tar.bz2 |
Marked several failing tests as "knownBug" until they can be updated.
Diffstat (limited to 'tests/string.test')
-rw-r--r-- | tests/string.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/string.test b/tests/string.test index 1969c59..8de1367 100644 --- a/tests/string.test +++ b/tests/string.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: string.test,v 1.52 2005/10/08 14:42:54 dgp Exp $ +# RCS: @(#) $Id: string.test,v 1.53 2005/10/21 20:44:21 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -406,7 +406,7 @@ test string-6.35 {string is double, false} { test string-6.36 {string is double, false} { list [string is double -fail var "\n"] $var } {0 0} -test string-6.37 {string is double, false on int overflow} { +test string-6.37 {string is double, false on int overflow} knownBug { # Make it the largest int recognizable, with one more digit for overflow list [string is double -fail var [largest_int]0] $var } {0 -1} |