[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

kbr at google.com kbr at google.com
Mon Feb 21 00:26:16 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit f18f02c7e084c484dc9f46109809b99ca34998b3
Author: kbr at google.com <kbr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 31 15:29:02 2011 +0000

    2011-01-31  Kenneth Russell  <kbr at google.com>
    
            Unreviewed, test and expectations update. Stop reporting the precise
            pixel value for tests that are supposed to be within a certain range.
            Remove now-unneeded Chromium expectations.
    
            * fast/canvas/webgl/gl-teximage-expected.txt:
            * fast/canvas/webgl/gl-teximage.html:
            * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
            * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
            * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77129 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ecc3750..578b6e6 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-31  Kenneth Russell  <kbr at google.com>
+
+        Unreviewed, test and expectations update. Stop reporting the precise
+        pixel value for tests that are supposed to be within a certain range.
+        Remove now-unneeded Chromium expectations.
+
+        * fast/canvas/webgl/gl-teximage-expected.txt:
+        * fast/canvas/webgl/gl-teximage.html:
+        * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
+        * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
+        * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
+
 2011-01-31  Yury Semikhatsky  <yurys at chromium.org>
 
         Unreviewed. Update Chromium test expectations.
diff --git a/LayoutTests/fast/canvas/webgl/gl-teximage-expected.txt b/LayoutTests/fast/canvas/webgl/gl-teximage-expected.txt
index bc27210..33466e2 100644
--- a/LayoutTests/fast/canvas/webgl/gl-teximage-expected.txt
+++ b/LayoutTests/fast/canvas/webgl/gl-teximage-expected.txt
@@ -64,11 +64,11 @@ PASS Half the pixels in channel 2 should be < 128,128,128. found 50%
 
 check canvas pixels are UN pre-multiplied
 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 255, 255, 255, 127 was 255, 255, 255, 127
+PASS pixel 0, 0 should be within 4 units of 255, 255, 255, 127
 
 check canvas pixels are pre-multiplied
 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 127, 127, 127, 127 was 127, 127, 127, 127
+PASS pixel 0, 0 should be within 4 units of 127, 127, 127, 127
 
 check pixels are pre-multiplied
 PASS getError was expected value: NO_ERROR : Should be no errors from setup
@@ -88,19 +88,19 @@ PASS pixel 255, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
 
 check uploading of images with no alpha channel works
 PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
+PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255
 PASS getError was expected value: NO_ERROR : Should be no errors
 
 check uploading of 16-bit images
 PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 15, 121, 0, 255 was 15, 121, 0, 255
+PASS pixel 128, 8 should be within 10 units of 15, 121, 0, 255
 PASS getError was expected value: NO_ERROR : Should be no errors
 
 check uploading of images with ICC profiles
 PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
+PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255
 PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
+PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255
 PASS getError was expected value: NO_ERROR : Should be no errors from setup
 PASS getError was expected value: NO_ERROR : Should be no errors
 PASS uploading PNGs with same data but various ICC profiles should generate the same results
@@ -119,7 +119,7 @@ PASS uploading PNGs with same data but various ICC profiles should generate the
 
 check uploading of indexed PNG images
 PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255 was 253, 0, 0, 255
+PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255
 
 PASS successfullyParsed is true
 
diff --git a/LayoutTests/fast/canvas/webgl/gl-teximage.html b/LayoutTests/fast/canvas/webgl/gl-teximage.html
index 55715bd..f3921ca 100644
--- a/LayoutTests/fast/canvas/webgl/gl-teximage.html
+++ b/LayoutTests/fast/canvas/webgl/gl-teximage.html
@@ -85,11 +85,7 @@ function runTests(imgs) {
               color[0] + ", " +
               color[1] + ", " +
               color[2] + ", " +
-              color[3] + " was " +
-              buf[off + 0] + ", " +
-              buf[off + 1] + ", " +
-              buf[off + 2] + ", " +
-              buf[off + 3];
+              color[3];
 
     for (var ii = 0; ii < 4; ++ii) {
       if (Math.abs(buf[off + ii] - color[ii]) > allowedRange) {
diff --git a/LayoutTests/platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt b/LayoutTests/platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt
deleted file mode 100644
index fe3920f..0000000
--- a/LayoutTests/platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt
+++ /dev/null
@@ -1,127 +0,0 @@
-Test texImage2D conversions.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-
-check pixels are NOT pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 0, 15 should be 0, 0, 0, 255 was 0, 0, 0, 255
-PASS pixel 128, 15 should be 255, 0, 255, 255 was 255, 0, 255, 255
-PASS pixel 255, 15 should be 0, 0, 255, 255 was 0, 0, 255, 255
-PASS pixel 0, 8 should be 128, 128, 128, 255 was 128, 128, 128, 255
-PASS pixel 128, 8 should be 255, 255, 255, 255 was 255, 255, 255, 255
-PASS pixel 255, 8 should be 0, 255, 255, 255 was 0, 255, 255, 255
-PASS pixel 0, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 128, 0 should be 255, 255, 0, 255 was 255, 255, 0, 255
-PASS pixel 255, 0 should be 0, 255, 0, 255 was 0, 255, 0, 255
-
-check quantization
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 256 unique values in channel 0. Found 256
-PASS There should be 256 unique values in channel 1. Found 256
-PASS There should be 256 unique values in channel 2. Found 256
-PASS There should be 256 unique values in channel 3. Found 256
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 16 unique values in channel 0. Found 16
-PASS There should be 16 unique values in channel 1. Found 16
-PASS There should be 16 unique values in channel 2. Found 16
-PASS There should be 16 unique values in channel 3. Found 16
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 32 unique values in channel 0. Found 32
-PASS There should be 64 unique values in channel 1. Found 64
-PASS There should be 32 unique values in channel 2. Found 32
-PASS There should be 1 unique values in channel 3. Found 1
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 32 unique values in channel 0. Found 32
-PASS There should be 32 unique values in channel 1. Found 32
-PASS There should be 32 unique values in channel 2. Found 32
-PASS There should be 2 unique values in channel 3. Found 2
-
-Check that gamma settings don't effect 8bit pngs
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-
-check pixels are UN pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS Half the pixels in channel 0 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 0 should be < 128,128,128. found 51%
-PASS Half the pixels in channel 1 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 1 should be < 128,128,128. found 51%
-PASS Half the pixels in channel 2 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 2 should be < 128,128,128. found 51%
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS Half the pixels in channel 0 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 0 should be < 128,128,128. found 50%
-PASS Half the pixels in channel 1 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 1 should be < 128,128,128. found 50%
-PASS Half the pixels in channel 2 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 2 should be < 128,128,128. found 50%
-
-check canvas pixels are UN pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 255, 255, 255, 127 was 255, 255, 255, 127
-
-check canvas pixels are pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 127, 127, 127, 127 was 127, 127, 127, 127
-
-check pixels are pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixels should all be 0.
-
-check pixels are flipped
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 0, 15 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 128, 15 should be 255, 255, 0, 255 was 255, 255, 0, 255
-PASS pixel 255, 15 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 0, 8 should be 255, 0, 255, 255 was 255, 0, 255, 255
-PASS pixel 128, 8 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 255, 8 should be 0, 255, 0, 255 was 0, 255, 0, 255
-PASS pixel 0, 0 should be 0, 0, 0, 255 was 0, 0, 0, 255
-PASS pixel 128, 0 should be 0, 0, 255, 255 was 0, 0, 255, 255
-PASS pixel 255, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
-
-check uploading of images with no alpha channel works
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors
-
-check uploading of 16-bit images
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 15, 121, 0, 255 was 15, 121, 0, 255
-PASS getError was expected value: NO_ERROR : Should be no errors
-
-check uploading of images with ICC profiles
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-
-check uploading of indexed PNG images
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255 was 255, 0, 0, 255
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
diff --git a/LayoutTests/platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt b/LayoutTests/platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt
deleted file mode 100644
index fe3920f..0000000
--- a/LayoutTests/platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt
+++ /dev/null
@@ -1,127 +0,0 @@
-Test texImage2D conversions.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-
-check pixels are NOT pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 0, 15 should be 0, 0, 0, 255 was 0, 0, 0, 255
-PASS pixel 128, 15 should be 255, 0, 255, 255 was 255, 0, 255, 255
-PASS pixel 255, 15 should be 0, 0, 255, 255 was 0, 0, 255, 255
-PASS pixel 0, 8 should be 128, 128, 128, 255 was 128, 128, 128, 255
-PASS pixel 128, 8 should be 255, 255, 255, 255 was 255, 255, 255, 255
-PASS pixel 255, 8 should be 0, 255, 255, 255 was 0, 255, 255, 255
-PASS pixel 0, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 128, 0 should be 255, 255, 0, 255 was 255, 255, 0, 255
-PASS pixel 255, 0 should be 0, 255, 0, 255 was 0, 255, 0, 255
-
-check quantization
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 256 unique values in channel 0. Found 256
-PASS There should be 256 unique values in channel 1. Found 256
-PASS There should be 256 unique values in channel 2. Found 256
-PASS There should be 256 unique values in channel 3. Found 256
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 16 unique values in channel 0. Found 16
-PASS There should be 16 unique values in channel 1. Found 16
-PASS There should be 16 unique values in channel 2. Found 16
-PASS There should be 16 unique values in channel 3. Found 16
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 32 unique values in channel 0. Found 32
-PASS There should be 64 unique values in channel 1. Found 64
-PASS There should be 32 unique values in channel 2. Found 32
-PASS There should be 1 unique values in channel 3. Found 1
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 32 unique values in channel 0. Found 32
-PASS There should be 32 unique values in channel 1. Found 32
-PASS There should be 32 unique values in channel 2. Found 32
-PASS There should be 2 unique values in channel 3. Found 2
-
-Check that gamma settings don't effect 8bit pngs
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-
-check pixels are UN pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS Half the pixels in channel 0 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 0 should be < 128,128,128. found 51%
-PASS Half the pixels in channel 1 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 1 should be < 128,128,128. found 51%
-PASS Half the pixels in channel 2 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 2 should be < 128,128,128. found 51%
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS Half the pixels in channel 0 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 0 should be < 128,128,128. found 50%
-PASS Half the pixels in channel 1 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 1 should be < 128,128,128. found 50%
-PASS Half the pixels in channel 2 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 2 should be < 128,128,128. found 50%
-
-check canvas pixels are UN pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 255, 255, 255, 127 was 255, 255, 255, 127
-
-check canvas pixels are pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 127, 127, 127, 127 was 127, 127, 127, 127
-
-check pixels are pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixels should all be 0.
-
-check pixels are flipped
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 0, 15 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 128, 15 should be 255, 255, 0, 255 was 255, 255, 0, 255
-PASS pixel 255, 15 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 0, 8 should be 255, 0, 255, 255 was 255, 0, 255, 255
-PASS pixel 128, 8 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 255, 8 should be 0, 255, 0, 255 was 0, 255, 0, 255
-PASS pixel 0, 0 should be 0, 0, 0, 255 was 0, 0, 0, 255
-PASS pixel 128, 0 should be 0, 0, 255, 255 was 0, 0, 255, 255
-PASS pixel 255, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
-
-check uploading of images with no alpha channel works
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors
-
-check uploading of 16-bit images
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 15, 121, 0, 255 was 15, 121, 0, 255
-PASS getError was expected value: NO_ERROR : Should be no errors
-
-check uploading of images with ICC profiles
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-
-check uploading of indexed PNG images
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255 was 255, 0, 0, 255
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
diff --git a/LayoutTests/platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt b/LayoutTests/platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt
deleted file mode 100644
index a7d6edb..0000000
--- a/LayoutTests/platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt
+++ /dev/null
@@ -1,127 +0,0 @@
-Test texImage2D conversions.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-
-check pixels are NOT pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 0, 15 should be 0, 0, 0, 255 was 0, 0, 0, 255
-PASS pixel 128, 15 should be 255, 0, 255, 255 was 255, 0, 255, 255
-PASS pixel 255, 15 should be 0, 0, 255, 255 was 0, 0, 255, 255
-PASS pixel 0, 8 should be 128, 128, 128, 255 was 128, 128, 128, 255
-PASS pixel 128, 8 should be 255, 255, 255, 255 was 255, 255, 255, 255
-PASS pixel 255, 8 should be 0, 255, 255, 255 was 0, 255, 255, 255
-PASS pixel 0, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 128, 0 should be 255, 255, 0, 255 was 255, 255, 0, 255
-PASS pixel 255, 0 should be 0, 255, 0, 255 was 0, 255, 0, 255
-
-check quantization
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 256 unique values in channel 0. Found 256
-PASS There should be 256 unique values in channel 1. Found 256
-PASS There should be 256 unique values in channel 2. Found 256
-PASS There should be 256 unique values in channel 3. Found 256
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 16 unique values in channel 0. Found 16
-PASS There should be 16 unique values in channel 1. Found 16
-PASS There should be 16 unique values in channel 2. Found 16
-PASS There should be 16 unique values in channel 3. Found 16
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 32 unique values in channel 0. Found 32
-PASS There should be 64 unique values in channel 1. Found 64
-PASS There should be 32 unique values in channel 2. Found 32
-PASS There should be 1 unique values in channel 3. Found 1
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 32 unique values in channel 0. Found 32
-PASS There should be 32 unique values in channel 1. Found 32
-PASS There should be 32 unique values in channel 2. Found 32
-PASS There should be 2 unique values in channel 3. Found 2
-
-Check that gamma settings don't effect 8bit pngs
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-
-check pixels are UN pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS Half the pixels in channel 0 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 0 should be < 128,128,128. found 51%
-PASS Half the pixels in channel 1 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 1 should be < 128,128,128. found 51%
-PASS Half the pixels in channel 2 should be >= 128,128,128. found 49%
-PASS Half the pixels in channel 2 should be < 128,128,128. found 51%
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS Half the pixels in channel 0 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 0 should be < 128,128,128. found 50%
-PASS Half the pixels in channel 1 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 1 should be < 128,128,128. found 50%
-PASS Half the pixels in channel 2 should be >= 128,128,128. found 50%
-PASS Half the pixels in channel 2 should be < 128,128,128. found 50%
-
-check canvas pixels are UN pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 255, 255, 255, 127 was 254, 254, 254, 127
-
-check canvas pixels are pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 127, 127, 127, 127 was 127, 127, 127, 127
-
-check pixels are pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixels should all be 0.
-
-check pixels are flipped
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 0, 15 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 128, 15 should be 255, 255, 0, 255 was 255, 255, 0, 255
-PASS pixel 255, 15 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 0, 8 should be 255, 0, 255, 255 was 255, 0, 255, 255
-PASS pixel 128, 8 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 255, 8 should be 0, 255, 0, 255 was 0, 255, 0, 255
-PASS pixel 0, 0 should be 0, 0, 0, 255 was 0, 0, 0, 255
-PASS pixel 128, 0 should be 0, 0, 255, 255 was 0, 0, 255, 255
-PASS pixel 255, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
-
-check uploading of images with no alpha channel works
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors
-
-check uploading of 16-bit images
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 15, 121, 0, 255 was 15, 121, 0, 255
-PASS getError was expected value: NO_ERROR : Should be no errors
-
-check uploading of images with ICC profiles
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255 was 0, 0, 254, 255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-
-check uploading of indexed PNG images
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255 was 255, 0, 0, 255
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list