diff options
| author | dgp@users.sourceforge.net <dgp> | 2006-03-23 16:40:31 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2006-03-23 16:40:31 (GMT) |
| commit | a163896f91d954c5dea2e9c6be3b593e04dbb333 (patch) | |
| tree | 84904233122337fcbd5fedfb3af8d78b0ccca37f | |
| parent | e2f2aaf4cfb9620061a44c21a6f7cf5e9c28eed4 (diff) | |
| download | tcl-a163896f91d954c5dea2e9c6be3b593e04dbb333.zip tcl-a163896f91d954c5dea2e9c6be3b593e04dbb333.tar.gz tcl-a163896f91d954c5dea2e9c6be3b593e04dbb333.tar.bz2 | |
* tests/expr.test: Nan self-inquality test silenced. [Bug 761471]
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | tests/expr.test | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2006-03-23 Don Porter <dgp@users.sourceforge.net> + + * tests/expr.test: Nan self-inquality test silenced. [Bug 761471] + 2006-03-22 Don Porter <dgp@users.sourceforge.net> *** 8.4.13 TAGGED FOR RELEASE *** diff --git a/tests/expr.test b/tests/expr.test index 0c42b5d..7146914 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.17.2.11 2005/11/08 20:21:34 dgp Exp $ +# RCS: @(#) $Id: expr.test,v 1.17.2.12 2006/03/23 16:40:32 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -807,7 +807,7 @@ test expr-22.8 {non-numeric floats} nonPortable { list [catch {expr {1 / Inf}} msg] $msg } {1 {can't use infinite floating-point value as operand of "/"}} # Make sure [Bug 761471] stays fixed. -test expr-22.9 {non-numeric floats: shared object equality and NaN} { +test expr-22.9 {non-numeric floats: shared object equality and NaN} nonPortable { set x NaN expr {$x == $x} } 0 |
