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

Issue 141023003: Make tools/submit_try safer (Closed)

Created:
6 years, 11 months ago by kevin.petit.not.used.account
Modified:
6 years, 11 months ago
Reviewers:
borenet, djsollen
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Make tools/submit_try safer Using proc.wait() in combination with PIPE doesn't seem to be safe for large patches according to http://docs.python.org/2/library/subprocess.html. Moving to proc.communicate(). Signed-off-by: Kévin PETIT <kevin.petit@arm.com>; BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=13113

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M tools/submit_try View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kevin.petit.not.used.account
6 years, 11 months ago (2014-01-16 18:27:54 UTC) #1
djsollen
6 years, 11 months ago (2014-01-16 18:34:15 UTC) #2
borenet
LGTM
6 years, 11 months ago (2014-01-16 18:53:04 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit.arm@gmail.com/141023003/1
6 years, 11 months ago (2014-01-16 19:36:01 UTC) #4
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 19:48:25 UTC) #5
Message was sent while issue was closed.
Change committed as 13113

Powered by Google App Engine
This is Rietveld 408576698