gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Numb...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Numb...
Date: Mon, 23 Oct 2006 10:53:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/23 10:53:38

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: Number.as 

Log message:
        * testsuite/actionscript.all/Number.as: removed expected failures (all 
we have passes now, there are a lots of other tests to add for that class, 
anyway)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1357&r2=1.1358
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Number.as?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1357
retrieving revision 1.1358
diff -u -b -r1.1357 -r1.1358
--- ChangeLog   23 Oct 2006 10:49:58 -0000      1.1357
+++ ChangeLog   23 Oct 2006 10:53:38 -0000      1.1358
@@ -1,5 +1,8 @@
 2006-10-23 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Number.as: removed expected failures
+         (all we have passes now, there are a lots of other tests to
+          add for that class, anyway)
        * server/as_value.cpp: (operator==): handle comparison of C_FUNCTION
          types
        * server/as_value.cpp: (operator==): fix handling of object/non-object

Index: testsuite/actionscript.all/Number.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Number.as,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/actionscript.all/Number.as        19 Oct 2006 14:34:06 -0000      
1.5
+++ testsuite/actionscript.all/Number.as        23 Oct 2006 10:53:38 -0000      
1.6
@@ -47,7 +47,7 @@
 // TODO: test with SWF target != 6 (the only one tested so far)
 //     
 
-rcsid="$Id: Number.as,v 1.5 2006/10/19 14:34:06 strk Exp $";
+rcsid="$Id: Number.as,v 1.6 2006/10/23 10:53:38 strk Exp $";
 
 #include "check.as"
 
@@ -61,5 +61,6 @@
 #endif
 
 // but they have the same numeric value
-xcheck_equals (n1 , 268 );
+check_equals (n1 , 268 );
+check_equals (268 , n1 );
 




reply via email to

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