[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:46:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7f43fa9b93f52ff7ce3c547839bf7ce154ad12e7
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 04:50:29 2010 +0000

    2010-08-05  W. James MacLean  <wjmaclean at chromium.org>
    
            Reviewed by Nikolas Zimmermann.
    
            SVG - numeric overflow for very large elements
            https://bugs.webkit.org/show_bug.cgi?id=25645
    
            Rebaselining results for gtk/win platforms.
            Skip pattern-excessive-malloc.svg on GTK for now.
    
            * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: Removed.
            * platform/gtk/Skipped: Modified.
            * platform/win/svg/custom/massive-coordinates-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64815 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1e04f8d..be273d7 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2010-08-05  W. James MacLean  <wjmaclean at chromium.org>
+
+        Reviewed by Nikolas Zimmermann.
+
+        SVG - numeric overflow for very large elements
+        https://bugs.webkit.org/show_bug.cgi?id=25645
+
+        Rebaselining results for gtk/win platforms.
+        Skip pattern-excessive-malloc.svg on GTK for now.
+
+        * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: Removed.
+        * platform/gtk/Skipped: Modified.
+        * platform/win/svg/custom/massive-coordinates-expected.txt: Added.
+
 2010-08-05  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Tony Chang.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 2b17dee..098c00d 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -3336,6 +3336,12 @@ svg/custom/use-elementInstance-event-target.svg
 svg/custom/use-elementInstance-methods.svg
 svg/custom/use-on-symbol-inside-pattern.svg
 svg/custom/use-setAttribute-crash.svg
+
+# This test needs to be looked at: runs on other platforms,
+# may fail here due to debug output limitations.
+# https://bugs.webkit.org/show_bug.cgi?id=25645
+svg/custom/pattern-excessive-malloc.svg
+
 #   Tests generating new results
 svg/W3C-SVG-1.1/animate-elem-02-t.svg
 svg/W3C-SVG-1.1/animate-elem-03-t.svg
diff --git a/LayoutTests/platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt b/LayoutTests/platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt
deleted file mode 100644
index 3df26ec..0000000
--- a/LayoutTests/platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (10,300) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceOnUse] [patternContentUnits=userSpaceOnUse]
-        RenderPath {rect} at (0,0) size 800x600 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00 L7790592.00,0.00 L7790592.00,7790592.00 L0.00,7790592.00 Z"]
-    RenderPath {rect} at (10,300) size 100x100 [fill={[type=PATTERN] [id="pattern"]}] [data="M10.00,300.00 L110.00,300.00 L110.00,400.00 L10.00,400.00 Z"]
diff --git a/LayoutTests/platform/win/svg/custom/massive-coordinates-expected.txt b/LayoutTests/platform/win/svg/custom/massive-coordinates-expected.txt
new file mode 100644
index 0000000..4946e55
--- /dev/null
+++ b/LayoutTests/platform/win/svg/custom/massive-coordinates-expected.txt
@@ -0,0 +1,6 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,0) size 0x0
+    RenderPath {path} at (0,0) size 0x0 [stroke={[type=SOLID] [color=#0000FF]}] [data="M-1000.00,12345679395506094000.00 L200.00,200.00"]
+    RenderPath {path} at (0,0) size 0x0 [stroke={[type=SOLID] [color=#00FF00]}] [data="M600.00,400.00 L1000.00,-98765426367955730000.00"]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list