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. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-485-g350a2e2
Date: Thu, 14 Jul 2011 07:54:57 +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  350a2e250bef6cea2da103af8896affeb6c49afa (commit)
      from  c86d6958ba131d71963c0d7bb36162e76ec6e537 (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=350a2e250bef6cea2da103af8896affeb6c49afa


commit 350a2e250bef6cea2da103af8896affeb6c49afa
Author: Sandro Santilli <address@hidden>
Date:   Thu Jul 14 09:51:18 2011 +0200

    Substitute "green" album cover with focused green-toned image (#33764)
    
    Updates testcases accordingly.

diff --git a/testsuite/media/README b/testsuite/media/README
index f34045f..32b69c7 100644
--- a/testsuite/media/README
+++ b/testsuite/media/README
@@ -33,10 +33,16 @@ brokenchord.wav
 
        Produced with csound from default.orc and brokenchord.sco
 
-offspring.swf
-offspring.jpg
 green.jpg
 green.swf
+
+       171x171 image with 5 concentric squares filled with tones of green,
+       from outer to inner (steps of 20 pixels):
+       0x00ff00, 0x008800, 0x004400, 0x002200, 0x000000.
+       The SWF embeds the .jpg.
+
+offspring.swf
+offspring.jpg
 lynch.swf
 lynch.jpg
 
diff --git a/testsuite/media/green.jpg b/testsuite/media/green.jpg
index 7f2598a..5318fe8 100644
Binary files a/testsuite/media/green.jpg and b/testsuite/media/green.jpg differ
diff --git a/testsuite/media/green.swf b/testsuite/media/green.swf
index c0045b9..e67bf37 100644
Binary files a/testsuite/media/green.swf and b/testsuite/media/green.swf differ
diff --git a/testsuite/misc-ming.all/BitmapDataDraw.c 
b/testsuite/misc-ming.all/BitmapDataDraw.c
index 4e09db2..33d8638 100644
--- a/testsuite/misc-ming.all/BitmapDataDraw.c
+++ b/testsuite/misc-ming.all/BitmapDataDraw.c
@@ -277,13 +277,13 @@ main(int argc, char** argv)
     // Cyan square top left corner
     // Note: The following pixels shouldn't suffer from antialiasing,
     // but not sure how accurate Gnash will be.
-    xcheck_equals(mo, "b.getPixel(27, 30)", "0x000010");
+    xcheck_equals(mo, "b.getPixel(27, 30)", "0x00ff00"); /* 65280 */
     // Cyan square bottom left
     check_equals(mo, "b.getPixel(18, 68)", "0x00ffff");
     // Cyan square top right 
-    xcheck_equals(mo, "b.getPixel(65, 36)", "0xfffffd");
+    xcheck_equals(mo, "b.getPixel(65, 36)", "17408"); /* 17408 */
     // Magenta square top left
-    xcheck_equals(mo, "b.getPixel(62, 71)", "0x1000f");
+    xcheck_equals(mo, "b.getPixel(62, 71)", "0x00ff00"); /* 65280 */
     check_equals(mo, "b.getPixel(50, 71)", "0x00ffff");
     // Magenta square bottom right
     check_equals(mo, "b.getPixel(74, 94)", "0xffffff");
diff --git a/testsuite/misc-ming.all/loading/LoadBitmapTest.c 
b/testsuite/misc-ming.all/loading/LoadBitmapTest.c
index 03d61a8..16a2206 100644
--- a/testsuite/misc-ming.all/loading/LoadBitmapTest.c
+++ b/testsuite/misc-ming.all/loading/LoadBitmapTest.c
@@ -120,11 +120,11 @@ main(int argc, char** argv)
     check_equals(mo, "f.transparent", "false");
 
     // Pixel checking
-    check(mo, "near(f, 1, 1, 0x05)");
-    check(mo, "near(f, 8, 8, 0x010010)");
-    check(mo, "near(f, 12, 12, 0x05030e)");
-    check(mo, "near(f, 52, 52, 0x020109)");
-    check(mo, "near(f, 56, 56, 0x010010)");
+    check(mo, "near(f, 85, 10, 0x00ff00)");
+    check(mo, "near(f, 85, 30, 0x008800)");
+    check(mo, "near(f, 85, 50, 0x004400)");
+    check(mo, "near(f, 85, 70, 0x002200)");
+    check(mo, "near(f, 85, 85, 0x000000)");
 
     // Now do weird things with the class to see what's called where.
     add_actions(mo, 

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

Summary of changes:
 testsuite/media/README                           |   10 ++++++++--
 testsuite/media/green.jpg                        |  Bin 28535 -> 4387 bytes
 testsuite/media/green.swf                        |  Bin 28618 -> 3621 bytes
 testsuite/misc-ming.all/BitmapDataDraw.c         |    6 +++---
 testsuite/misc-ming.all/loading/LoadBitmapTest.c |   10 +++++-----
 5 files changed, 16 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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