diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-21 18:30:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-21 18:30:54 (GMT) |
commit | c0d9a0cf3bf47d4da9a87a298d436cda4c932f45 (patch) | |
tree | 0de1b464c9a7da4e2118ec565244a48afdcfef2f /tests/expr.test | |
parent | 458fdd4426e9f3e1e99f2f6758aca0116bf2defc (diff) | |
download | tcl-c0d9a0cf3bf47d4da9a87a298d436cda4c932f45.zip tcl-c0d9a0cf3bf47d4da9a87a298d436cda4c932f45.tar.gz tcl-c0d9a0cf3bf47d4da9a87a298d436cda4c932f45.tar.bz2 |
Added knownBug constraints.
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 0b3bfb5..39b8eb8 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.50 2005/11/09 20:24:10 dgp Exp $ +# RCS: @(#) $Id: expr.test,v 1.51 2006/03/21 18:30:54 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2.1 @@ -6358,7 +6358,7 @@ test expr-39.24 {Tcl_ExprDoubleObj handles overflows that look like int} \ testexprdoubleobj 17976931348623165[string repeat 0 292] } {This is a result: Inf} test expr-39.25 {Tcl_ExprDoubleObj and NaN} \ - {testexprdoubleobj ieeeFloatingPoint} { + {knownBug testexprdoubleobj ieeeFloatingPoint} { list [catch {testexprdoubleobj 0.0/0.0} result] $result } {1 {floating point value is Not a Number}} |