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

Unified Diff: client/site_tests/logging_UserCrash/logging_UserCrash.py

Issue 6625038: Enhance logging_UserCrash to detect problems with crash reporting setup (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Detect bad core pattern in logging_UserCrash Created 9 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/logging_UserCrash/logging_UserCrash.py
diff --git a/client/site_tests/logging_UserCrash/logging_UserCrash.py b/client/site_tests/logging_UserCrash/logging_UserCrash.py
index 4c963919ce9d66729d21f9523056313b1296ddad..6f8a451c2a9ba02f820f2f8ccefafde62b9c8209 100644
--- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
+++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
@@ -670,6 +670,13 @@ class logging_UserCrash(crash_test.CrashTest):
def run_once(self):
self._prepare_crasher()
self._populate_symbols()
+
+ # Run the test once without re-initializing
+ # to catch problems with the default crash reporting setup
+ self.run_crash_tests(['reporter_startup'],
+ initialize_crash_reporter = False,
+ must_run_all = False)
+
self.run_crash_tests(['reporter_startup',
'reporter_shutdown',
'no_crash',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698