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: Fri, 11 May 2007 11:13:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/11 11:13:31

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

Log message:
                * testsuite/misc-ming.all/displaylist_depths_test7.c: fix 
missing
                  failure "expectance" and associated comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3165&r2=1.3166
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/displaylist_depths_test7.c?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3165
retrieving revision 1.3166
diff -u -b -r1.3165 -r1.3166
--- ChangeLog   11 May 2007 11:08:54 -0000      1.3165
+++ ChangeLog   11 May 2007 11:13:31 -0000      1.3166
@@ -1,5 +1,7 @@
 2007-05-11 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/displaylist_depths_test7.c: fix missing
+         failure "expectance" and associated comment.
        * testsuite/misc-ming.all/: Makefile.am, displaylist_depths_test8.c:
          New case: "Jumping backward to the start of a character's lifetime
          after dynamic transformation"

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.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/misc-ming.all/displaylist_depths_test7.c  11 May 2007 07:47:25 
-0000      1.2
+++ testsuite/misc-ming.all/displaylist_depths_test7.c  11 May 2007 11:13:31 
-0000      1.3
@@ -158,7 +158,7 @@
     
     // Static3 refers to same instance
     "xcheck_equals(static3.myThing, 'guess');" // gnash fails as it create a 
new instance
-    "check_equals(static3._x, 200);" // this succeeds by accident (the new 
instance is in the same position where the old should be)
+    "xcheck_equals(static3._x, 200);" // gnash fails as it create a new 
instance (at 50,200)
 
     "check_equals(static3.getDepth(), -16381);" 
     "totals();"




reply via email to

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