[Webkit-unassigned] [Bug 144455] New: streams/readable-stream.html is very flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 30 10:20:14 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=144455
Bug ID: 144455
Summary: streams/readable-stream.html is very flaky
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ap at webkit.org
CC: calvaris at igalia.com, youennf at gmail.com
streams/readable-stream.html fails quite a bit, especially on slower bots.
https://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=streams%2Freadable-stream.html
@@ -2,5 +2,5 @@
PASS ReadableStream can't be constructed with garbage
PASS ReadableStream start should be called with the proper parameters
PASS ReadableStream should be able to call start method within prototype chain of its source
-PASS A readable stream controller methods should throw if its readablestream is collected
+FAIL A readable stream controller methods should throw if its readablestream is collected assert_throws: function "function () { controller.close(); }" did not throw
This is very easily reproducible locally with a debug build:
run-webkit-tests streams/readable-stream.html --repeat 100 -f
...
7 tests ran as expected, 93 didn't
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150430/58a4987b/attachment.html>
More information about the webkit-unassigned
mailing list