Title: [195688] trunk/LayoutTests
Revision
195688
Author
beid...@apple.com
Date
2016-01-27 12:47:44 -0800 (Wed, 27 Jan 2016)

Log Message

LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky on El Cap, always times out on Yosemite.
https://bugs.webkit.org/show_bug.cgi?id=153551

Unreviewed.

The iframe file name is "replacestate-iframe.html", but the main frame src refers to "replaceState-iframe.html"

Notice the case difference on the 'S'.

Apparently some of our bots have case sensitive filesystems, and others do not.

* fast/loader/stateobjects/replacestate-frequency-iframe.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (195687 => 195688)


--- trunk/LayoutTests/ChangeLog	2016-01-27 20:37:18 UTC (rev 195687)
+++ trunk/LayoutTests/ChangeLog	2016-01-27 20:47:44 UTC (rev 195688)
@@ -1,5 +1,20 @@
 2016-01-27  Brady Eidson  <beid...@apple.com>
 
+        LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky on El Cap, always times out on Yosemite.
+        https://bugs.webkit.org/show_bug.cgi?id=153551
+        
+        Unreviewed.
+
+        The iframe file name is "replacestate-iframe.html", but the main frame src refers to "replaceState-iframe.html"
+        
+        Notice the case difference on the 'S'.
+        
+        Apparently some of our bots have case sensitive filesystems, and others do not.
+          
+        * fast/loader/stateobjects/replacestate-frequency-iframe.html: 
+
+2016-01-27  Brady Eidson  <beid...@apple.com>
+
         Noticed while exploring:
         LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky on El Cap, always times out on Yosemite.
         https://bugs.webkit.org/show_bug.cgi?id=153551

Modified: trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html (195687 => 195688)


--- trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html	2016-01-27 20:37:18 UTC (rev 195687)
+++ trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe.html	2016-01-27 20:47:44 UTC (rev 195688)
@@ -27,7 +27,7 @@
 function openFrame()
 {
     var iframe = document.createElement('iframe');
-    iframe.src = ''
+    iframe.src = ''
     document.body.appendChild(iframe);
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to