Diagnose FileUtilTest.ReadFileToStringWithNamedPipe flakes.
ConnectNamedPipe in the child proc is failing sometimes. It's entirely possible that it's failing with ERROR_PIPE_CONNECTED (535), in which case we should treat this as success. This CL will include the error code in the failure log so that we know what's really going on. This CL also improves multiprocess child proc diagnosability by getting stacks from GTest when things go awry in the child. BUG=none Change-Id: I3befc4ebd596251e3f61a855dc83188f1efc2619 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2174580Reviewed-by:François Doray <fdoray@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#765422}
Showing
Please register or sign in to comment