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

Issue 2207303002: Make the parser recognize 'process crash' and mark test results correctly. (Closed)

Created:
4 years, 4 months ago by BigBossZhiling
Modified:
4 years, 4 months ago
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

Make the parser recognize 'process crash' and mark test results correctly. Before the parser only recognize native crash, but not process crash. In this cl, process crash will be marked as 'CRASHED' instead of 'UNKNOWN'. BUG= Committed: https://crrev.com/419b412379e5db6d32858f31f22d1b1ebc6ab2da Cr-Commit-Position: refs/heads/master@{#409934}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix variable name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
BigBossZhiling
4 years, 4 months ago (2016-08-04 00:57:56 UTC) #2
mikecase (-- gone --)
What is the difference between a "process crash" and "native crash". Just curious. Do you ...
4 years, 4 months ago (2016-08-04 01:03:38 UTC) #4
jbudorick
On 2016/08/04 01:03:38, mikecase wrote: > What is the difference between a "process crash" and ...
4 years, 4 months ago (2016-08-04 01:06:39 UTC) #5
jbudorick
lgtm though
4 years, 4 months ago (2016-08-04 01:06:48 UTC) #6
chromium-reviews
I am curious too. What is the difference between process crash and native crash? On ...
4 years, 4 months ago (2016-08-04 01:08:09 UTC) #7
jbudorick
https://codereview.chromium.org/2207303002/diff/1/build/android/pylib/instrumentation/instrumentation_test_instance.py File build/android/pylib/instrumentation/instrumentation_test_instance.py (right): https://codereview.chromium.org/2207303002/diff/1/build/android/pylib/instrumentation/instrumentation_test_instance.py#newcode51 build/android/pylib/instrumentation/instrumentation_test_instance.py:51: _CRASH_RE = re.compile('(process|native) crash', re.IGNORECASE) er, nit: this should ...
4 years, 4 months ago (2016-08-04 01:23:53 UTC) #8
BigBossZhiling
https://codereview.chromium.org/2207303002/diff/1/build/android/pylib/instrumentation/instrumentation_test_instance.py File build/android/pylib/instrumentation/instrumentation_test_instance.py (right): https://codereview.chromium.org/2207303002/diff/1/build/android/pylib/instrumentation/instrumentation_test_instance.py#newcode51 build/android/pylib/instrumentation/instrumentation_test_instance.py:51: _CRASH_RE = re.compile('(process|native) crash', re.IGNORECASE) On 2016/08/04 01:23:53, jbudorick ...
4 years, 4 months ago (2016-08-04 22:30:34 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/2207303002/20001
4 years, 4 months ago (2016-08-04 22:30:50 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-04 23:34:04 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 23:35:47 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/419b412379e5db6d32858f31f22d1b1ebc6ab2da
Cr-Commit-Position: refs/heads/master@{#409934}

Powered by Google App Engine
This is Rietveld 408576698