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

mihaip at chromium.org mihaip at chromium.org
Sun Feb 20 23:32:56 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit f6cc8ed679e1906e7b9715963f3bfcf0376cdc2d
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 21 18:09:38 2011 +0000

    2011-01-20  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Eric Seidel.
    
            [Chromium] Update expectations for compositing/geometry/limit-layer-bounds-overflow-repaint.html
            https://bugs.webkit.org/show_bug.cgi?id=52860
    
            The test hasn't had a timeout in a while, remove that expectation so
            that we can more easily see if this re-occurs.
    
            Also rebaseline for chromium-gpu-mac (it has the green as 0,128,0, just
            like chromium-gpu-win and -linux, for some reason the mac expectation
            has it as 17,128,4).
    
            * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Removed.
            * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
            * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum.
            * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
            * platform/chromium-gpu/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76356 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index af417dc..bf776e8 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,23 @@
+2011-01-20  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Eric Seidel.
+
+        [Chromium] Update expectations for compositing/geometry/limit-layer-bounds-overflow-repaint.html
+        https://bugs.webkit.org/show_bug.cgi?id=52860
+        
+        The test hasn't had a timeout in a while, remove that expectation so
+        that we can more easily see if this re-occurs.
+        
+        Also rebaseline for chromium-gpu-mac (it has the green as 0,128,0, just
+        like chromium-gpu-win and -linux, for some reason the mac expectation
+        has it as 17,128,4).
+
+        * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Removed.
+        * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
+        * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum.
+        * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
+        * platform/chromium-gpu/test_expectations.txt:
+
 2011-01-21  Ryosuke Niwa  <rniwa at webkit.org>
 
         Unreviewed; Reverted the last change to the text expectation.
diff --git a/LayoutTests/platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum b/LayoutTests/platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum
deleted file mode 100644
index d283e7f..0000000
--- a/LayoutTests/platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-4110e22a8cf246e50bbdb99419c85e96
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png b/LayoutTests/platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png
deleted file mode 100644
index 7c1c293..0000000
Binary files a/LayoutTests/platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum b/LayoutTests/platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum
similarity index 100%
rename from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum
rename to LayoutTests/platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum
diff --git a/LayoutTests/platform/chromium-gpu/test_expectations.txt b/LayoutTests/platform/chromium-gpu/test_expectations.txt
index ad44e7a..987a8e9 100644
--- a/LayoutTests/platform/chromium-gpu/test_expectations.txt
+++ b/LayoutTests/platform/chromium-gpu/test_expectations.txt
@@ -1,6 +1,6 @@
 // This file indicates the expectations for running Chromium under
 // the GPU-accelerated codepaths as defined in
-// WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py
+// Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py
 //
 // We skip most of the tests in the repository because they don't trigger
 // the accelerated code paths. We actually only run some of the canvas and
@@ -267,10 +267,6 @@ BUGWK47926 : compositing/geometry/composited-html-size.html = FAIL
 // These tests are missing an entire layer in the layer tree output.
 BUGWK47927 WIN LINUX : compositing/geometry/limit-layer-bounds-clipping-ancestor.html = TEXT
 
-BUGCR60962 WIN : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT PASS
-BUGCR60962 MAC : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT IMAGE
-BUGCR60962 LINUX : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT IMAGE PASS
-
 // The following failure seems suspicious because it does not contain
 // any text; it seems that the layer tree should precisely match
 // Safari's.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list