gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil...
Date: Wed, 14 Feb 2007 09:39:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/14 09:39:08

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: Makefile.am 
                                 multi_doactions_and_goto_frame_test.c 

Log message:
                * testsuite/misc-ming.all/Makefile.am: run the multi_doactions
                  gotoframe test.
                * testsuite/misc-ming.all/multi_doactions_and_goto_frame_test.c:
                  expect the failure.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2354&r2=1.2355
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.66&r2=1.67
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/multi_doactions_and_goto_frame_test.c?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2354
retrieving revision 1.2355
diff -u -b -r1.2354 -r1.2355
--- ChangeLog   14 Feb 2007 09:35:22 -0000      1.2354
+++ ChangeLog   14 Feb 2007 09:39:08 -0000      1.2355
@@ -1,5 +1,9 @@
 2007-02-14 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/Makefile.am: run the multi_doactions
+         gotoframe test.
+       * testsuite/misc-ming.all/multi_doactions_and_goto_frame_test.c:
+         expect the failure.
        * server/BitmapMovieInstance.{cpp,h}: use sprite_instance::display,
          don't override it. instead, place the bitmap shape in the
          displaylist.

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- testsuite/misc-ming.all/Makefile.am 12 Feb 2007 09:17:57 -0000      1.66
+++ testsuite/misc-ming.all/Makefile.am 14 Feb 2007 09:39:08 -0000      1.67
@@ -77,6 +77,7 @@
        registerClassTestRunner \
        goto_frame_test \
        consecutive_goto_frame_test \
+       multi_doactions_and_goto_frame_test \
        simple_loop_test \
        simple_loop_testrunner \
        action_execution_order_test \
@@ -94,6 +95,7 @@
        place_and_remove_object_insane_testrunner \
        goto_frame_testrunner \
        consecutive_goto_frame_testrunner \
+       multi_doactions_and_goto_frame_testrunner \
        action_execution_order_testrunner \
        $(NULL)
 
@@ -367,6 +369,20 @@
        sh $< $(top_builddir) consecutive_goto_frame_test.swf > $@
        chmod 755 $@
 
+multi_doactions_and_goto_frame_test_SOURCES =  \
+       multi_doactions_and_goto_frame_test.c   \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+multi_doactions_and_goto_frame_test_LDADD = $(MING_LIBS)
+
+multi_doactions_and_goto_frame_test.swf: multi_doactions_and_goto_frame_test
+       ./multi_doactions_and_goto_frame_test $(top_srcdir)/testsuite/media
+
+multi_doactions_and_goto_frame_testrunner: $(srcdir)/../generic-testrunner.sh 
multi_doactions_and_goto_frame_test.swf
+       sh $< $(top_builddir) multi_doactions_and_goto_frame_test.swf > $@
+       chmod 755 $@
+
 action_execution_order_test_SOURCES =  \
        action_execution_order_test.c   \
        ming_utils.h            \
@@ -561,6 +577,7 @@
        attachMovieLoopingTestRunner \
        goto_frame_testrunner \
        consecutive_goto_frame_testrunner \
+       multi_doactions_and_goto_frame_testrunner \
        registerClassTestRunner \
        action_execution_order_testrunner \
        simple_loop_testrunner \

Index: testsuite/misc-ming.all/multi_doactions_and_goto_frame_test.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/multi_doactions_and_goto_frame_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- testsuite/misc-ming.all/multi_doactions_and_goto_frame_test.c       14 Feb 
2007 06:20:31 -0000      1.1
+++ testsuite/misc-ming.all/multi_doactions_and_goto_frame_test.c       14 Feb 
2007 09:39:08 -0000      1.2
@@ -70,7 +70,7 @@
   
   check_equals(mo, "x1", "'as_in_doAction_tag1'");
   check_equals(mo, "x2", "'as_in_doAction_tag2'");
-  check_equals(mo, "x3", "'as_in_doAction_tag3'");
+  xcheck_equals(mo, "x3", "'as_in_doAction_tag3'");
   add_actions(mo, " _root.totals(); stop(); ");
   SWFMovie_nextFrame(mo); //3rd frame
 




reply via email to

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