gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/actionscript.all ops.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all ops.as
Date: Fri, 11 Jan 2008 17:25:00 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/01/11 17:25:00

Modified files:
        testsuite/actionscript.all: ops.as 

Log message:
        add another nan comparison check

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/ops.as?cvsroot=gnash&r1=1.31&r2=1.32

Patches:
Index: ops.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/ops.as,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- ops.as      11 Jan 2008 08:50:15 -0000      1.31
+++ ops.as      11 Jan 2008 17:25:00 -0000      1.32
@@ -20,7 +20,7 @@
  *  Test binary predicates (equal, less_then, greater_then, logical and 
bitwise ops)
  */
 
-rcsid="$Id: ops.as,v 1.31 2008/01/11 08:50:15 strk Exp $";
+rcsid="$Id: ops.as,v 1.32 2008/01/11 17:25:00 strk Exp $";
 
 #include "check.as"
 
@@ -106,6 +106,7 @@
 check(x == x);
 check(y == y);
 check(z == z);
+check((1/0) == (1/0));
 
 // for Arrays
 ary1 = [1,2,3];
@@ -729,7 +730,7 @@
 check(isNaN(y));
 
 #if OUTPUT_VERSION < 7
- totals(213);
+ totals(214);
 #else
- totals(215);
+ totals(216);
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]