gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. c4cc947b2d22592dafd4


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. c4cc947b2d22592dafd4a60eaba43926da2a9325
Date: Thu, 25 Nov 2010 16:15:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  c4cc947b2d22592dafd4a60eaba43926da2a9325 (commit)
      from  6a2aef5e5716550e816c413046c04ee5fa7e95ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=c4cc947b2d22592dafd4a60eaba43926da2a9325


commit c4cc947b2d22592dafd4a60eaba43926da2a9325
Author: Benjamin Wolsey <address@hidden>
Date:   Thu Nov 25 17:13:54 2010 +0100

    Expect failures.

diff --git a/testsuite/actionscript.all/Transform.as 
b/testsuite/actionscript.all/Transform.as
index b811ec9..595f92c 100644
--- a/testsuite/actionscript.all/Transform.as
+++ b/testsuite/actionscript.all/Transform.as
@@ -231,8 +231,8 @@ conc2 = conc1.createEmptyMovieClip("conc2", 
getNextHighestDepth());
 conc1._x = 40;
 conc2._x = 24;
 
-check(nearly_equal(conc1.transform.concatenatedMatrix, 1, 0, 0, 1, 39.75, 2));
-check(nearly_equal(conc2.transform.concatenatedMatrix, 1, 0, 0, 1, 63.5, 2));
+xcheck(nearly_equal(conc1.transform.concatenatedMatrix, 1, 0, 0, 1, 39.75, 2));
+xcheck(nearly_equal(conc2.transform.concatenatedMatrix, 1, 0, 0, 1, 63.5, 2));
 conc2._width = 3;
 conc1._height = 0.6;
 xcheck(nearly_equal(conc1.transform.concatenatedMatrix, 0, 0, 0, 0, 39.75, 2));

-----------------------------------------------------------------------

Summary of changes:
 testsuite/actionscript.all/Transform.as |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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