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


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Date.as
Date: Mon, 31 Mar 2008 15:09:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/31 15:09:38

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

Log message:
                * testsuite/actionscript.all/Date.as: fix expected results.
                  Some aren't the same as the pp - there was already a note 
about
                  that, and maybe it is worth emulating the player here.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6119&r2=1.6120
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Date.as?cvsroot=gnash&r1=1.42&r2=1.43

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6119
retrieving revision 1.6120
diff -u -b -r1.6119 -r1.6120
--- ChangeLog   31 Mar 2008 14:34:38 -0000      1.6119
+++ ChangeLog   31 Mar 2008 15:09:37 -0000      1.6120
@@ -1,3 +1,9 @@
+2008-03-31 Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Date.as: fix expected results.
+         Some aren't the same as the pp - there was already a note about
+         that, and maybe it is worth emulating the player here.
+
 2008-03-31 Sandro Santilli <address@hidden>
 
        * server/: as_object.cpp, builtin_function.h: don't lookup string_table

Index: testsuite/actionscript.all/Date.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Date.as,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- testsuite/actionscript.all/Date.as  31 Mar 2008 13:47:49 -0000      1.42
+++ testsuite/actionscript.all/Date.as  31 Mar 2008 15:09:38 -0000      1.43
@@ -22,7 +22,7 @@
 // execute it like this gnash -1 -r 0 -v out.swf
 
 
-rcsid="$Id: Date.as,v 1.42 2008/03/31 13:47:49 bwy Exp $";
+rcsid="$Id: Date.as,v 1.43 2008/03/31 15:09:38 bwy Exp $";
 #include "check.as"
 
 check_equals(typeof(Date), 'function');
@@ -75,7 +75,7 @@
 check_equals (d.UTC, undefined);
 check (Date.UTC);
 #else
- xcheck_equals(typeof(Date.__proto__), 'undefined');
+ check_equals(typeof(Date.__proto__), 'undefined');
 #endif
 
 // Static method should be available even if you haven't asked for a Date 
object.
@@ -548,7 +548,7 @@
 #endif
        
     h = new Date(3.0935415006117e+23);
-       xcheck_equals(h.getMilliseconds(), 584); // Might suggest how the pp 
works
+       check_equals(h.getMilliseconds(), 584);
        xcheck_equals(h.getFullYear(), -2147481678);
        check_equals(h.toString(), "Tue Jan -2147483647 16:04:00 GMT+0000 
-2147481678");           
 




reply via email to

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