CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/11/13 08:37:24
Modified files: . : ChangeLog testsuite/misc-ming.all: DrawingApiTestRunner.cpp masks_test2runner.cpp Log message: add comments about cairo successes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4840&r2=1.4841 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp?cvsroot=gnash&r1=1.36&r2=1.37 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/masks_test2runner.cpp?cvsroot=gnash&r1=1.2&r2=1.3 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4840 retrieving revision 1.4841 diff -u -b -r1.4840 -r1.4841 --- ChangeLog 13 Nov 2007 03:18:20 -0000 1.4840 +++ ChangeLog 13 Nov 2007 08:37:23 -0000 1.4841 @@ -1,3 +1,8 @@ +2007-11-13 Sandro Santilli <[EMAIL PROTECTED]> + + * testsuite/misc-ming.all/: DrawingApiTestRunner.cpp, + masks_test2runner.cpp: add comments about cairo successes. + 2007-11-13 Zou Lunkai <[EMAIL PROTECTED]> * testsuite/misc-ming.all/key_event_test.c, key_event_testrunner.cpp: Index: testsuite/misc-ming.all/DrawingApiTestRunner.cpp =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp,v retrieving revision 1.36 retrieving revision 1.37 diff -u -b -r1.36 -r1.37 --- testsuite/misc-ming.all/DrawingApiTestRunner.cpp 10 Nov 2007 18:07:14 -0000 1.36 +++ testsuite/misc-ming.all/DrawingApiTestRunner.cpp 13 Nov 2007 08:37:24 -0000 1.37 @@ -720,7 +720,9 @@ check_pixel(xo + (15*scale), yo + (15*scale), 2, red, 2); // Upper-Center check_pixel(xo + (25*scale), yo + (15*scale), 2, red, 2); - // Upper-On_09_stroke (Gnash fails rendering a white stroke on the red background) + // Upper-On_09_stroke + // AGG fails rendering a white stroke on the red background. + // Cairo succeeds. xcheck_pixel(xo + (20*scale), yo + (15*scale), 2, red, 2); // Upper-Right check_pixel(xo + (35*scale), yo + (15*scale), 2, red, 2); @@ -739,7 +741,9 @@ // Lower-Right check_pixel(xo + (35*scale), yo + (35*scale), 2, red, 2); - // On the 0-9 stroke, out of fill (gnash fails drawing a red stroke) + // On the 0-9 stroke, out of fill + // AGG fails rendering a white stroke on the red background. + // Cairo succeeds. xcheck_pixel(xo + (20*scale), yo + (25*scale), 3, white, 2); } Index: testsuite/misc-ming.all/masks_test2runner.cpp =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/masks_test2runner.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- testsuite/misc-ming.all/masks_test2runner.cpp 22 Aug 2007 06:01:08 -0000 1.2 +++ testsuite/misc-ming.all/masks_test2runner.cpp 13 Nov 2007 08:37:24 -0000 1.3 @@ -55,6 +55,7 @@ check_pixel(15, 15, 30, red, 2); // visual check succeeds with AGG pixel format RGB24 // don't know why this check fails with AGG pixel format AGG_RGB555 + // it works with cairo. xcheck_pixel(40, 40, 10, white, 3); // FRAME 2 _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit