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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/display...
Date: Mon, 14 May 2007 13:06:00 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/14 13:06:00

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

Log message:
                * testsuite/misc-ming.all/displaylist_depths_test7.c: fix 
description
                  to match actual implementation. Don't expect a wrong 
behaviour.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3193&r2=1.3194
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/displaylist_depths_test7.c?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3193
retrieving revision 1.3194
diff -u -b -r1.3193 -r1.3194
--- ChangeLog   14 May 2007 12:23:38 -0000      1.3193
+++ ChangeLog   14 May 2007 13:05:59 -0000      1.3194
@@ -1,5 +1,10 @@
 2007-05-14 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/displaylist_depths_test7.c: fix description
+         to match actual implementation. Don't expect a wrong behaviour.
+
+2007-05-14 Sandro Santilli <address@hidden>
+
        * testsuite/misc-ming.all/: duplicate_movie_clip_test2.c,
          displaylist_depths_test9.c: don't expect any failure. 
        * server/as_environment.cpp (find_target): strip leading colon chars

Index: testsuite/misc-ming.all/displaylist_depths_test7.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/displaylist_depths_test7.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/misc-ming.all/displaylist_depths_test7.c  11 May 2007 17:53:29 
-0000      1.4
+++ testsuite/misc-ming.all/displaylist_depths_test7.c  14 May 2007 13:06:00 
-0000      1.5
@@ -19,7 +19,7 @@
 /*
  * Zou Lunkai, address@hidden
  *
- * Test how swapDepth affects DisplayList refresh on gotoAndPlay(current-X).
+ * Test "Jumping backward to the midle of a character's lifetime after swap to 
same depth"
  *
  * run as ./displaylist_depths_test7
  *
@@ -27,7 +27,7 @@
  * 
  *   Frame  | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
  *  --------+---+---+---+---+---+---+---+
- *   Event  |   |PM |   | T | T*|   | J |
+ *   Event  |   |PM |   | T*| T |   | J |
  * 
  *  P = place (by PlaceObject2)
  *  T = transform matrix (by PlaceObject2)
@@ -41,14 +41,14 @@
  *          swap the character to depth -16381 (YES: SAME DEPTH!)
  *  frame4: try to transform the character to the right (50,200)
  *  frame5: try to transform the character to the right (200,200)
- *  frame7: jump back to frame 5 and stop
+ *  frame7: jump back to frame 4 and stop
  * 
  * Expected behaviour:
  * 
  *  Depth swapping in frame2 have NO effect. In particular doesn't prevent 
subsequent static transformations to apply.
  *  In frame 4 the instance is positioned at 50,200
  *  In frame 5 and 6 the instance is positioned at 200,200
- *  After the jump we have the same instances at depth -16381, and still 
positioned at 200,200.
+ *  After the jump we have the same instances at depth -16381, and positioned 
at 50,200.
  *  A single instance has been constructed in total.
  *   
  */
@@ -158,7 +158,7 @@
     
     // Static3 refers to same instance
     "check_equals(static3.myThing, 'guess');" 
-    "xcheck_equals(static3._x, 200);" // TODO: check why does gnash fail here 
+    "check_equals(static3._x, 50);" 
 
     "check_equals(static3.getDepth(), -16381);" 
     "totals();"




reply via email to

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