diff options
author | dgp <dgp@users.sourceforge.net> | 2006-08-31 20:09:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-08-31 20:09:19 (GMT) |
commit | cb91df64f573a61f3fde281f8b65cccff6b51cff (patch) | |
tree | caa194d5e30dc90cae1f3b67c8f2e5461e5c2c28 /tests/expr.test | |
parent | 35eb4b3de55b09b9263b8bce50ab1ff2401f3d0f (diff) | |
download | tcl-cb91df64f573a61f3fde281f8b65cccff6b51cff.zip tcl-cb91df64f573a61f3fde281f8b65cccff6b51cff.tar.gz tcl-cb91df64f573a61f3fde281f8b65cccff6b51cff.tar.bz2 |
* tests/expr-old.test: The remaining failing tests reported in
* tests/expr.test: [Bug 1381715] are all new in Tcl 8.5, so
there's really no issue of compatibility with Tcl 8.4 result to
deal with. Fixed by updating tests to expect 8.5 results.
Diffstat (limited to 'tests/expr.test')
-rw-r--r-- | tests/expr.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/expr.test b/tests/expr.test index 93efbde..23f46bd 100644 --- a/tests/expr.test +++ b/tests/expr.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: expr.test,v 1.58 2006/08/22 04:03:24 dgp Exp $ +# RCS: @(#) $Id: expr.test,v 1.59 2006/08/31 20:09:20 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2.1 @@ -6304,7 +6304,7 @@ test expr-39.24 {Tcl_ExprDoubleObj handles overflows that look like int} \ test expr-39.25 {Tcl_ExprDoubleObj and NaN} \ {testexprdoubleobj ieeeFloatingPoint} { list [catch {testexprdoubleobj 0.0/0.0} result] $result - } {1 {floating point value is Not a Number}} + } {1 {domain error: argument not in valid range}} test expr-40.1 {large octal shift} { expr 0100000000000000000000000000000000 |