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: Tue, 22 May 2007 19:05:21 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/22 19:05:20

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

Log message:
                * testsuite/misc-ming.all/loop_test-Runner.cpp: don't expect
                  failure in invalidated bounds after Udo commits.
                * testsuite/misc-ming.all/replace_sprites1test.c: Change 
expected
                  Gnash behaviour (previous one was based on 3rd displaylist 
reset
                  design implementation).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3308&r2=1.3309
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/loop_test-Runner.cpp?cvsroot=gnash&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/replace_sprites1test.c?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3308
retrieving revision 1.3309
diff -u -b -r1.3308 -r1.3309
--- ChangeLog   22 May 2007 18:27:39 -0000      1.3308
+++ ChangeLog   22 May 2007 19:05:20 -0000      1.3309
@@ -1,5 +1,13 @@
 2007-05-22 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/loop_test-Runner.cpp: don't expect
+         failure in invalidated bounds after Udo commits.
+       * testsuite/misc-ming.all/replace_sprites1test.c: Change expected
+         Gnash behaviour (previous one was based on 3rd displaylist reset
+         design implementation).
+
+2007-05-22 Sandro Santilli <address@hidden>
+
        * configure.ac: add MING_SUPPORTS_REPLACE_TAG conditinal variable,
          based on version (0.4.0.beta5).
        * testsuite/misc-ming.all/: Makefile.am, replace_shapes1test.c,

Index: testsuite/misc-ming.all/loop_test-Runner.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/loop_test-Runner.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- testsuite/misc-ming.all/loop_test-Runner.cpp        18 May 2007 16:05:31 
-0000      1.6
+++ testsuite/misc-ming.all/loop_test-Runner.cpp        22 May 2007 19:05:20 
-0000      1.7
@@ -122,10 +122,10 @@
                        assert(i > 1); // to ensure we looped back
 
                        // Not sure if invalidated ranges should be null here.. 
-                       // visuall, it seems so, but loop-back is too complex
+                       // visually, it seems so, but loop-back is too complex
                        // to be sure (ie: xtrace window text might be reset or 
something)
                        // I checked that it's not resetDisplayList 
invalidating it...
-                       xcheck( tester.getInvalidatedRanges().isNull() );
+                       check( tester.getInvalidatedRanges().isNull() );
                }
                else // we did nothing here...
                {

Index: testsuite/misc-ming.all/replace_sprites1test.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/replace_sprites1test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- testsuite/misc-ming.all/replace_sprites1test.c      22 May 2007 18:20:03 
-0000      1.1
+++ testsuite/misc-ming.all/replace_sprites1test.c      22 May 2007 19:05:20 
-0000      1.2
@@ -189,16 +189,16 @@
     "gotoAndStop(2); " 
 
     // A single instance has been constructed !!
-    "check_equals(_root.depth3Constructed, '1');"
+    "xcheck_equals(_root.depth3Constructed, '1');"
 
     // Original character name is still referenceable
-    "xcheck_equals(typeof(static1), 'movieclip');"
+    "check_equals(typeof(static1), 'movieclip');"
 
     // And it still has it's user-provided property
     "xcheck_equals(static1.name, 'static1');"
 
     // The instance have been moved back to its original position (100,100)
-    "xcheck_equals(static1._x, 100);"
+    "check_equals(static1._x, 100);"
 
     // We can't check the color in a self-contained testcase unfortunately,
     // we'll need a MovieTester-based runner for this.




reply via email to

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