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

Unified Diff: chrome/test/gpu/gpu_crash_browsertest.cc

Issue 10272033: Disabling GPUCrashTest.Kill browser test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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: chrome/test/gpu/gpu_crash_browsertest.cc
===================================================================
--- chrome/test/gpu/gpu_crash_browsertest.cc (revision 134706)
+++ chrome/test/gpu/gpu_crash_browsertest.cc (working copy)
@@ -46,13 +46,8 @@
FilePath gpu_test_dir_;
};
-// Currently Kill timeout on GPU Debug bots: http://crbug.com/101513
-#if !defined(NDEBUG)
-#define MAYBE_Kill DISABLED_Kill
-#else
-#define MAYBE_Kill Kill
-#endif
-IN_PROC_BROWSER_TEST_F(GPUCrashTest, MAYBE_Kill) {
+// Currently Kill times out on GPU bots: http://crbug.com/101513
+IN_PROC_BROWSER_TEST_F(GPUCrashTest, DISABLED_Kill) {
ui_test_utils::DOMMessageQueue message_queue;
ui_test_utils::NavigateToURL(
« 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