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

Unified Diff: build/android/pylib/base/base_test_result.py

Issue 2134523002: [Android] Revise SIGTERM and unknown test result handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always catch TestTerminated. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/pylib/local/device/local_device_test_run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/base/base_test_result.py
diff --git a/build/android/pylib/base/base_test_result.py b/build/android/pylib/base/base_test_result.py
index af4b71cfea1f8cac1c8b3c6dddd209e265519dcc..b8812656de65aafd7d7db8eca62dfef072ea5760 100644
--- a/build/android/pylib/base/base_test_result.py
+++ b/build/android/pylib/base/base_test_result.py
@@ -161,6 +161,7 @@ class TestRunResults(object):
"""
assert isinstance(result, BaseTestResult)
with self._results_lock:
+ self._results.discard(result)
self._results.add(result)
def AddResults(self, results):
« no previous file with comments | « no previous file | build/android/pylib/local/device/local_device_test_run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698