Title: [179818] trunk/LayoutTests
Revision
179818
Author
[email protected]
Date
2015-02-08 18:56:05 -0800 (Sun, 08 Feb 2015)

Log Message

[iOS] Skip js/dom/create-lots-of-workers.html on ios-simulator

Already skipped on mac; marked as flakey on efl and gtk.

Fix tracked by:
REGRESSION: js/dom/create-lots-of-workers.html frequently crashes (sometimes in js/dom/cross-frame-bad-time.html)
<http://webkit.org/b/129758>
<rdar://problem/19760988>

* platform/ios-simulator/TestExpectations: Skip test.
* platform/mac/TestExpectations: Add comment about skipping on
ios-simulator.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (179817 => 179818)


--- trunk/LayoutTests/ChangeLog	2015-02-09 02:42:22 UTC (rev 179817)
+++ trunk/LayoutTests/ChangeLog	2015-02-09 02:56:05 UTC (rev 179818)
@@ -1,3 +1,18 @@
+2015-02-08  David Kilzer  <[email protected]>
+
+        [iOS] Skip js/dom/create-lots-of-workers.html on ios-simulator
+
+        Already skipped on mac; marked as flakey on efl and gtk.
+
+        Fix tracked by:
+        REGRESSION: js/dom/create-lots-of-workers.html frequently crashes (sometimes in js/dom/cross-frame-bad-time.html)
+        <http://webkit.org/b/129758>
+        <rdar://problem/19760988>
+
+        * platform/ios-simulator/TestExpectations: Skip test.
+        * platform/mac/TestExpectations: Add comment about skipping on
+        ios-simulator.
+
 2015-02-08  Alexey Proskuryakov  <[email protected]>
 
         fullscreen/full-screen-plugin.html is very flaky on Yosemite WK2

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (179817 => 179818)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2015-02-09 02:42:22 UTC (rev 179817)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2015-02-09 02:56:05 UTC (rev 179818)
@@ -2610,3 +2610,6 @@
 # Mark as passing specific tests in folders that were skipped temporarily above.
 ##
 webkit.org/b/138970 fast/css/line-height-text-autosizing.html [ Pass ]
+
+# Skipped for mac as well:
+webkit.org/b/129758 js/dom/create-lots-of-workers.html [ Skip ]

Modified: trunk/LayoutTests/platform/mac/TestExpectations (179817 => 179818)


--- trunk/LayoutTests/platform/mac/TestExpectations	2015-02-09 02:42:22 UTC (rev 179817)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2015-02-09 02:56:05 UTC (rev 179818)
@@ -817,6 +817,7 @@
 webkit.org/b/129180 svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure ]
 webkit.org/b/129180 svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure ]
 
+# Skipped for ios-simulator as well:
 webkit.org/b/129758 js/dom/create-lots-of-workers.html [ Skip ]
 
 # This test fails because the structure of mfenced/mo operators was changed in bug 124838.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to