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

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

Issue 4113004: autotest: Test new crash_reporter error diagnostics (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Add signature for error logs Created 10 years, 2 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
Index: client/site_tests/logging_KernelCrash/logging_KernelCrash.py
diff --git a/client/site_tests/logging_KernelCrash/logging_KernelCrash.py b/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
index 1e7881956422b96496dfb96c3e82772361e9e7bf..f9ba990db99847d2cb0d44b091280629f5ac9f64 100644
--- a/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
+++ b/client/site_tests/logging_KernelCrash/logging_KernelCrash.py
@@ -65,7 +65,7 @@ class logging_KernelCrash(site_crash_test.CrashTest):
else:
if kcrash_report is not None:
raise error.TestFail('Should not have found kcrash filename')
- if announce_match.group(2) != 'ignoring':
+ if announce_match.group(2) != 'ignoring - no consent':
raise error.TestFail('Did not announce ignoring of kcrash')
return

Powered by Google App Engine
This is Rietveld 408576698