CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/05/11 05:03:47
Modified files: . : ChangeLog testsuite/misc-ming.all: Makefile.am displaylist_depths_test6.c Log message: * testsuite/misc-ming.all/Makefile.am: enabled displaylist_depths_test6.swf runner * testsuite/misc-ming.all/displaylist_depths_test6.c: Some comments cleanup, and an additional expected failure (slightly unrelated to test focus, I'd say). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3161&r2=1.3162 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.109&r2=1.110 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/displaylist_depths_test6.c?cvsroot=gnash&r1=1.3&r2=1.4 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3161 retrieving revision 1.3162 diff -u -b -r1.3161 -r1.3162 --- ChangeLog 11 May 2007 04:47:39 -0000 1.3161 +++ ChangeLog 11 May 2007 05:03:47 -0000 1.3162 @@ -1,5 +1,13 @@ 2007-05-11 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/misc-ming.all/Makefile.am: enabled + displaylist_depths_test6.swf runner + * testsuite/misc-ming.all/displaylist_depths_test6.c: + Some comments cleanup, and an additional expected failure + (slightly unrelated to test focus, I'd say). + +2007-05-11 Sandro Santilli <[EMAIL PROTECTED]> + * server/sprite_instance.h: improved documentation for the add_display_object() method. I think this is where we're going to add a TimelineInfo record (see Timeline Control page on the Index: testsuite/misc-ming.all/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v retrieving revision 1.109 retrieving revision 1.110 diff -u -b -r1.109 -r1.110 --- testsuite/misc-ming.all/Makefile.am 11 May 2007 03:50:44 -0000 1.109 +++ testsuite/misc-ming.all/Makefile.am 11 May 2007 05:03:47 -0000 1.110 @@ -83,6 +83,7 @@ displaylist_depths_test3 \ displaylist_depths_test4 \ displaylist_depths_test5 \ + displaylist_depths_test6 \ masks_test \ attachMovieTest \ attachMovieTestRunner \ @@ -163,6 +164,7 @@ displaylist_depths_test3runner \ displaylist_depths_test4runner \ displaylist_depths_test5runner \ + displaylist_depths_test6runner \ get_frame_number_testrunner \ frame_label_testrunner \ path_format_testrunner \ @@ -485,6 +487,20 @@ sh $< -f20 $(top_builddir) displaylist_depths_test5.swf > $@ chmod 755 $@ +displaylist_depths_test6_SOURCES = \ + displaylist_depths_test6.c \ + ming_utils.h \ + ming_utils.c \ + $(NULL) +displaylist_depths_test6_LDADD = $(MING_LIBS) + +displaylist_depths_test6.swf: displaylist_depths_test6 + ./displaylist_depths_test6 $(top_srcdir)/testsuite/media + +displaylist_depths_test6runner: $(srcdir)/../generic-testrunner.sh displaylist_depths_test6.swf + sh $< -f20 $(top_builddir) displaylist_depths_test6.swf > $@ + chmod 755 $@ + masks_test_SOURCES = \ masks_test.c \ ming_utils.h \ @@ -1191,6 +1207,7 @@ displaylist_depths_test3runner \ displaylist_depths_test4runner \ displaylist_depths_test5runner \ + displaylist_depths_test6runner \ matrix_testrunner \ get_frame_number_testrunner \ frame_label_testrunner \ Index: testsuite/misc-ming.all/displaylist_depths_test6.c =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/displaylist_depths_test6.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- testsuite/misc-ming.all/displaylist_depths_test6.c 11 May 2007 04:59:23 -0000 1.3 +++ testsuite/misc-ming.all/displaylist_depths_test6.c 11 May 2007 05:03:47 -0000 1.4 @@ -161,7 +161,7 @@ " } " // Static3 refers to same instance - "check_equals(static3.myThing, 'guess');" + "xcheck_equals(static3.myThing, 'guess');" // gnash fails as it create a new instance // immune to MOVE after swap "xcheck_equals(static3._x, 10);" "check_equals(static3.getDepth(), -16381);" _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit