Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Issue 2240373002: [iossim] Work around pipe hang on some macs. (Closed)

Created:
4 years, 4 months ago by justincohen
Modified:
4 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[iossim] Work around pipe hang on some macs. In the rest of the this file we read from the pipe after -waitUntilExit (We normally wrap -launch and -waitUntilExit in one -run method). However, on some swarming slaves this led to a hang on simctl's pipe. Since the output of simctl is so instant, reading it before exit seems to work, and seems to avoid the hang. BUG= NOTRY=true Committed: https://crrev.com/7768f4337363cc5fb41ba14297b4bcff232ccd91 Cr-Commit-Position: refs/heads/master@{#411842}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M testing/iossim/iossim.mm View 1 2 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 14 (9 generated)
rohitrao (ping after 24h)
lgtm https://codereview.chromium.org/2240373002/diff/1/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://codereview.chromium.org/2240373002/diff/1/testing/iossim/iossim.mm#newcode140 testing/iossim/iossim.mm:140: NSData* data = [[out fileHandleForReading] readDataToEndOfFile]; Add a ...
4 years, 4 months ago (2016-08-13 00:59:05 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2240373002/20001
4 years, 4 months ago (2016-08-13 01:02:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2240373002/20001
4 years, 4 months ago (2016-08-13 01:07:43 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-13 01:11:38 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-08-13 01:13:09 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7768f4337363cc5fb41ba14297b4bcff232ccd91
Cr-Commit-Position: refs/heads/master@{#411842}

Powered by Google App Engine
This is Rietveld 408576698