Bug 154687

Summary: streams/pipe-to.html flaky on mac-wk1 debug
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, benjamin, calvaris, commit-queue, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Mac   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=165874
Attachments:
Description Flags
Patch none

Description Ryan Haddad 2016-02-25 12:15:32 PST
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"
Comment 1 youenn fablet 2016-02-26 00:23:44 PST
Created attachment 272312 [details]
Patch
Comment 2 youenn fablet 2016-02-26 00:27:18 PST
(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 3 WebKit Commit Bot 2016-02-29 10:51:22 PST
Comment on attachment 272312 [details]
Patch

Clearing flags on attachment: 272312

Committed r197359: <http://trac.webkit.org/changeset/197359>
Comment 4 WebKit Commit Bot 2016-02-29 10:51:25 PST
All reviewed patches have been landed.  Closing bug.