[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

zimmermann at webkit.org zimmermann at webkit.org
Thu Apr 8 00:26:59 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 3888e49a9b089d255f4805b9e8b7c81eccb62c53
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 8 10:47:57 2009 +0000

    2009-12-08  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed. Now that the Qt slave has been rebuilt, reenable all tests that failed
            because of the build problems (Qt slave didn't rebuild all files with ENABLE_FILTERS set).
    
            Update some Qt specfic filter test results.
    
            * platform/qt/Skipped:
            * platform/qt/svg/filters/feComposite-expected.txt:
            * platform/qt/svg/filters/feMerge-expected.txt:
            * platform/qt/svg/filters/feTile-expected.txt:
            * platform/qt/svg/filters/shadow-on-filter-expected.txt:
            * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt:
            * platform/qt/svg/filters/sourceAlpha-expected.txt:
            * platform/qt/svg/filters/subRegion-in-userSpace-expected.txt:
            * platform/qt/svg/filters/subRegion-one-effect-expected.txt:
            * platform/qt/svg/filters/subRegion-two-effects-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51840 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a114d35..5e7d8d0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,21 @@
+2009-12-08  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Not reviewed. Now that the Qt slave has been rebuilt, reenable all tests that failed
+        because of the build problems (Qt slave didn't rebuild all files with ENABLE_FILTERS set).
+
+        Update some Qt specfic filter test results.
+
+        * platform/qt/Skipped:
+        * platform/qt/svg/filters/feComposite-expected.txt:
+        * platform/qt/svg/filters/feMerge-expected.txt:
+        * platform/qt/svg/filters/feTile-expected.txt:
+        * platform/qt/svg/filters/shadow-on-filter-expected.txt:
+        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt:
+        * platform/qt/svg/filters/sourceAlpha-expected.txt:
+        * platform/qt/svg/filters/subRegion-in-userSpace-expected.txt:
+        * platform/qt/svg/filters/subRegion-one-effect-expected.txt:
+        * platform/qt/svg/filters/subRegion-two-effects-expected.txt:
+
 2009-12-08  Fumitoshi Ukai  <ukai at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index ba624e3..ce24460 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -5168,13 +5168,3 @@ http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html
 http/tests/uri/css-href.php
 printing/compositing-layer-printing.html
 svg/custom/radial-gradient-with-outstanding-focalPoint.svg
-
-# Skip failing tests caused by r51828 (Turn on (SVG) Filters for Qt.)
-# https://bugs.webkit.org/show_bug.cgi?id=32224
-# http://build.webkit.org/results/Qt%20Linux%20Release/r51828%20(4620)/results.html
-fast/dom/prototype-inheritance.html
-fast/dom/Window/window-properties.html
-fast/js/global-constructors.html
-svg/custom/js-svg-constructors.svg
-svg/custom/svg-features.html
-svg/dom/operatorAttribute.html
diff --git a/LayoutTests/platform/qt/svg/filters/feComposite-expected.txt b/LayoutTests/platform/qt/svg/filters/feComposite-expected.txt
index 4b329e5..da625a7 100644
--- a/LayoutTests/platform/qt/svg/filters/feComposite-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/feComposite-expected.txt
@@ -1,3 +1,9 @@
+KCanvasResource {id="over" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="in" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="out" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="atop" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="xor" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="arithmetic" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 400x400
diff --git a/LayoutTests/platform/qt/svg/filters/feMerge-expected.txt b/LayoutTests/platform/qt/svg/filters/feMerge-expected.txt
index 789cba9..623d292 100644
--- a/LayoutTests/platform/qt/svg/filters/feMerge-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/feMerge-expected.txt
@@ -1,3 +1,6 @@
+KCanvasResource {id="filter_1" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_2" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_3" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
diff --git a/LayoutTests/platform/qt/svg/filters/feTile-expected.txt b/LayoutTests/platform/qt/svg/filters/feTile-expected.txt
index 684101b..e0ca07c 100644
--- a/LayoutTests/platform/qt/svg/filters/feTile-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/feTile-expected.txt
@@ -1,4 +1,7 @@
 KRenderingPaintServer {id="gradient" [type=LINEAR-GRADIENT] [stops=[(0.00,#FFFFFF), (1.00,#0000FF)]] [start=(0,0)] [end=(1,1)]}
+KCanvasResource {id="filter_1" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_2" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_3" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
diff --git a/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt b/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt
index 9fdb494..94aaf40 100644
--- a/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt
@@ -1,3 +1,4 @@
+KCanvasResource {id="filter" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
diff --git a/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt b/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt
index 9fdb494..94aaf40 100644
--- a/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt
@@ -1,3 +1,4 @@
+KCanvasResource {id="filter" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
diff --git a/LayoutTests/platform/qt/svg/filters/sourceAlpha-expected.txt b/LayoutTests/platform/qt/svg/filters/sourceAlpha-expected.txt
index 40b73b4..5b82b55 100644
--- a/LayoutTests/platform/qt/svg/filters/sourceAlpha-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/sourceAlpha-expected.txt
@@ -1,3 +1,4 @@
+KCanvasResource {id="filter" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
diff --git a/LayoutTests/platform/qt/svg/filters/subRegion-in-userSpace-expected.txt b/LayoutTests/platform/qt/svg/filters/subRegion-in-userSpace-expected.txt
index ee5bf6d..6543399 100644
--- a/LayoutTests/platform/qt/svg/filters/subRegion-in-userSpace-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/subRegion-in-userSpace-expected.txt
@@ -1,3 +1,4 @@
+KCanvasResource {id="filter1" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 400x400
diff --git a/LayoutTests/platform/qt/svg/filters/subRegion-one-effect-expected.txt b/LayoutTests/platform/qt/svg/filters/subRegion-one-effect-expected.txt
index f2dd8ea..8136869 100644
--- a/LayoutTests/platform/qt/svg/filters/subRegion-one-effect-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/subRegion-one-effect-expected.txt
@@ -1,3 +1,17 @@
+KCanvasResource {id="filter_1effect_01" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_02" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_03" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_04" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_05" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_06" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_07" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_08" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_09" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_10" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_11" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_12" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_13" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_14" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
diff --git a/LayoutTests/platform/qt/svg/filters/subRegion-two-effects-expected.txt b/LayoutTests/platform/qt/svg/filters/subRegion-two-effects-expected.txt
index 2c1f800..8106278 100644
--- a/LayoutTests/platform/qt/svg/filters/subRegion-two-effects-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/subRegion-two-effects-expected.txt
@@ -1,3 +1,17 @@
+KCanvasResource {id="filter_1effect_01" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_02" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_03" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_04" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_05" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_06" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_07" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_08" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_09" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_10" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_11" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_12" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_13" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
+KCanvasResource {id="filter_1effect_14" [type=FILTER]  [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list