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

Issue 11365134: Android: Fix invocations of TestResult.LogFull (Closed)

Created:
8 years, 1 month ago by nilesh
Modified:
8 years, 1 month ago
Reviewers:
Yaron, Isaac (away), frankf
CC:
chromium-reviews, peter+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Android: Fix invocations of TestResult.LogFull Also remove the tests_to_run output from summay if we do not have the list of tests. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166602

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M build/android/pylib/test_result.py View 1 2 chunks +3 lines, -2 lines 2 comments Download
M build/android/run_monkey_test.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
nilesh
8 years, 1 month ago (2012-11-07 18:39:08 UTC) #1
frankf
LGTM with nit. http://codereview.chromium.org/11365134/diff/1/build/android/pylib/test_result.py File build/android/pylib/test_result.py (right): http://codereview.chromium.org/11365134/diff/1/build/android/pylib/test_result.py#newcode180 build/android/pylib/test_result.py:180: if len(tests_to_run) != 0: if tests_to_run: ...
8 years, 1 month ago (2012-11-07 19:14:32 UTC) #2
Isaac (away)
Why are we disabling this check on monkey tests? Can we pass 'available_tests' instead of ...
8 years, 1 month ago (2012-11-07 19:17:21 UTC) #3
nilesh
Using available_tests. http://codereview.chromium.org/11365134/diff/1/build/android/pylib/test_result.py File build/android/pylib/test_result.py (right): http://codereview.chromium.org/11365134/diff/1/build/android/pylib/test_result.py#newcode180 build/android/pylib/test_result.py:180: if len(tests_to_run) != 0: On 2012/11/07 19:14:32, ...
8 years, 1 month ago (2012-11-07 19:28:57 UTC) #4
Isaac (away)
http://codereview.chromium.org/11365134/diff/8001/build/android/pylib/test_result.py File build/android/pylib/test_result.py (right): http://codereview.chromium.org/11365134/diff/8001/build/android/pylib/test_result.py#newcode180 build/android/pylib/test_result.py:180: if tests_to_run: I think we can remove these checks ...
8 years, 1 month ago (2012-11-07 19:32:37 UTC) #5
nilesh
http://codereview.chromium.org/11365134/diff/8001/build/android/pylib/test_result.py File build/android/pylib/test_result.py (right): http://codereview.chromium.org/11365134/diff/8001/build/android/pylib/test_result.py#newcode180 build/android/pylib/test_result.py:180: if tests_to_run: Actual list of tests is not passed ...
8 years, 1 month ago (2012-11-07 19:35:26 UTC) #6
Isaac (away)
k, lets file a bug to fix the run_instrumentation_test case.
8 years, 1 month ago (2012-11-07 19:41:37 UTC) #7
nilesh
Created bug: crbug.com/159952
8 years, 1 month ago (2012-11-08 00:09:58 UTC) #8
Yaron
lgtm
8 years, 1 month ago (2012-11-08 00:59:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/11365134/8001
8 years, 1 month ago (2012-11-08 00:59:55 UTC) #10
Isaac (away)
lgTM
8 years, 1 month ago (2012-11-08 01:01:16 UTC) #11
commit-bot: I haz the power
8 years, 1 month ago (2012-11-08 04:39:10 UTC) #12
Change committed as 166602

Powered by Google App Engine
This is Rietveld 408576698