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

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 15:43:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6d9a71c85b7e01f873d38b7af16d6789af26ac97
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 11 00:29:07 2010 +0000

    2010-11-10  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Simon Fraser.
    
            svg/animations/repeatDur-zero.xhtml should use dumpAsText
            https://bugs.webkit.org/show_bug.cgi?id=49348
    
            Per r71066 (which added the test), all that we're testing for is whether
            or not we hang, therefore using dumpAsText is better (since then we
            don't need per-platform baselines).
    
            * platform/chromium/test_expectations.txt:
            * platform/mac/svg/animations/repeatDur-zero-expected.txt: Removed.
            * svg/animations/repeatDur-zero-expected.txt: Added.
            * svg/animations/repeatDur-zero.xhtml:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71781 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 560ffef..8f53859 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,21 @@
 2010-11-10  Mihai Parparita  <mihaip at chromium.org>
 
+        Reviewed by Simon Fraser.
+
+        svg/animations/repeatDur-zero.xhtml should use dumpAsText
+        https://bugs.webkit.org/show_bug.cgi?id=49348
+        
+        Per r71066 (which added the test), all that we're testing for is whether
+        or not we hang, therefore using dumpAsText is better (since then we
+        don't need per-platform baselines).
+
+        * platform/chromium/test_expectations.txt:
+        * platform/mac/svg/animations/repeatDur-zero-expected.txt: Removed.
+        * svg/animations/repeatDur-zero-expected.txt: Added.
+        * svg/animations/repeatDur-zero.xhtml:
+
+2010-11-10  Mihai Parparita  <mihaip at chromium.org>
+
         Unreviewed Chromium rebaselines.
         
         Add missing Mac, Windows and Linux baselines (no actual Linux baselines
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index bdaa2a0..19b86fb 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3252,10 +3252,6 @@ BUG32153and61406 WIN LINUX : svg/dynamic-updates/SVGTextElement-svgdom-rotate-pr
 // This started to crash on Debug Mac 10.5 bots after recent rolls.
 BUG61478 DEBUG MAC : fast/images/svg-as-background.html = CRASH
 
-// This test is added by http://trac.webkit.org/changeset/71066
-// Should be converted to dumpAsText() t oavoid grabbing useless baselines.
-BUGDIMICH : svg/animations/repeatDur-zero.xhtml = MISSING
-
 // Flaky: fails about 5% of the time.
 //BUG31342 WIN RELEASE : security/block-test-no-port.html = TEXT PASS
 // Now fails all the time on Win and Linux, see bug for details.
diff --git a/LayoutTests/platform/mac/svg/animations/repeatDur-zero-expected.txt b/LayoutTests/platform/mac/svg/animations/repeatDur-zero-expected.txt
deleted file mode 100644
index 3537a1e..0000000
--- a/LayoutTests/platform/mac/svg/animations/repeatDur-zero-expected.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (5,5) size 93x18
-    RenderSVGText {text} at (5,5) size 93x18 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 93x18
-        chunk 1 text run 1 at (5.00,20.00) startOffset 0 endOffset 12 width 93.00: "Test Passes."
diff --git a/LayoutTests/svg/animations/repeatDur-zero-expected.txt b/LayoutTests/svg/animations/repeatDur-zero-expected.txt
new file mode 100644
index 0000000..c96809c
--- /dev/null
+++ b/LayoutTests/svg/animations/repeatDur-zero-expected.txt
@@ -0,0 +1 @@
+Test Passes.
diff --git a/LayoutTests/svg/animations/repeatDur-zero.xhtml b/LayoutTests/svg/animations/repeatDur-zero.xhtml
index dbf20bd..9952503 100644
--- a/LayoutTests/svg/animations/repeatDur-zero.xhtml
+++ b/LayoutTests/svg/animations/repeatDur-zero.xhtml
@@ -1,7 +1,10 @@
 <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD
 SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="100%" height="100%" version="1.1"
-xmlns="http://www.w3.org/2000/svg">
+<svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg">
+<script type="text/javascript">
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
+</script>
 <set repeatDur="0"/>
 <text x="5" y="20" font-family="Verdana" font-size="15">
 Test Passes.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list