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/consecu...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/consecu...
Date: Tue, 13 Feb 2007 10:32:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/13 10:32:25

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: consecutive_goto_frame_test.c 

Log message:
                * testsuite/misc-ming.all/consecutive_goto_frame_test.c:
                  expect the current failures, just to allow 'make check'
                  to continue working (known bugs need be 'expected', if
                  they unexpectedly pass 'make check' will exit with a
                  FAILURE code so we can joy and remove the expectance).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2337&r2=1.2338
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/consecutive_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.2337
retrieving revision 1.2338
diff -u -b -r1.2337 -r1.2338
--- ChangeLog   13 Feb 2007 10:25:16 -0000      1.2337
+++ ChangeLog   13 Feb 2007 10:32:24 -0000      1.2338
@@ -1,5 +1,10 @@
 2007-02-13 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/consecutive_goto_frame_test.c:
+         expect the current failures, just to allow 'make check'
+         to continue working (known bugs need be 'expected', if
+         they unexpectedly pass 'make check' will exit with a
+         FAILURE code so we can joy and remove the expectance).
        * testsuite/misc-mtasc.all/: Makefile.am, hello.as:
          Generalized Makefile, stuff Dejagnu.swf in first frame
          and dejagnu_so_fini.as in last frame using 'makeswf'.

Index: testsuite/misc-ming.all/consecutive_goto_frame_test.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/consecutive_goto_frame_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- testsuite/misc-ming.all/consecutive_goto_frame_test.c       12 Feb 2007 
08:27:58 -0000      1.1
+++ testsuite/misc-ming.all/consecutive_goto_frame_test.c       13 Feb 2007 
10:32:25 -0000      1.2
@@ -92,19 +92,19 @@
   SWFMovie_nextFrame(mo); //1st frame
   
   // mc_red.x has been set after playing the 1st frame, check it here
-  add_actions(mo, " check_equals(mc_red.x, \"as_in_frm1_of_mc_red\"); \
+  add_actions(mo, " xcheck_equals(mc_red.x, \"as_in_frm1_of_mc_red\"); \
                     mc_red.x = \"as_in_frm2_of_root\"; \
                     gotoAndStop(3); ");               
   SWFMovie_nextFrame(mo); //2nd frame
   
    // mc_red.x has been set again after playing the 2nd frame, check it again
-  add_actions(mo, " check_equals(mc_red.x, \"as_in_frm2_of_mc_red\"); \
+  add_actions(mo, " xcheck_equals(mc_red.x, \"as_in_frm2_of_mc_red\"); \
                     mc_red.x = \"as_in_frm3_of_root\"; \
                     gotoAndStop(4); ");               
   SWFMovie_nextFrame(mo); //3rd frame
   
    // mc_red.x has been set again after playing the 3rd frame, check it again
-  check_equals(mo, "mc_red.x", "'as_in_frm3_of_mc_red'");
+  xcheck_equals(mo, "mc_red.x", "'as_in_frm3_of_mc_red'");
   add_actions(mo, " _root.totals(); stop(); ");
   SWFMovie_nextFrame(mo); //4th frame
 




reply via email to

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