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. 2665b703f29b78abb1a0


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 2665b703f29b78abb1a034755a30d1676823a223
Date: Sun, 31 Oct 2010 13:48:02 +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  2665b703f29b78abb1a034755a30d1676823a223 (commit)
       via  ea6bd15beedbff86ae64065cccb75beaa7a070fd (commit)
       via  c9511bd6451fc7901a81d11be2d94cfa0ed3f8b3 (commit)
      from  1c9b0eaa6f467ae8c6b0b11b586b150cacc64b13 (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=2665b703f29b78abb1a034755a30d1676823a223


commit 2665b703f29b78abb1a034755a30d1676823a223
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Oct 31 11:43:14 2010 +0100

    Don't build button test for ming that doesn't support it.

diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index b4bca98..8c0a1f6 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -2177,7 +2177,6 @@ TEST_CASES = \
        event_handler_scope_testrunner \
        masks_testrunner \
        masks_test2runner \
-       KeyEventOrderRunner \
        key_event_testrunner \
        static_vs_dynamic1_testrunner \
        static_vs_dynamic2_testrunner \
@@ -2247,6 +2246,7 @@ if MING_SUPPORTS_SWFBUTTON_SET_DEPTH
 TEST_CASES += \
        ButtonPropertiesTestRunner \
        ButtonEventsTest-Runner \
+       KeyEventOrderRunner \
        $(NULL)
 endif
 

http://git.savannah.gnu.org/cgit//commit/?id=ea6bd15beedbff86ae64065cccb75beaa7a070fd


commit ea6bd15beedbff86ae64065cccb75beaa7a070fd
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Oct 31 11:40:03 2010 +0100

    Fix another test for old ming

diff --git a/testsuite/misc-ming.all/duplicate_movie_clip_test.c 
b/testsuite/misc-ming.all/duplicate_movie_clip_test.c
index 32bc5ef..6850cd3 100644
--- a/testsuite/misc-ming.all/duplicate_movie_clip_test.c
+++ b/testsuite/misc-ming.all/duplicate_movie_clip_test.c
@@ -36,8 +36,10 @@ main(int argc, char** argv)
   SWFShape  sh_red;
 
   /* For the button duplication test */
+#if MING_VERSION_CODE >= 00040400
   SWFButton but;
   SWFButtonRecord br;
+#endif
 
   const char *srcdir=".";
   if ( argc>1 ) 
@@ -123,6 +125,8 @@ main(int argc, char** argv)
 
   SWFMovie_nextFrame(mo); /* 4th frame */
   
+#if MING_VERSION_CODE >= 00040400
+
   /* Create a button, add it to mc1 */
   but = newSWFButton();
   br = SWFButton_addCharacter(but, (SWFCharacter)sh_red, SWFBUTTON_UP);
@@ -147,7 +151,8 @@ main(int argc, char** argv)
   
   /* initobj not used */
   check_equals(mo, "_root.buttdup.x", "undefined");
-  
+#endif
+
   add_actions(mo,
           "t = new Object();"
           "t.dupl = dupl;"

http://git.savannah.gnu.org/cgit//commit/?id=c9511bd6451fc7901a81d11be2d94cfa0ed3f8b3


commit c9511bd6451fc7901a81d11be2d94cfa0ed3f8b3
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Oct 31 11:09:41 2010 +0100

    Fix for old ming version.

diff --git a/testsuite/misc-ming.all/attachMovieTest.c 
b/testsuite/misc-ming.all/attachMovieTest.c
index 455da9f..8badee1 100644
--- a/testsuite/misc-ming.all/attachMovieTest.c
+++ b/testsuite/misc-ming.all/attachMovieTest.c
@@ -67,7 +67,9 @@ main(int argc, char** argv)
 
     SWFShape sh;
     SWFButton but;
+#if MING_VERSION_CODE >= 00040400
     SWFButtonRecord br;
+#endif
 
 
        /*********************************************

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

Summary of changes:
 testsuite/misc-ming.all/Makefile.am                |    2 +-
 testsuite/misc-ming.all/attachMovieTest.c          |    2 ++
 .../misc-ming.all/duplicate_movie_clip_test.c      |    7 ++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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