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

Unified Diff: chrome/browser/task_manager/task_manager_browsertest.cc

Issue 7621009: Disable TaskManagerBrowserTest.ShutdownWhileOpen on ChromeOS, it actually crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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: chrome/browser/task_manager/task_manager_browsertest.cc
diff --git a/chrome/browser/task_manager/task_manager_browsertest.cc b/chrome/browser/task_manager/task_manager_browsertest.cc
index ab95d3ce9d853430af82f835c7959f5aa12f8fac..76bb777099babbdea8b878e7e05c3b72d0d36b84 100644
--- a/chrome/browser/task_manager/task_manager_browsertest.cc
+++ b/chrome/browser/task_manager/task_manager_browsertest.cc
@@ -56,10 +56,10 @@ class TaskManagerBrowserTest : public ExtensionBrowserTest {
}
};
-// Flaky on ChromeOS (triggers pure virtual function call), see
+// Flaky crashes on ChromeOS (triggers pure virtual function call), see
// http://crbug.com/92297 for details
#if defined(OS_CHROMEOS)
-#define MAYBE_ShutdownWhileOpen FLAKY_ShutdownWhileOpen
+#define MAYBE_ShutdownWhileOpen DISABLED_ShutdownWhileOpen
#else
#define MAYBE_ShutdownWhileOpen ShutdownWhileOpen
#endif
« 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