CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/08/02 21:10:23
Modified files: testsuite/actionscript.all: ops.as Log message: check->xcheck CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/ops.as?cvsroot=gnash&r1=1.9&r2=1.10 Patches: Index: ops.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/ops.as,v retrieving revision 1.9 retrieving revision 1.10 diff -u -b -r1.9 -r1.10 --- ops.as 2 Aug 2007 21:08:01 -0000 1.9 +++ ops.as 2 Aug 2007 21:10:23 -0000 1.10 @@ -20,7 +20,7 @@ * Test binary predicates (equal, less_then, greater_then, logical and bitwise ops) */ -rcsid="$Id: ops.as,v 1.9 2007/08/02 21:08:01 strk Exp $"; +rcsid="$Id: ops.as,v 1.10 2007/08/02 21:10:23 strk Exp $"; #include "check.as" @@ -42,8 +42,8 @@ check(! (0 == NaN) ); check(! ('string' == 0) ); check(! (0 == 'string') ); -check(! ('string' == NaN) ); -check(! (NaN == 'string') ); +xcheck(! ('string' == NaN) ); +xcheck(! (NaN == 'string') ); check(1==true); check(true==1); check(2!=true); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit