streams/pipe-to.html flaky on mac-wk1 Most recent failing run: <https://build.webkit.org/builders/Apple%20Yosemite%20Debug%20WK1%20(Tests)/builds/11065> Flakiness dashboard: <https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=streams%2Fpipe-to.html> --- /Volumes/Data/slave/yosemite-debug-tests-wk1/build/layout-test-results/streams/pipe-to-expected.txt +++ /Volumes/Data/slave/yosemite-debug-tests-wk1/build/layout-test-results/streams/pipe-to-actual.txt @@ -1,3 +1,3 @@ -PASS Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source +FAIL Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source assert_equals: at t = 125 ms, ws should be waiting expected "waiting" but got "writable"
Created attachment 272312 [details] Patch
(In reply to comment #0) > streams/pipe-to.html flaky on mac-wk1 This test should probably rewritten somehow to make it less slow and subject to flakiness. Since it comes from whatwg reference tests, but not yet migrated to WPT tests, it might be better to just increase the timeout period. If that does not work, we might flakg it as flaky for debug builds.
Comment on attachment 272312 [details] Patch Clearing flags on attachment: 272312 Committed r197359: <http://trac.webkit.org/changeset/197359>
All reviewed patches have been landed. Closing bug.