Title: [177764] trunk/LayoutTests
Revision
177764
Author
[email protected]
Date
2014-12-27 11:36:56 -0800 (Sat, 27 Dec 2014)

Log Message

http/tests/notifications/show.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139961

Reviewed by Anders Carlsson.

* http/tests/notifications/show.html: Remove a built-in 100ms timeout.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (177763 => 177764)


--- trunk/LayoutTests/ChangeLog	2014-12-27 19:36:27 UTC (rev 177763)
+++ trunk/LayoutTests/ChangeLog	2014-12-27 19:36:56 UTC (rev 177764)
@@ -1,5 +1,14 @@
 2014-12-27  Alexey Proskuryakov  <[email protected]>
 
+        http/tests/notifications/show.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=139961
+
+        Reviewed by Anders Carlsson.
+
+        * http/tests/notifications/show.html: Remove a built-in 100ms timeout.
+
+2014-12-27  Alexey Proskuryakov  <[email protected]>
+
         fast/parser/parser-yield-timing.html is flaky in debug builds
         https://bugs.webkit.org/show_bug.cgi?id=139962
 

Modified: trunk/LayoutTests/http/tests/notifications/show.html (177763 => 177764)


--- trunk/LayoutTests/http/tests/notifications/show.html	2014-12-27 19:36:27 UTC (rev 177763)
+++ trunk/LayoutTests/http/tests/notifications/show.html	2014-12-27 19:36:56 UTC (rev 177764)
@@ -64,6 +64,4 @@
 }
 
 part1();
-
-setTimeout(testCompleted, 100);
 </script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to