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/ops.as


From: Zou Lunkai
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/ops.as
Date: Mon, 06 Aug 2007 07:22:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/08/06 07:22:29

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

Log message:
        * testsuite/actionscript.all/ops.as: xcheck to check, it passed here.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3952&r2=1.3953
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/ops.as?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3952
retrieving revision 1.3953
diff -u -b -r1.3952 -r1.3953
--- ChangeLog   6 Aug 2007 03:30:17 -0000       1.3952
+++ ChangeLog   6 Aug 2007 07:22:28 -0000       1.3953
@@ -1,3 +1,7 @@
+2007-08-06 Zou Lunkai <address@hidden>
+       
+       * testsuite/actionscript.all/ops.as: xcheck to check, it passed here.
+         
 2007-08-05 Sandro Santilli <address@hidden>
 
        * server/parser/character_def.h: provide a protected copy constructor

Index: testsuite/actionscript.all/ops.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/ops.as,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- testsuite/actionscript.all/ops.as   2 Aug 2007 21:10:23 -0000       1.10
+++ testsuite/actionscript.all/ops.as   6 Aug 2007 07:22:29 -0000       1.11
@@ -20,7 +20,7 @@
  *  Test binary predicates (equal, less_then, greater_then, logical and 
bitwise ops)
  */
 
-rcsid="$Id: ops.as,v 1.10 2007/08/02 21:10:23 strk Exp $";
+rcsid="$Id: ops.as,v 1.11 2007/08/06 07:22:29 zoulunkai Exp $";
 
 #include "check.as"
 
@@ -387,7 +387,7 @@
 
 x = 0xffffffff;
 y = x << 16;
-xcheck_equals(y, -65536);
+xcheck_equals(Math.round(y), -65536);
 
 x = 1.9;
 y = x << 2;




reply via email to

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