https://bugs.webkit.org/show_bug.cgi?id=144813
Reviewed by Alexey Proskuryakov.
Removed small timeouts for tests that went from TIMEOUT to PASS thanks to other patches.
* streams/reference-implementation/bad-underlying-sources.html:
* streams/reference-implementation/readable-stream-reader.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@184038
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-05-08 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
+
+ streams/reference-implementation/readable-stream-reader.html and streams/reference-implementation/bad-underlying-sources.html are flaky
+ https://bugs.webkit.org/show_bug.cgi?id=144813
+
+ Reviewed by Alexey Proskuryakov.
+
+ Removed small timeouts for tests that went from TIMEOUT to PASS thanks to other patches.
+
+ * streams/reference-implementation/bad-underlying-sources.html:
+ * streams/reference-implementation/readable-stream-reader.html:
+
2015-05-08 Alexey Proskuryakov <ap@apple.com>
Update results after Sam's patch, the order of properties changed.
}));
});
-var test15 = async_test('Underlying source: calling close twice on an empty stream should throw the second time', { timeout: 50 });
+var test15 = async_test('Underlying source: calling close twice on an empty stream should throw the second time');
test15.step(function() {
new ReadableStream({
start: function(c) {
test2.step_func(function(e) { assert_unreached('reader.cancel() should not reject'); }));
});
-var test3 = async_test('closed should be fulfilled after stream is closed (.closed access before acquiring)', { timeout: 50 });
+var test3 = async_test('closed should be fulfilled after stream is closed (.closed access before acquiring)');
test3.step(function() {
var controller;
var rs = new ReadableStream({