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

Unified Diff: base/process_util_unittest.cc

Issue 9386014: Flakiness cleanup: disable flaky tests under base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « base/platform_file_unittest.cc ('k') | base/shared_memory_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_unittest.cc
diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
index 23f994065e58d7020090e1e6ef81f80585fcd919..399f824231ad8b67cae6a459a015d8779a214831 100644
--- a/base/process_util_unittest.cc
+++ b/base/process_util_unittest.cc
@@ -146,13 +146,7 @@ TEST_F(ProcessUtilTest, KillSlowChild) {
}
// Times out on Linux and Win, flakes on other platforms, http://crbug.com/95058
-#if defined(OS_LINUX) || defined(OS_WIN)
-#define MAYBE_GetTerminationStatusExit DISABLED_GetTerminationStatusExit
-#else
-#define MAYBE_GetTerminationStatusExit FLAKY_GetTerminationStatusExit
-#endif
-
-TEST_F(ProcessUtilTest, MAYBE_GetTerminationStatusExit) {
+TEST_F(ProcessUtilTest, DISABLED_GetTerminationStatusExit) {
remove(kSignalFileSlow);
base::ProcessHandle handle = this->SpawnChild("SlowChildProcess", false);
ASSERT_NE(base::kNullProcessHandle, handle);
« no previous file with comments | « base/platform_file_unittest.cc ('k') | base/shared_memory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698