Title: [152180] trunk/LayoutTests
Revision
152180
Author
commit-qu...@webkit.org
Date
2013-06-28 11:08:13 -0700 (Fri, 28 Jun 2013)

Log Message

Update TestExpectations so new Shapes tests are skipped where the old ones were
https://bugs.webkit.org/show_bug.cgi?id=118192

Patch by Bem Jones-Bey <bjone...@adobe.com> on 2013-06-28
Reviewed by Brent Fulgham.

Shapes still aren't enabled on some ports, so skip the tests there.
As part of this patch, it was discovered that they work on EFL, so the
skipping has been removed from there.

* platform/efl/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (152179 => 152180)


--- trunk/LayoutTests/ChangeLog	2013-06-28 18:07:44 UTC (rev 152179)
+++ trunk/LayoutTests/ChangeLog	2013-06-28 18:08:13 UTC (rev 152180)
@@ -1,3 +1,18 @@
+2013-06-28  Bem Jones-Bey  <bjone...@adobe.com>
+
+        Update TestExpectations so new Shapes tests are skipped where the old ones were
+        https://bugs.webkit.org/show_bug.cgi?id=118192
+
+        Reviewed by Brent Fulgham.
+
+        Shapes still aren't enabled on some ports, so skip the tests there.
+        As part of this patch, it was discovered that they work on EFL, so the
+        skipping has been removed from there.
+
+        * platform/efl/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
 2013-06-28  Morten Stenshorne  <msten...@opera.com>
 
         SVG relayout problem when displayed with different image box heights

Modified: trunk/LayoutTests/platform/efl/TestExpectations (152179 => 152180)


--- trunk/LayoutTests/platform/efl/TestExpectations	2013-06-28 18:07:44 UTC (rev 152179)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2013-06-28 18:08:13 UTC (rev 152180)
@@ -336,9 +336,6 @@
 # Bug in the test itself, as the input box can be big enough for the given coordinates to be inside it.
 Bug(EFL) fast/forms/input-text-click-outside.html
 
-# Exclusions implementation not complete yet.
-webkit.org/b/83898 fast/exclusions
-
 # CSS Filters support not yet enabled (needs ENABLE_CSS_FILTERS).
 webkit.org/b/85465 css3/filters [ Skip ]
 webkit.org/b/85465 compositing/filters [ Skip ]

Modified: trunk/LayoutTests/platform/win/TestExpectations (152179 => 152180)


--- trunk/LayoutTests/platform/win/TestExpectations	2013-06-28 18:07:44 UTC (rev 152179)
+++ trunk/LayoutTests/platform/win/TestExpectations	2013-06-28 18:08:13 UTC (rev 152180)
@@ -1574,6 +1574,7 @@
 
 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311
 fast/exclusions
+csswg/submitted/shapes
 
 # Causes a SyntaxError (http://webkit.org/b/62595).
 fast/workers/worker-crash-with-invalid-location.html

Modified: trunk/LayoutTests/platform/wincairo/TestExpectations (152179 => 152180)


--- trunk/LayoutTests/platform/wincairo/TestExpectations	2013-06-28 18:07:44 UTC (rev 152179)
+++ trunk/LayoutTests/platform/wincairo/TestExpectations	2013-06-28 18:08:13 UTC (rev 152180)
@@ -2078,6 +2078,7 @@
 
 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311
 fast/exclusions
+csswg/submitted/shapes
 
 # Causes a SyntaxError (http://webkit.org/b/62595).
 fast/workers/worker-crash-with-invalid-location.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to