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

Issue 2251863003: Add tombstones as part of json-results-file for android instr tests. (Closed)

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

Description

Add tombstones as part of json-results-file for android instr tests. When a testcase crashes, a tombstone will be created. However in the json-results-file, the tombstone information was not included. In this cl, tombstones becomes a part of json-results-file. BUG=631213 Committed: https://crrev.com/6fd77f58bc7711f0b4e701b1d3562076c1756e49 Cr-Commit-Position: refs/heads/master@{#413646}

Patch Set 1 #

Total comments: 6

Patch Set 2 : moved tombstone to base test result #

Total comments: 4

Patch Set 3 : address comments #

Total comments: 2

Patch Set 4 : minor fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -7 lines) Patch
M build/android/pylib/base/base_test_result.py View 1 2 chunks +6 lines, -0 lines 0 comments Download
M build/android/pylib/instrumentation/test_result.py View 1 1 chunk +0 lines, -4 lines 0 comments Download
M build/android/pylib/results/json_results.py View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (8 generated)
BigBossZhiling
4 years, 4 months ago (2016-08-17 00:42:53 UTC) #3
jbudorick
https://codereview.chromium.org/2251863003/diff/1/build/android/pylib/instrumentation/test_result.py File build/android/pylib/instrumentation/test_result.py (left): https://codereview.chromium.org/2251863003/diff/1/build/android/pylib/instrumentation/test_result.py#oldcode31 build/android/pylib/instrumentation/test_result.py:31: self._tombstones = None I think this should stay None. ...
4 years, 4 months ago (2016-08-17 04:14:31 UTC) #4
BigBossZhiling
https://codereview.chromium.org/2251863003/diff/1/build/android/pylib/instrumentation/test_result.py File build/android/pylib/instrumentation/test_result.py (left): https://codereview.chromium.org/2251863003/diff/1/build/android/pylib/instrumentation/test_result.py#oldcode31 build/android/pylib/instrumentation/test_result.py:31: self._tombstones = None On 2016/08/17 04:14:30, jbudorick wrote: > ...
4 years, 4 months ago (2016-08-17 23:20:04 UTC) #5
BigBossZhiling
4 years, 4 months ago (2016-08-18 19:34:35 UTC) #6
jbudorick
https://codereview.chromium.org/2251863003/diff/20001/build/android/pylib/results/json_results.py File build/android/pylib/results/json_results.py (right): https://codereview.chromium.org/2251863003/diff/20001/build/android/pylib/results/json_results.py#newcode104 build/android/pylib/results/json_results.py:104: } left four spaces https://codereview.chromium.org/2251863003/diff/20001/build/android/pylib/results/json_results.py#newcode105 build/android/pylib/results/json_results.py:105: if r.GetTombstones(): You ...
4 years, 4 months ago (2016-08-18 19:36:18 UTC) #7
BigBossZhiling
4 years, 4 months ago (2016-08-18 22:09:45 UTC) #8
BigBossZhiling
https://codereview.chromium.org/2251863003/diff/20001/build/android/pylib/results/json_results.py File build/android/pylib/results/json_results.py (right): https://codereview.chromium.org/2251863003/diff/20001/build/android/pylib/results/json_results.py#newcode104 build/android/pylib/results/json_results.py:104: } On 2016/08/18 19:36:18, jbudorick wrote: > left four ...
4 years, 4 months ago (2016-08-18 22:12:06 UTC) #9
jbudorick
lgtm w/ nit https://codereview.chromium.org/2251863003/diff/40001/build/android/pylib/results/json_results.py File build/android/pylib/results/json_results.py (right): https://codereview.chromium.org/2251863003/diff/40001/build/android/pylib/results/json_results.py#newcode105 build/android/pylib/results/json_results.py:105: result_dict['tombstones'] = r.GetTombstones() or '' nit: ...
4 years, 4 months ago (2016-08-19 01:03:53 UTC) #10
BigBossZhiling
https://codereview.chromium.org/2251863003/diff/40001/build/android/pylib/results/json_results.py File build/android/pylib/results/json_results.py (right): https://codereview.chromium.org/2251863003/diff/40001/build/android/pylib/results/json_results.py#newcode105 build/android/pylib/results/json_results.py:105: result_dict['tombstones'] = r.GetTombstones() or '' On 2016/08/19 01:03:53, jbudorick ...
4 years, 4 months ago (2016-08-19 22:37:53 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2251863003/60001
4 years, 4 months ago (2016-08-19 22:38:45 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/126240)
4 years, 4 months ago (2016-08-20 02:58:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2251863003/60001
4 years, 4 months ago (2016-08-23 01:05:20 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-23 02:42:30 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 02:45:18 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6fd77f58bc7711f0b4e701b1d3562076c1756e49
Cr-Commit-Position: refs/heads/master@{#413646}

Powered by Google App Engine
This is Rietveld 408576698