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

Issue 10310046: Detect crashes while running native tests in APK. (Closed)

Created:
8 years, 7 months ago by nilesh
Modified:
8 years, 7 months ago
Reviewers:
John Grabowski, Yaron
CC:
chromium-reviews
Visibility:
Public.

Description

Detect crashes while running native tests in APK. Adding signal handlers (for fatal signals) to output a marker indicating that the test crashed. BUG=125059 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136050

Patch Set 1 #

Total comments: 14

Patch Set 2 : Addressed comments #

Total comments: 8

Patch Set 3 : Addressed comments and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -14 lines) Patch
M build/android/run_tests.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/single_test_runner.py View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M build/android/test_package.py View 1 2 3 chunks +17 lines, -5 lines 0 comments Download
M build/android/test_result.py View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
M testing/android/native_test_launcher.cc View 1 2 3 chunks +41 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
nilesh
8 years, 7 months ago (2012-05-07 18:48:15 UTC) #1
John Grabowski
http://codereview.chromium.org/10310046/diff/1/build/android/run_tests.py File build/android/run_tests.py (right): http://codereview.chromium.org/10310046/diff/1/build/android/run_tests.py#newcode196 build/android/run_tests.py:196: return TestResults.FromOkFailedAndCrashed( Seems a bit verbose now; how about ...
8 years, 7 months ago (2012-05-07 19:22:15 UTC) #2
Yaron
lg but wait for jrg http://codereview.chromium.org/10310046/diff/1/testing/android/native_test_launcher.cc File testing/android/native_test_launcher.cc (right): http://codereview.chromium.org/10310046/diff/1/testing/android/native_test_launcher.cc#newcode29 testing/android/native_test_launcher.cc:29: // The list of ...
8 years, 7 months ago (2012-05-07 19:22:19 UTC) #3
nilesh
http://codereview.chromium.org/10310046/diff/1/build/android/run_tests.py File build/android/run_tests.py (right): http://codereview.chromium.org/10310046/diff/1/build/android/run_tests.py#newcode196 build/android/run_tests.py:196: return TestResults.FromOkFailedAndCrashed( On 2012/05/07 19:22:15, John Grabowski wrote: > ...
8 years, 7 months ago (2012-05-08 01:38:10 UTC) #4
John Grabowski
LGTM with style nits http://codereview.chromium.org/10310046/diff/1/build/android/test_package.py File build/android/test_package.py (right): http://codereview.chromium.org/10310046/diff/1/build/android/test_package.py#newcode138 build/android/test_package.py:138: re_crash = re.compile('\[ CRASHED \](.*)\r\n') ...
8 years, 7 months ago (2012-05-08 12:54:10 UTC) #5
nilesh
Thanks for the review. http://codereview.chromium.org/10310046/diff/1/build/android/test_package.py File build/android/test_package.py (right): http://codereview.chromium.org/10310046/diff/1/build/android/test_package.py#newcode138 build/android/test_package.py:138: re_crash = re.compile('\[ CRASHED \](.*)\r\n') ...
8 years, 7 months ago (2012-05-08 22:18:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/10310046/13001
8 years, 7 months ago (2012-05-08 22:32:22 UTC) #7
commit-bot: I haz the power
Try job failure for 10310046-13001 (retry) (retry) (retry) on win_rel for step "compile" (clobber build). ...
8 years, 7 months ago (2012-05-09 02:29:59 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/10310046/13001
8 years, 7 months ago (2012-05-09 15:42:08 UTC) #9
commit-bot: I haz the power
8 years, 7 months ago (2012-05-09 16:59:16 UTC) #10
Change committed as 136050

Powered by Google App Engine
This is Rietveld 408576698