diff options
author | dgp <dgp@noemail.net> | 2006-03-21 18:30:54 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2006-03-21 18:30:54 (GMT) |
commit | a9d8921fb462ed98ba7d9cadbdc460b0f0a0f5c3 (patch) | |
tree | 0de1b464c9a7da4e2118ec565244a48afdcfef2f /tests/expr.test | |
parent | 6963e4de6abe0fa45379b7f33aaef279cfac29bd (diff) | |
download | tcl-a9d8921fb462ed98ba7d9cadbdc460b0f0a0f5c3.zip tcl-a9d8921fb462ed98ba7d9cadbdc460b0f0a0f5c3.tar.gz tcl-a9d8921fb462ed98ba7d9cadbdc460b0f0a0f5c3.tar.bz2 |
Added knownBug constraints.
FossilOrigin-Name: 0940c81e3a640915716f2ac00c21aae8f57904e4
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}} |