gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11224: Add compatibility note for a


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11224: Add compatibility note for a test failing with pp 9 and succeeding with pp 10
Date: Wed, 08 Jul 2009 11:54:54 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11224
committer: Sandro Santilli <address@hidden>
branch nick: gnash-head-backup
timestamp: Wed 2009-07-08 11:54:54 +0200
message:
  Add compatibility note for a test failing with pp 9 and succeeding 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-08 07:01:19 +0000
+++ b/testsuite/misc-ming.all/DrawingApiTest.as 2009-07-08 09:54:54 +0000
@@ -252,7 +252,11 @@
 
        check( x.hitTest(126, 168, true) ); 
        check( x.hitTest(112, 158, true) ); 
-       check( x.hitTest(122, 157, true) ); // NOTE: flashplayer 10.0.12.10 for 
linux fails this, whereas 9.0.115.0 doesn't
+
+    // COMPATIBLITY NOTE:
+    // flashplayer 10.0.12.10 for linux fails this, whereas 9.0.115.0 doesn't
+       check( x.hitTest(122, 157, true) );
+
        check( ! x.hitTest(120, 155, true) ); 
        check( x.hitTest(120, 155, false) ); 
        check( ! x.hitTest(116, 177, true) ); 
@@ -716,9 +720,11 @@
     check(g.hitTest(x + 20, y + 80, true));
 
     // Top right
-    // This is not a hit with 9,0,115,0, even though it is 
+    // COMPATIBLITY NOTE:
+    // This test fails with 9,0,115,0, even though it is 
     // clearly within a fill. It's a bug, so we should
     // probably not worry about behaviour in this case.
+    // It succeeds with 10,0,12,10.
     check(!g.hitTest(x + 80, y + 20, true));
 
     _visible = false;


reply via email to

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