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

Unified Diff: client/cros/cros_ui_test.py

Issue 6745001: Add piglit autotest (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: fix crash parsing problem in UITest Created 9 years, 8 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 | client/deps/piglit/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/cros_ui_test.py
diff --git a/client/cros/cros_ui_test.py b/client/cros/cros_ui_test.py
index 85965db0e388ee62fd18b1ff81687112db5cac21..f200ef2cbc98a67263b6abf28c0610e3a6b8b3ff 100644
--- a/client/cros/cros_ui_test.py
+++ b/client/cros/cros_ui_test.py
@@ -324,7 +324,7 @@ class UITest(test.test):
"""
logout_start_regex = re.compile(login.LOGOUT_ATTEMPT_MSG)
crash_regex = re.compile(
- 'Received crash notification for (\w+).+ (sig \d+)')
+ 'Received crash notification for ([-\w]+).+ (sig \d+)')
logout_complete_regex = re.compile(login.LOGOUT_COMPLETE_MSG)
in_logout = False
« no previous file with comments | « no previous file | client/deps/piglit/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698