gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11215: Add note about test failing


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11215: Add note about test failing with pp 10
Date: Tue, 07 Jul 2009 22:40:59 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11215
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2009-07-07 22:40:59 +0200
message:
  Add note about test failing with pp 10
modified:
  testsuite/misc-ming.all/DrawingApiTest.as
=== modified file 'testsuite/misc-ming.all/DrawingApiTest.as'
--- a/testsuite/misc-ming.all/DrawingApiTest.as 2009-07-07 18:31:01 +0000
+++ b/testsuite/misc-ming.all/DrawingApiTest.as 2009-07-07 20:40:59 +0000
@@ -252,7 +252,7 @@
 
        check( x.hitTest(126, 168, true) ); 
        check( x.hitTest(112, 158, true) ); 
-       check( x.hitTest(122, 157, true) ); 
+       check( x.hitTest(122, 157, true) ); // NOTE: flashplayer 10.0.12.10 for 
linux fails this, whereas 9.0.115.0 doesn't
        check( ! x.hitTest(120, 155, true) ); 
        check( x.hitTest(120, 155, false) ); 
        check( ! x.hitTest(116, 177, true) ); 


reply via email to

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