Bug 153095
Summary: | imported/w3c/web-platform-tests/streams-api/readable-streams/general.html is flaky on mac bots | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | calvaris |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
As per http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fstreams-api, imported/w3c/web-platform-tests/streams-api/readable-streams/general.html is flaky on mac bots (debug or leaks).
It seems to be always related to one test:
ReadableStream: should call pull when trying to read from a started, empty stream assert_equals: pull should be called when read is called expected 2 but got 1
See for instance:
https://build.webkit.org/results/Apple%20Yosemite%20%28Leaks%29/r194770%20%284404%29/imported/w3c/web-platform-tests/streams-api/readable-streams/general-pretty-diff.html
https://build.webkit.org/results/Apple%20Yosemite%20%28Leaks%29/r195002%20%284469%29/imported/w3c/web-platform-tests/streams-api/readable-streams/general-pretty-diff.html
https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20%28Tests%29/r195011%20%282221%29/imported/w3c/web-platform-tests/streams-api/readable-streams/general-pretty-diff.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
*** This bug has been marked as a duplicate of bug 155760 ***