Title: [127904] trunk/LayoutTests
Revision
127904
Author
commit-qu...@webkit.org
Date
2012-09-07 12:15:31 -0700 (Fri, 07 Sep 2012)

Log Message

[WK2][WTR] Unskip detached-stylesheet-without-wrapper.html test case.
https://bugs.webkit.org/show_bug.cgi?id=96069

Unreviewed EFL gardening.

fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html test case has been passed on EFL layout test.
WebKit EFL doesn't have to skip this.

Patch by Kangil Han <kangil....@samsung.com> on 2012-09-07

* platform/gtk-wk2/Skipped:
* platform/mac-wk2/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/win-wk2/Skipped:
* platform/wk2/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127903 => 127904)


--- trunk/LayoutTests/ChangeLog	2012-09-07 19:04:23 UTC (rev 127903)
+++ trunk/LayoutTests/ChangeLog	2012-09-07 19:15:31 UTC (rev 127904)
@@ -1,3 +1,19 @@
+2012-09-07  Kangil Han  <kangil....@samsung.com>
+
+        [WK2][WTR] Unskip detached-stylesheet-without-wrapper.html test case.
+        https://bugs.webkit.org/show_bug.cgi?id=96069
+
+        Unreviewed EFL gardening.
+
+        fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html test case has been passed on EFL layout test.
+        WebKit EFL doesn't have to skip this.
+
+        * platform/gtk-wk2/Skipped:
+        * platform/mac-wk2/Skipped:
+        * platform/qt-5.0-wk2/Skipped:
+        * platform/win-wk2/Skipped:
+        * platform/wk2/Skipped:
+
 2012-09-06  Vsevolod Vlasov  <vse...@chromium.org>
 
         Web Inspector: [REGRESSION] Content is not available for dynamically loaded script sometimes.

Modified: trunk/LayoutTests/platform/gtk-wk2/Skipped (127903 => 127904)


--- trunk/LayoutTests/platform/gtk-wk2/Skipped	2012-09-07 19:04:23 UTC (rev 127903)
+++ trunk/LayoutTests/platform/gtk-wk2/Skipped	2012-09-07 19:15:31 UTC (rev 127904)
@@ -34,6 +34,9 @@
 ###############################################################################
 # FLAKY TESTS
 ###############################################################################
+# Flakey on both Snow Leopard and Windows 7
+# https://bugs.webkit.org/show_bug.cgi?id=58337
+fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html
 
 ###############################################################################
 # TESTS TIMING OUT

Modified: trunk/LayoutTests/platform/mac-wk2/Skipped (127903 => 127904)


--- trunk/LayoutTests/platform/mac-wk2/Skipped	2012-09-07 19:04:23 UTC (rev 127903)
+++ trunk/LayoutTests/platform/mac-wk2/Skipped	2012-09-07 19:15:31 UTC (rev 127904)
@@ -288,6 +288,10 @@
 # https://bugs.webkit.org/show_bug.cgi?id=95043
 http/tests/security/local-user-CSS-from-remote.html
 
+# Flakey on both Snow Leopard and Windows 7
+# https://bugs.webkit.org/show_bug.cgi?id=58337
+fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html
+
 ### END OF (1) Classified failures with bug reports
 ########################################
 

Modified: trunk/LayoutTests/platform/qt-5.0-wk2/Skipped (127903 => 127904)


--- trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-09-07 19:04:23 UTC (rev 127903)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-09-07 19:15:31 UTC (rev 127904)
@@ -102,6 +102,10 @@
 fast/dom/DeviceOrientation/null-values.html
 fast/dom/DeviceOrientation/updates.html
 
+# Flakey on both Snow Leopard and Windows 7
+# https://bugs.webkit.org/show_bug.cgi?id=58337
+fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html
+
 ########################################
 
 # NOT YET TRACKED BY BUG REPORTS

Modified: trunk/LayoutTests/platform/win-wk2/Skipped (127903 => 127904)


--- trunk/LayoutTests/platform/win-wk2/Skipped	2012-09-07 19:04:23 UTC (rev 127903)
+++ trunk/LayoutTests/platform/win-wk2/Skipped	2012-09-07 19:15:31 UTC (rev 127904)
@@ -954,3 +954,7 @@
 
 # WebKitTestRunner needs to allow self-signed certificates for localhost.
 http/tests/ssl
+
+# Flakey on both Snow Leopard and Windows 7
+# https://bugs.webkit.org/show_bug.cgi?id=58337
+fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html

Modified: trunk/LayoutTests/platform/wk2/Skipped (127903 => 127904)


--- trunk/LayoutTests/platform/wk2/Skipped	2012-09-07 19:04:23 UTC (rev 127903)
+++ trunk/LayoutTests/platform/wk2/Skipped	2012-09-07 19:15:31 UTC (rev 127904)
@@ -54,10 +54,6 @@
 # <https://bugs.webkit.org/show_bug.cgi?id=57638>
 inspector/styles/styles-add-blank-property.html
 
-# Flakey on both Snow Leopard and Windows 7
-# https://bugs.webkit.org/show_bug.cgi?id=58337
-fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html
-
 # Flakey on Snow Leopard Intel WebKit2 Release Tests
 # https://bugs.webkit.org/show_bug.cgi?id=58183
 editing/execCommand/convert-style-elements-to-spans.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to