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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/loop_te...
Date: Wed, 14 May 2008 16:03:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/05/14 16:03:56

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

Log message:
        * testsuite/misc-ming.all/loop_test.c: place the subject of the test
          at depth 64000, triggering a failure in the mergeDisplayList
          assertion checking (when GNASH_PARANOIA_LEVEL>1).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6598&r2=1.6599
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/loop_test.c?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6598
retrieving revision 1.6599
diff -u -b -r1.6598 -r1.6599
--- ChangeLog   14 May 2008 10:47:24 -0000      1.6598
+++ ChangeLog   14 May 2008 16:03:54 -0000      1.6599
@@ -1,5 +1,11 @@
 2008-05-14 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/loop_test.c: place the subject of the test
+         at depth 64000, triggering a failure in the mergeDisplayList
+         assertion checking (when GNASH_PARANOIA_LEVEL>1).
+
+2008-05-14 Sandro Santilli <address@hidden>
+
        * server/dlist.cpp (mergeDisplayList): add assertion checking
          when GNASH_PARANOIA_LEVEL > 1. The assertion fails running
          movie attached to bug #23248.

Index: testsuite/misc-ming.all/loop_test.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/loop_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/misc-ming.all/loop_test.c 1 Jul 2007 10:54:56 -0000       1.3
+++ testsuite/misc-ming.all/loop_test.c 14 May 2008 16:03:56 -0000      1.4
@@ -118,6 +118,7 @@
 
   SWFDisplayItem it1, it2;
   it1 = SWFMovie_add(mo, (SWFBlock)mc1);  //add movieClip1 to the _root
+  SWFDisplayItem_setDepth(it1, 64000);
   SWFDisplayItem_setName(it1, "movieClip1"); //name movieClip1
   SWFDisplayItem_addAction(it1, newSWFAction("_root.mc1Constructed++;"),
                  SWFACTION_CONSTRUCT);




reply via email to

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