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

Unified Diff: server/site_tests/suites/control.regression

Issue 6877110: Renable platform_KernelErrorPaths. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Quotes. 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/suites/control.regression
diff --git a/server/site_tests/suites/control.regression b/server/site_tests/suites/control.regression
index 1af3f8c094af3b6df41d4f6055fe3ff1c6bb81cb..52225cbbb4c3233bfc16bf6ec1247ab01705e3e6 100644
--- a/server/site_tests/suites/control.regression
+++ b/server/site_tests/suites/control.regression
@@ -124,10 +124,9 @@ def run_assigned_tests(machine):
if not client_attributes.has_resume_bug:
client_at.run_test('power_Resume')
-# TODO(msb): re-enable KernelErrorPaths, see http://crosbug.com/7679
-# job.run_test("platform_KernelErrorPaths", host=client)
+ job.run_test('platform_KernelErrorPaths', host=client)
if client_attributes.has_chromeos_firmware:
- job.run_test("logging_KernelCrashServer", host=client)
+ job.run_test('logging_KernelCrashServer', host=client)
# This test stops tcsd which is known to cause issues with cryptohome and
# possibly other services. Specifically, cros_ui_test based tests will fail;
« 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