gnash-commit
[Top][All Lists]
Advanced

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

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


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Matrix.as
Date: Wed, 18 Jun 2008 08:11:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/06/18 08:11:37

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

Log message:
                Missed one.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Matrix.as?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: Matrix.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Matrix.as,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Matrix.as   18 Jun 2008 07:53:47 -0000      1.8
+++ Matrix.as   18 Jun 2008 08:11:36 -0000      1.9
@@ -20,7 +20,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: Matrix.as,v 1.8 2008/06/18 07:53:47 bwy Exp $";
+rcsid="$Id: Matrix.as,v 1.9 2008/06/18 08:11:36 bwy Exp $";
 
 
 // There are lots of floating point calculations here. Comparing them
@@ -29,7 +29,7 @@
 // an epsilon; others may fail for other people - so please edit as necessary
 // - but it's good to be as accurate as possible.
 //
-// A ming bug up to version 0.4.5 makes very large numbers fail.
+// A ming bug up to version 0.4 beta 5 makes very large numbers fail.
 #include "check.as"
 
 #if OUTPUT_VERSION < 8
@@ -114,10 +114,10 @@
 #if MING_VERSION_CODE > 00040005
 check(m.a < -6.7518325360784e+107 && m.a > -6.7518325360786e+107)
 check_equals(m.c.toString(), "2.46844592063091e+107");
+check_equals(m.tx.toString(), "1.597982751e+107");
 #endif
 check_equals(m.b.toString(), "-0.419012258900892");
 check_equals(m.d.toString(), "-0.505976396967328");
-check_equals(m.tx.toString(), "1.597982751e+107");
 check_equals(m.ty.toString(), "-96119.3225379726");
 
 m.rotate(-1.2873874);




reply via email to

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