CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/10/14 19:57:43
Modified files: . : ChangeLog testsuite/misc-ming.all: Makefile.am PlaceObject2Test.c Log message: * testsuite/misc-ming.all/Makefile.am: don't build and run PlaceObject2Test if MING_SUPPORTS_REPLACE_TAG is not defined. * testsuite/misc-ming.all/PlaceObject2Test.c: remove /* in comment warning. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4602&r2=1.4603 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.161&r2=1.162 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/PlaceObject2Test.c?cvsroot=gnash&r1=1.8&r2=1.9 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4602 retrieving revision 1.4603 diff -u -b -r1.4602 -r1.4603 --- ChangeLog 13 Oct 2007 23:24:06 -0000 1.4602 +++ ChangeLog 14 Oct 2007 19:57:42 -0000 1.4603 @@ -1,3 +1,9 @@ +2007-10-14 Sandro Santilli <[EMAIL PROTECTED]> + + * testsuite/misc-ming.all/Makefile.am: don't build and run PlaceObject2Test + if MING_SUPPORTS_REPLACE_TAG is not defined. + * testsuite/misc-ming.all/PlaceObject2Test.c: remove /* in comment warning. + 2007-10-13 Rob Savoye <[EMAIL PROTECTED]> * macros/agg.m4, curl.m4, ffmpeg.m4, freetype.m4, glib.m4, Index: testsuite/misc-ming.all/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v retrieving revision 1.161 retrieving revision 1.162 diff -u -b -r1.161 -r1.162 --- testsuite/misc-ming.all/Makefile.am 9 Oct 2007 15:36:57 -0000 1.161 +++ testsuite/misc-ming.all/Makefile.am 14 Oct 2007 19:57:42 -0000 1.162 @@ -67,7 +67,6 @@ DefineEditTextVariableNameTest2 \ Dejagnu \ Dejagnu.swf \ - PlaceObject2Test \ RemoveObject2Test \ RollOverOutTest \ RollOverOutTest-Runner \ @@ -198,7 +197,6 @@ timeline_var_test-Runner \ place_object_testrunner \ place_object_test2runner \ - PlaceObject2TestRunner \ move_object_testrunner \ place_and_remove_object_testrunner \ place_and_remove_object_insane_testrunner \ @@ -276,8 +274,10 @@ if MING_SUPPORTS_REPLACE_TAG check_SCRIPTS += \ + PlaceObject2TestRunner \ $(NULL) check_PROGRAMS += \ + PlaceObject2Test \ replace_shapes1test_runner \ replace_sprites1test_runner \ replace_buttons1test_runner \ @@ -1716,7 +1716,6 @@ loop_test-Runner \ place_object_testrunner \ place_object_test2runner \ - PlaceObject2TestRunner \ move_object_testrunner \ place_and_remove_object_testrunner \ place_and_remove_object_insane_testrunner \ @@ -1811,6 +1810,7 @@ if MING_SUPPORTS_REPLACE_TAG TEST_CASES += \ + PlaceObject2TestRunner \ replace_shapes1test_runner \ replace_sprites1test_runner \ replace_buttons1test_runner \ Index: testsuite/misc-ming.all/PlaceObject2Test.c =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/PlaceObject2Test.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- testsuite/misc-ming.all/PlaceObject2Test.c 9 Oct 2007 09:06:26 -0000 1.8 +++ testsuite/misc-ming.all/PlaceObject2Test.c 14 Oct 2007 19:57:43 -0000 1.9 @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * -/* + * * Test DLIST tags with dynamic depth zone specified * * Timeline: _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit