Bug 88280 - webkitpy.layout_tests.port.server_process_unittest.TestServerProcess.test_basic is flaky
Summary: webkitpy.layout_tests.port.server_process_unittest.TestServerProcess.test_bas...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 19:10 PDT by Dirk Pranke
Modified: 2017-06-09 21:18 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.77 KB, patch)
2012-06-04 19:12 PDT, Dirk Pranke
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-06-04 19:10:37 PDT
webkitpy.layout_tests.port.server_process_unittest.TestServerProcess.test_basic is flaky
Comment 1 Dirk Pranke 2012-06-04 19:12:55 PDT
Created attachment 145678 [details]
Patch
Comment 2 Dirk Pranke 2012-06-04 19:13:34 PDT
Committed r119451: <http://trac.webkit.org/changeset/119451>
Comment 3 Jonathan Bedard 2017-06-09 16:14:31 PDT
This bug should not have been closed.  The root cause of this issue is that the process may be closed when we attempt to read a line from it.  That issue should be addressed in <https://bugs.webkit.org/show_bug.cgi?id=173116>.

*** This bug has been marked as a duplicate of bug 173116 ***
Comment 4 Daniel Bates 2017-06-09 21:18:24 PDT
We should not dup bugs that have already been fixed. The fix for this bug may not be the correct fix, but it was committed.