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

Issue 11896050: [Android] Keep track of unknown test results at the TestRunner layer. (Closed)

Created:
7 years, 11 months ago by frankf
Modified:
7 years, 11 months ago
Reviewers:
craigdh, Yaron, Isaac (away)
CC:
chromium-reviews, klundberg+watch_chromium.org, frankf+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

[Android] Keep track of unknown test results at the TestRunner layer. If the entire gtest run crashes/failes/times out, the tests that were not run are marked as 'unknown'. These tests are reported by GetAllBroken() and are retried by BaseTestSharder. Get rid of overall_* flags which are now redundant. BUG=171466 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178345

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -61 lines) Patch
M build/android/pylib/base/base_test_sharder.py View 4 chunks +10 lines, -7 lines 0 comments Download
M build/android/pylib/base/test_result.py View 7 chunks +11 lines, -33 lines 0 comments Download
M build/android/pylib/gtest/single_test_runner.py View 1 chunk +9 lines, -9 lines 0 comments Download
M build/android/pylib/gtest/test_package.py View 5 chunks +1 line, -9 lines 0 comments Download
M build/android/pylib/utils/flakiness_dashboard_results_uploader.py View 1 chunk +4 lines, -1 line 0 comments Download
M build/android/run_tests.py View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
frankf
7 years, 11 months ago (2013-01-23 00:23:28 UTC) #1
frankf
7 years, 11 months ago (2013-01-23 19:01:59 UTC) #2
craigdh
7 years, 11 months ago (2013-01-23 19:02:48 UTC) #3
Looks good.

lgtm.

Powered by Google App Engine
This is Rietveld 408576698