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

Issue 1411153003: Android GTest Runner: Create flags & test list files only when required (Closed)

Created:
5 years, 2 months ago by agrieve
Modified:
5 years, 2 months ago
Reviewers:
Yaron, jbudorick
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Android GTest Runner: Create flags & test list files only when required BUG=540857 Committed: https://crrev.com/f9bf706c7d09b2b16aca8618d24a66e8cdc70973 Cr-Commit-Position: refs/heads/master@{#355225}

Patch Set 1 #

Total comments: 5

Patch Set 2 : use null context manager #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -21 lines) Patch
M build/android/pylib/local/device/local_device_gtest_run.py View 1 4 chunks +38 lines, -15 lines 2 comments Download
M testing/android/native_test/java/src/org/chromium/native_test/NativeTestInstrumentationTestRunner.java View 2 chunks +9 lines, -0 lines 0 comments Download
M testing/android/native_test/native_test_launcher.cc View 2 chunks +1 line, -6 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (4 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411153003/1
5 years, 2 months ago (2015-10-20 01:48:28 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-20 02:48:07 UTC) #4
agrieve
5 years, 2 months ago (2015-10-20 17:31:12 UTC) #6
jbudorick
https://codereview.chromium.org/1411153003/diff/1/build/android/pylib/local/device/local_device_gtest_run.py File build/android/pylib/local/device/local_device_gtest_run.py (right): https://codereview.chromium.org/1411153003/diff/1/build/android/pylib/local/device/local_device_gtest_run.py#newcode128 build/android/pylib/local/device/local_device_gtest_run.py:128: command_line_file = None I'll be honest, this is a ...
5 years, 2 months ago (2015-10-20 17:41:23 UTC) #7
Yaron
https://codereview.chromium.org/1411153003/diff/1/testing/android/native_test/native_test_launcher.cc File testing/android/native_test/native_test_launcher.cc (right): https://codereview.chromium.org/1411153003/diff/1/testing/android/native_test/native_test_launcher.cc#newcode87 testing/android/native_test/native_test_launcher.cc:87: args.push_back("_"); Just wondering if this breaks a possible dev ...
5 years, 2 months ago (2015-10-20 18:03:02 UTC) #8
jbudorick
https://codereview.chromium.org/1411153003/diff/1/testing/android/native_test/native_test_launcher.cc File testing/android/native_test/native_test_launcher.cc (right): https://codereview.chromium.org/1411153003/diff/1/testing/android/native_test/native_test_launcher.cc#newcode87 testing/android/native_test/native_test_launcher.cc:87: args.push_back("_"); On 2015/10/20 18:03:02, Yaron wrote: > Just wondering ...
5 years, 2 months ago (2015-10-20 18:08:50 UTC) #9
agrieve
https://codereview.chromium.org/1411153003/diff/1/testing/android/native_test/native_test_launcher.cc File testing/android/native_test/native_test_launcher.cc (right): https://codereview.chromium.org/1411153003/diff/1/testing/android/native_test/native_test_launcher.cc#newcode87 testing/android/native_test/native_test_launcher.cc:87: args.push_back("_"); On 2015/10/20 18:03:02, Yaron wrote: > Just wondering ...
5 years, 2 months ago (2015-10-20 18:11:07 UTC) #10
jbudorick
On 2015/10/20 18:11:07, agrieve wrote: > https://codereview.chromium.org/1411153003/diff/1/testing/android/native_test/native_test_launcher.cc > File testing/android/native_test/native_test_launcher.cc (right): > > https://codereview.chromium.org/1411153003/diff/1/testing/android/native_test/native_test_launcher.cc#newcode87 > ...
5 years, 2 months ago (2015-10-20 18:14:53 UTC) #11
agrieve
https://codereview.chromium.org/1411153003/diff/1/build/android/pylib/local/device/local_device_gtest_run.py File build/android/pylib/local/device/local_device_gtest_run.py (right): https://codereview.chromium.org/1411153003/diff/1/build/android/pylib/local/device/local_device_gtest_run.py#newcode128 build/android/pylib/local/device/local_device_gtest_run.py:128: command_line_file = None On 2015/10/20 17:41:23, jbudorick wrote: > ...
5 years, 2 months ago (2015-10-20 18:36:55 UTC) #12
jbudorick
lgtm https://codereview.chromium.org/1411153003/diff/20001/build/android/pylib/local/device/local_device_gtest_run.py File build/android/pylib/local/device/local_device_gtest_run.py (right): https://codereview.chromium.org/1411153003/diff/20001/build/android/pylib/local/device/local_device_gtest_run.py#newcode49 build/android/pylib/local/device/local_device_gtest_run.py:49: class _NullContextManager(object): I may wind up extracting this ...
5 years, 2 months ago (2015-10-20 21:17:29 UTC) #13
Yaron
lgtm
5 years, 2 months ago (2015-10-21 01:33:29 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411153003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411153003/20001
5 years, 2 months ago (2015-10-21 01:40:24 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-21 02:48:08 UTC) #17
commit-bot: I haz the power
5 years, 2 months ago (2015-10-21 02:49:02 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f9bf706c7d09b2b16aca8618d24a66e8cdc70973
Cr-Commit-Position: refs/heads/master@{#355225}

Powered by Google App Engine
This is Rietveld 408576698