Title: [185210] trunk/LayoutTests
Revision
185210
Author
youenn.fab...@crf.canon.fr
Date
2015-06-04 12:17:16 -0700 (Thu, 04 Jun 2015)

Log Message

REGRESSION: streams/reference-implementation/readable-stream-templated.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=145643

Reviewed by Alexey Proskuryakov.

* streams/reference-implementation/readable-stream-templated.html: Removed 'timeout: 50' for test that is now passing.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (185209 => 185210)


--- trunk/LayoutTests/ChangeLog	2015-06-04 19:10:14 UTC (rev 185209)
+++ trunk/LayoutTests/ChangeLog	2015-06-04 19:17:16 UTC (rev 185210)
@@ -1,3 +1,12 @@
+2015-06-04  Youenn Fablet  <youenn.fab...@crf.canon.fr>
+
+        REGRESSION: streams/reference-implementation/readable-stream-templated.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=145643
+
+        Reviewed by Alexey Proskuryakov.
+
+        * streams/reference-implementation/readable-stream-templated.html: Removed 'timeout: 50' for test that is now passing.
+
 2015-06-04  Brent Fulgham  <bfulg...@apple.com>
 
         Latching algorithm in findEnclosingOverflowScroll is broken

Modified: trunk/LayoutTests/streams/reference-implementation/readable-stream-templated.html (185209 => 185210)


--- trunk/LayoutTests/streams/reference-implementation/readable-stream-templated.html	2015-06-04 19:10:14 UTC (rev 185209)
+++ trunk/LayoutTests/streams/reference-implementation/readable-stream-templated.html	2015-06-04 19:17:16 UTC (rev 185210)
@@ -385,7 +385,7 @@
         }));
     });
 
-    var test2 = async_test('calling read() twice with waiting will eventually give both chunks', { timeout: 50 });
+    var test2 = async_test('calling read() twice with waiting will eventually give both chunks');
     test2.step(function() {
         var { reader } = factory();
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to