summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2006-03-21 18:30:54 (GMT)
committerdgp@users.sourceforge.net <dgp>2006-03-21 18:30:54 (GMT)
commitedd4d99033b8dec2c82690847f4ac7ac06a22d26 (patch)
tree0de1b464c9a7da4e2118ec565244a48afdcfef2f /tests/expr.test
parent31124c597f26f0b1c4afbdef58223ac2a1a1361a (diff)
downloadtcl-edd4d99033b8dec2c82690847f4ac7ac06a22d26.zip
tcl-edd4d99033b8dec2c82690847f4ac7ac06a22d26.tar.gz
tcl-edd4d99033b8dec2c82690847f4ac7ac06a22d26.tar.bz2
Added knownBug constraints.
Diffstat (limited to 'tests/expr.test')
-rw-r--r--tests/expr.test4
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}}