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

ajwong at chromium.org ajwong at chromium.org
Wed Dec 22 11:09:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fd5a60ad94ddb04592a8658b6c4be71612ecec6e
Author: ajwong at chromium.org <ajwong at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 14 00:59:28 2010 +0000

    Unreviewed, add details to chromium test expectations.
    
    Adding details and references to filed bugs to chromium expectations
    that were added in the past few days.  Also rebaseline the svg test.
    
    * platform/chromium-mac/svg/custom/clip-path-child-changes-expected.txt: Added.
    * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63272 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 90c3593..116b214 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-13  Albert J. Wong  <ajwong at chromium.org>
+
+        Unreviewed, add details to chromium test expectations.
+
+        Adding details and references to filed bugs to chromium expectations
+        that were added in the past few days.  Also rebaseline the svg test.
+
+        * platform/chromium-mac/svg/custom/clip-path-child-changes-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2010-07-13  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/LayoutTests/platform/chromium-mac/svg/custom/clip-path-child-changes-expected.txt b/LayoutTests/platform/chromium-mac/svg/custom/clip-path-child-changes-expected.txt
new file mode 100644
index 0000000..717a675
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/svg/custom/clip-path-child-changes-expected.txt
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,0) size 200x200
+    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+      RenderSVGResourceClipper {clipPath} [id="myclip"] [clipPathUnits=userSpaceOnUse]
+        RenderPath {path} at (0,0) size 100x100 [transform={m=((0.50,0.00)(0.00,0.50)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [data="M0.00,0.00 L200.00,0.00 L200.00,200.00 L0.00,200.00 Z"]
+    RenderSVGContainer {g} at (0,0) size 200x200
+      [clipPath="myclip"] RenderSVGResourceClipper {clipPath} at (0,0) size 200x200
+      RenderPath {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00 L200.00,0.00 L200.00,200.00 L0.00,200.00 Z"]
+      RenderPath {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index d1642fa..9f1c7c4 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -2498,8 +2498,8 @@ BUG32155 : fast/js/Object-getOwnPropertyNames.html = TEXT
 BUG32145 WIN : animations/3d/transform-origin-vs-functions.html = TEXT PASS
 BUG32149 WIN RELEASE : fast/dom/Document/early-document-access.html = TIMEOUT PASS
 
-BUG32195 MAC : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = TEXT IMAGE
-BUG32195 WIN : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = IMAGE+TEXT TEXT
+BUG32195 LINUX : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = IMAGE TEXT
+BUG32195 WIN : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = IMAGE+TEXT IMAGE TEXT
 
 // Expectations from roll to 53171:53194
 
@@ -2947,9 +2947,9 @@ BUG48550 SKIP : plugins/return-negative-one-from-write.html = TIMEOUT
 
 BUG48668 MAC : svg/W3C-SVG-1.1/struct-use-01-t.svg = FAIL
 
-// Marking all the ietestcenter tests as failed for now. Added in r62810.
-// Most probably only need a rebaseline, but rebaselining tool is broken
-// right now.
+// These ietestcenter tests still don't pass. Careful before removing these
+// that the baselines aren't incorrect
+// (like in: https://bugs.webkit.org/show_bug.cgi?id=42215)
 BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-b-1.html = TEXT
 BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-b-2.html = TEXT
 BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-c-1.html = TEXT
@@ -3003,14 +3003,10 @@ BUG48737 WIN LINUX MAC SKIP : ietestcenter/Javascript/15.4.4.15-3-8.html = TIMEO
 BUG48696 WIN LINUX : fast/forms/focus2.html = CRASH
 BUG48696 WIN LINUX MAC : fast/forms/tabs-with-modifiers.html = CRASH
 
-// Regression from r62849.  Probably just needs rebaseline.
-BUGAWONG WIN LINUX MAC : fast/js/object-literal-syntax.html = TEXT
+BUG49029 WIN LINUX MAC : fast/js/object-literal-syntax.html = TEXT
 
 // Likely from r62862. Probably just needs rebaseline.
-BUGAWONG WIN LINUX MAC : fast/js/object-literal-direct-put.html = TEXT
-
-// Probably just needs rebaseline.
-BUGAWONG MAC : svg/custom/clip-path-child-changes.svg = TEXT
+BUG49032 WIN LINUX MAC : fast/js/object-literal-direct-put.html = TEXT
 
 BUG48859 WIN : fast/inline/continuation-outlines-with-layers-2.html = IMAGE+TEXT
 
@@ -3018,9 +3014,8 @@ BUG48859 WIN : fast/inline/continuation-outlines-with-layers-2.html = IMAGE+TEXT
 // Need investigation.
 BUGWK38016 WIN : svg/custom/foreign-object-skew.svg = FAIL
 
-// Introduced before r63242.
-BUGAWONG WIN LINUX MAC : http/tests/mime/uppercase-mime-type.html = MISSING
-BUGAWONG WIN : editing/selection/drag-in-iframe.html = IMAGE+TEXT PASS
+BUG49031 WIN LINUX MAC : http/tests/mime/uppercase-mime-type.html = MISSING
+BUG24233 WIN : editing/selection/drag-in-iframe.html = IMAGE+TEXT PASS
 
 BUG49021 : userscripts/simple-stylesheet.html = TEXT
 BUG49021 : userscripts/user-style-all-frames.html = TEXT

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list