Title: [183396] trunk/LayoutTests
Revision
183396
Author
calva...@igalia.com
Date
2015-04-27 07:54:56 -0700 (Mon, 27 Apr 2015)

Log Message

Unreviewed.

Fixed timeout expectation of "closed should fulfill with
undefined" test. This doesn't time out anymore.

* streams/reference-implementation/readable-stream-templated.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (183395 => 183396)


--- trunk/LayoutTests/ChangeLog	2015-04-27 13:31:59 UTC (rev 183395)
+++ trunk/LayoutTests/ChangeLog	2015-04-27 14:54:56 UTC (rev 183396)
@@ -1,16 +1,12 @@
-2015-04-27  Xabier Rodriguez Calvar  <calva...@igalia.com> and Youenn Fablet  <youenn.fab...@crf.canon.fr>
+2015-04-27  Youenn Fablet  <youenn.fab...@crf.canon.fr> and Xabier Rodriguez Calvar  <calva...@igalia.com>
 
-        [Streams API] ReadableStream constructor start function should be able to close the stream
-        https://bugs.webkit.org/show_bug.cgi?id=143363
+        Unreviewed.
 
-        Reviewed by Benjamin Poulain.
+        Fixed timeout expectation of "closed should fulfill with
+        undefined" test. This doesn't time out anymore.
 
-        Updated expectations with new passes.
+        * streams/reference-implementation/readable-stream-templated.html:
 
-        * streams/reference-implementation/bad-underlying-sources-expected.txt:
-        * streams/reference-implementation/readable-stream-reader-expected.txt:
-        * streams/reference-implementation/readable-stream-templated-expected.txt:
-
 2015-04-27  Youenn Fablet  <youenn.fab...@crf.canon.fr>
 
         Synchronous XMLHttpRequest should get access to AppCache resources stored as flat files

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


--- trunk/LayoutTests/streams/reference-implementation/readable-stream-templated.html	2015-04-27 13:31:59 UTC (rev 183395)
+++ trunk/LayoutTests/streams/reference-implementation/readable-stream-templated.html	2015-04-27 14:54:56 UTC (rev 183396)
@@ -291,7 +291,7 @@
         );
     });
 
-    var test2 = async_test('closed should fulfill with undefined', { timeout: 50});
+    var test2 = async_test('closed should fulfill with undefined');
     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