Title: [110621] trunk/LayoutTests
Revision
110621
Author
[email protected]
Date
2012-03-13 15:13:30 -0700 (Tue, 13 Mar 2012)

Log Message

Merge expectations for
svg/as-background-image/svg-as-background-6.html.  Previously, Snow
Leopard had different expectations than every other platform, but the
behavior seems to match the expectations for other platforms.

Really what's going on is that this is a bad test for the reasons
explained in the test_expectations.txt file.  I'm not entirely sure how
to fix the test to have repeatable results.

This patch also notes some more compositing reflection tests as flaky,
similar to the failures in
https://bugs.webkit.org/show_bug.cgi?id=79823.  These tests have been
flaky for a while, but they seem to be failing more frequently now.  I
couldn't find any recent changes to explain why that might be.

* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (110620 => 110621)


--- trunk/LayoutTests/ChangeLog	2012-03-13 22:06:24 UTC (rev 110620)
+++ trunk/LayoutTests/ChangeLog	2012-03-13 22:13:30 UTC (rev 110621)
@@ -1,3 +1,22 @@
+2012-03-13  Adam Barth  <[email protected]>
+
+        Merge expectations for
+        svg/as-background-image/svg-as-background-6.html.  Previously, Snow
+        Leopard had different expectations than every other platform, but the
+        behavior seems to match the expectations for other platforms.
+
+        Really what's going on is that this is a bad test for the reasons
+        explained in the test_expectations.txt file.  I'm not entirely sure how
+        to fix the test to have repeatable results.
+
+        This patch also notes some more compositing reflection tests as flaky,
+        similar to the failures in
+        https://bugs.webkit.org/show_bug.cgi?id=79823.  These tests have been
+        flaky for a while, but they seem to be failing more frequently now.  I
+        couldn't find any recent changes to explain why that might be.
+
+        * platform/chromium/test_expectations.txt:
+
 2012-03-13  Adrienne Walker  <[email protected]>
 
         [chromium] Mark root layer scrollbars as always opaque to disable blending

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (110620 => 110621)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-03-13 22:06:24 UTC (rev 110620)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-03-13 22:13:30 UTC (rev 110621)
@@ -1076,7 +1076,7 @@
 // or might be expected and that we should either go with the buildbot output
 // or change the test upstream to specify explicitly what font to use.
 // The mask part of this test is totally wrong.
-BUGCR3244 LEOPARD LINUX WIN : svg/as-background-image/svg-as-background-6.html = FAIL
+BUGCR3244 : svg/as-background-image/svg-as-background-6.html = FAIL
 
 // Our gradients are wrong here.
 BUGCR19559 LINUX WIN : svg/W3C-SVG-1.1/pservers-grad-08-b.svg = FAIL
@@ -3793,6 +3793,11 @@
 
 BUGWK79823 : compositing/repaint/opacity-between-absolute.html = PASS IMAGE
 BUGWK79823 : compositing/reflections/masked-reflection-on-composited.html = PASS IMAGE
+BUGWK79823 : compositing/reflections/reflection-on-composited.html = PASS IMAGE
+BUGWK79823 : compositing/geometry/fixed-position.html = PASS IMAGE
+BUGWK79823 : compositing/reflections/compositing-change-inside-reflection.html = PASS IMAGE
+BUGWK79823 : compositing/webgl/webgl-reflection.html = PASS IMAGE
+BUGWK79823 : platform/chromium/compositing/render-surface-alpha-blending.html = PASS IMAGE
 // Already associated with bug 47949 on Mac.
 BUGWK79823 WIN LINUX : compositing/reflections/nested-reflection.html = PASS IMAGE
 
@@ -3904,9 +3909,6 @@
 BUGWK80807 MAC : fast/events/invalid-002.html = PASS CRASH
 BUGWK80807 MAC : fast/events/invalid-003.html = PASS CRASH
 
-
-//BUGWK54322 SNOWLEOPARD : svg/as-background-image/svg-as-background-6.html = TIMEOUT IMAGE
-BUGWK80976 SNOWLEOPARD : svg/as-background-image/svg-as-background-6.html = PASS CRASH
 BUGWK80976 SNOWLEOPARD : svg/as-image/svg-nested.html = PASS CRASH
 BUGWK80976 SNOWLEOPARD : svg/custom/fill-opacity-rgba.svg = PASS CRASH
 BUGWK80976 SNOWLEOPARD : tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.html = PASS CRASH
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to