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

Issue 23295006: [Android] Changes _RunJavaTests to accept filters (Closed)

Created:
7 years, 4 months ago by gkanwar1
Modified:
7 years, 4 months ago
Reviewers:
craigdh, bulach, gkanwar, frankf
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Changes _RunJavaTests to accept filters This eliminates the need to specify package name and bring it more in line with normal instrumentation tests. NOTRY=True BUG=268683 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218530

Patch Set 1 #

Total comments: 6

Patch Set 2 : Leaves old _RunJavaTests signature for backwards compatibility #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -25 lines) Patch
M build/android/pylib/host_driven/test_case.py View 1 4 chunks +33 lines, -23 lines 0 comments Download
M chrome/android/host_driven_tests/DummyTest.py View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
gkanwar1
ptal
7 years, 4 months ago (2013-08-19 16:59:46 UTC) #1
frankf
lgtm. Make sure all downstream tests pass. https://codereview.chromium.org/23295006/diff/1/chrome/android/host_driven_tests/DummyTest.py File chrome/android/host_driven_tests/DummyTest.py (right): https://codereview.chromium.org/23295006/diff/1/chrome/android/host_driven_tests/DummyTest.py#newcode16 chrome/android/host_driven_tests/DummyTest.py:16: return self._RunJavaTests(['DummyTest.testPass']) ...
7 years, 4 months ago (2013-08-19 20:46:58 UTC) #2
frankf
Marcus can you do a quick review here. The upside here is simplicity but it ...
7 years, 4 months ago (2013-08-19 21:14:41 UTC) #3
gkanwar1
I'll run the downstream tests when I get the change tomorrow. https://codereview.chromium.org/23295006/diff/1/chrome/android/host_driven_tests/DummyTest.py File chrome/android/host_driven_tests/DummyTest.py (right): ...
7 years, 4 months ago (2013-08-20 03:35:54 UTC) #4
bulach
lgtm, just one suggestion to avoid breakage and sheriffing headaches :) https://codereview.chromium.org/23295006/diff/1/build/android/pylib/host_driven/test_case.py File build/android/pylib/host_driven/test_case.py (right): ...
7 years, 4 months ago (2013-08-20 11:08:06 UTC) #5
gkanwar1
Just waiting to hear back from Marcus re: two-sided. https://codereview.chromium.org/23295006/diff/1/build/android/pylib/host_driven/test_case.py File build/android/pylib/host_driven/test_case.py (right): https://codereview.chromium.org/23295006/diff/1/build/android/pylib/host_driven/test_case.py#newcode99 build/android/pylib/host_driven/test_case.py:99: ...
7 years, 4 months ago (2013-08-20 15:45:33 UTC) #6
bulach
still lgtm, just one clarification inline: https://codereview.chromium.org/23295006/diff/1/build/android/pylib/host_driven/test_case.py File build/android/pylib/host_driven/test_case.py (right): https://codereview.chromium.org/23295006/diff/1/build/android/pylib/host_driven/test_case.py#newcode99 build/android/pylib/host_driven/test_case.py:99: def _RunJavaTests(self, test_filters): ...
7 years, 4 months ago (2013-08-20 15:53:10 UTC) #7
gkanwar
https://codereview.chromium.org/23295006/diff/1/build/android/pylib/host_driven/test_case.py File build/android/pylib/host_driven/test_case.py (right): https://codereview.chromium.org/23295006/diff/1/build/android/pylib/host_driven/test_case.py#newcode99 build/android/pylib/host_driven/test_case.py:99: def _RunJavaTests(self, test_filters): On 2013/08/20 15:53:10, bulach wrote: > ...
7 years, 4 months ago (2013-08-20 16:01:57 UTC) #8
gkanwar1
Updated to leave the old function in place. ptal, thanks!
7 years, 4 months ago (2013-08-20 18:49:56 UTC) #9
frankf
lgtm thanks
7 years, 4 months ago (2013-08-20 18:52:53 UTC) #10
gkanwar1
Thanks. Waiting on the last trybot, then I'll land this.
7 years, 4 months ago (2013-08-20 18:58:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gkanwar@chromium.org/23295006/2003
7 years, 4 months ago (2013-08-20 19:02:20 UTC) #12
commit-bot: I haz the power
7 years, 4 months ago (2013-08-20 19:04:29 UTC) #13
Message was sent while issue was closed.
Change committed as 218530

Powered by Google App Engine
This is Rietveld 408576698