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

Issue 13861026: [Android] Switch all subprocess.Popen calls to use a temporary file instead of PIPE. (Closed)

Created:
7 years, 8 months ago by craigdh
Modified:
7 years, 8 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, frankf+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

[Android] Switch all subprocess.Popen calls to use a temporary file and other Python bug workarounds. BUG=224382 TEST=Ran tests. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193273

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : nit #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -18 lines) Patch
M build/android/pylib/android_commands.py View 3 chunks +7 lines, -2 lines 0 comments Download
M build/android/pylib/cmd_helper.py View 1 2 3 chunks +19 lines, -5 lines 0 comments Download
M build/android/pylib/utils/findbugs.py View 2 chunks +2 lines, -4 lines 0 comments Download
M build/android/pylib/utils/flakiness_dashboard_results_uploader.py View 1 3 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
craigdh
7 years, 8 months ago (2013-04-09 20:37:03 UTC) #1
Isaac (away)
https://codereview.chromium.org/13861026/diff/2001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/13861026/diff/2001/build/android/pylib/android_commands.py#newcode957 build/android/pylib/android_commands.py:957: logcat_command = 'adb %s logcat -v threadtime %s' % ...
7 years, 8 months ago (2013-04-09 20:53:54 UTC) #2
frankf
Thanks craig! If this works, we also need to change thirdparty/android_testrunner modules. Some nits. https://codereview.chromium.org/13861026/diff/2001/build/android/pylib/cmd_helper.py ...
7 years, 8 months ago (2013-04-09 21:14:05 UTC) #3
craigdh
https://codereview.chromium.org/13861026/diff/2001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/13861026/diff/2001/build/android/pylib/android_commands.py#newcode957 build/android/pylib/android_commands.py:957: logcat_command = 'adb %s logcat -v threadtime %s' % ...
7 years, 8 months ago (2013-04-09 21:25:00 UTC) #4
Isaac (away)
You also have an SSD. I don't think we should replace pipes with files for ...
7 years, 8 months ago (2013-04-09 21:41:44 UTC) #5
craigdh
On 2013/04/09 21:41:44, Isaac wrote: > You also have an SSD. I don't think we ...
7 years, 8 months ago (2013-04-09 22:56:40 UTC) #6
frankf
lgtm
7 years, 8 months ago (2013-04-09 23:16:11 UTC) #7
Isaac (away)
+yfriedman, nileshagrawal
7 years, 8 months ago (2013-04-09 23:40:48 UTC) #8
nilesh
Please test for test timeout and test crash as well.
7 years, 8 months ago (2013-04-09 23:54:52 UTC) #9
craigdh
android_dbg_triggered_tests hit unrelated known issue http://crbug.com/229685.
7 years, 8 months ago (2013-04-10 00:14:22 UTC) #10
craigdh
7 years, 8 months ago (2013-04-10 00:38:31 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 manually as r193273 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698