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


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Drawing...
Date: Thu, 08 Nov 2007 16:43:16 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/11/08 16:43:16

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: DrawingApiTestRunner.cpp 

Log message:
        testsuite/misc-ming.all/DrawingApiTestRunner.cpp: reverted because that 
problem is still not solved (false PASS earlier)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4808&r2=1.4809
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp?cvsroot=gnash&r1=1.33&r2=1.34

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnash/gnash/ChangeLog,v
retrieving revision 1.4808
retrieving revision 1.4809
diff -u -b -r1.4808 -r1.4809
--- ChangeLog   8 Nov 2007 15:55:08 -0000       1.4808
+++ ChangeLog   8 Nov 2007 16:43:16 -0000       1.4809
@@ -1,3 +1,8 @@
+2007-11-08 Udo Giacomozzi <address@hidden>
+
+       * testsuite/misc-ming.all/DrawingApiTestRunner.cpp: reverted because
+         that problem is still not solved (false PASS earlier)
+
 2007-11-08 Markus Gothe <address@hidden>
 
        * utilities/parser.cpp: dropped 'bool nodelay' since it's not used.

Index: testsuite/misc-ming.all/DrawingApiTestRunner.cpp
===================================================================
RCS file: 
/cvsroot/gnash/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- testsuite/misc-ming.all/DrawingApiTestRunner.cpp    7 Nov 2007 16:15:17 
-0000       1.33
+++ testsuite/misc-ming.all/DrawingApiTestRunner.cpp    8 Nov 2007 16:43:16 
-0000       1.34
@@ -177,7 +177,7 @@
 
        // Over the green curve
        tester.movePointerTo(376, 139);
-       check(tester.isMouseOverMouseEntity()); // failed due to 
edge::withinSquareDistance bug
+       xcheck(tester.isMouseOverMouseEntity()); // fails due to 
edge::withinSquareDistance bug
        check_pixel(376, 139, 2, green, 2); // fails due to bug in AGG
 
        // Over the center of the green circle fill
@@ -187,7 +187,7 @@
 
        // Over the boundary of the green circle fill
        tester.movePointerTo(363, 174);
-       check(tester.isMouseOverMouseEntity());  // failed due to 
edge::withinSquareDistance bug
+       xcheck(tester.isMouseOverMouseEntity());  // fails due to 
edge::withinSquareDistance bug
        check_pixel(363, 174, 2, black, 2); 
 
        // Check that nothing is drawin in the bottom line




reply via email to

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