gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 8d9e6c1cd16230b5e3da


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 8d9e6c1cd16230b5e3da2162f6bf842af81557cd
Date: Tue, 23 Nov 2010 19:21:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  8d9e6c1cd16230b5e3da2162f6bf842af81557cd (commit)
      from  85305aaac01c7dd97ad79720d8f78e1a475fd815 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=8d9e6c1cd16230b5e3da2162f6bf842af81557cd


commit 8d9e6c1cd16230b5e3da2162f6bf842af81557cd
Author: Benjamin Wolsey <address@hidden>
Date:   Tue Nov 23 20:20:22 2010 +0100

    Increase test tolerance to 3 to cope with agg's RGB555 format.

diff --git a/testsuite/misc-ming.all/masks_testrunner.cpp 
b/testsuite/misc-ming.all/masks_testrunner.cpp
index db6ab8c..4d5b9e8 100644
--- a/testsuite/misc-ming.all/masks_testrunner.cpp
+++ b/testsuite/misc-ming.all/masks_testrunner.cpp
@@ -237,7 +237,7 @@ main(int /*argc*/, char** /*argv*/)
        check_pixel(48,232, 2, yellow, 2);
        // 80,232 = white (yellow not covered by its red mask)
        check( invalidated.contains(80, 232) );
-       check_pixel(80,232, 2, white, 2);
+       check_pixel(80,232, 2, white, 3);
 
        // 214,232 = white (green not covered by its cyan mask)
        check( invalidated.contains(214, 232) );
@@ -287,7 +287,7 @@ main(int /*argc*/, char** /*argv*/)
        check_pixel(48,232, 2, yellow, 2);
        // 80,232 = white (yellow not covered by its red mask)
        check( invalidated.contains(80, 232) );
-       check_pixel(80,232, 2, white, 2);
+       check_pixel(80,232, 2, white, 3);
 
        tester.movePointerTo(14,232); // on the red mask
        check( tester.isMouseOverMouseEntity() ) // the mask is still sensible 
to mouse

-----------------------------------------------------------------------

Summary of changes:
 testsuite/misc-ming.all/masks_testrunner.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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