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

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

Issue 4000005: autotest: Test new kernel signature generation (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: no really... 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
« no previous file with comments | « client/site_tests/logging_KernelCrash/logging_KernelCrash.py ('k') | 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 6e70e8173b4b9ef5ae3f1f0fdcc4ffe197222813..978bf124d9aba5aef9c938dccd9fb546597ec032 100644
--- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
+++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
@@ -245,6 +245,8 @@ class logging_UserCrash(site_crash_test.CrashTest):
raise error.TestFail('Sent the wrong minidump payload')
if result['meta_path'] != meta_path:
raise error.TestFail('Used the wrong meta file')
+ if result['sig'] is not None:
+ raise error.TestFail('User crash should not have signature')
# Check version matches.
lsb_release = utils.read_file('/etc/lsb-release')
« no previous file with comments | « client/site_tests/logging_KernelCrash/logging_KernelCrash.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698