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

mihaip at chromium.org mihaip at chromium.org
Mon Feb 21 00:32:12 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b4626c616d18ec4f90426e55f652f650565c8fe7
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 1 19:21:16 2011 +0000

    2011-02-01  Mihai Parparita  <mihaip at chromium.org>
    
            Unreviewed. Include actual values in fast/canvas/webgl/gl-teximage.html
            (removed by r77129) in the case of failure.
    
            * fast/canvas/webgl/gl-teximage.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77263 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e42869b..02693aa 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2011-02-01  Mihai Parparita  <mihaip at chromium.org>
+
+        Unreviewed. Include actual values in fast/canvas/webgl/gl-teximage.html
+        (removed by r77129) in the case of failure.
+
+        * fast/canvas/webgl/gl-teximage.html:
+
 2011-01-31  Abhishek Arya  <inferno at chromium.org>
 
         Reviewed by Dan Bernstein.
diff --git a/LayoutTests/fast/canvas/webgl/gl-teximage.html b/LayoutTests/fast/canvas/webgl/gl-teximage.html
index f3921ca..384e988 100644
--- a/LayoutTests/fast/canvas/webgl/gl-teximage.html
+++ b/LayoutTests/fast/canvas/webgl/gl-teximage.html
@@ -89,7 +89,11 @@ function runTests(imgs) {
 
     for (var ii = 0; ii < 4; ++ii) {
       if (Math.abs(buf[off + ii] - color[ii]) > allowedRange) {
-        testFailed(msg);
+        testFailed(msg + " was " +
+            buf[off + 0] + ", " +
+            buf[off + 1] + ", " +
+            buf[off + 2] + ", " +
+            buf[off + 3]);
         return;
       }
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list