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

Unified Diff: base/files/file_path_watcher_browsertest.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/file_util_unittest.cc ('k') | base/metrics/stats_table_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/files/file_path_watcher_browsertest.cc
diff --git a/base/files/file_path_watcher_browsertest.cc b/base/files/file_path_watcher_browsertest.cc
index f0f789a9f04e59a072f954f5cf4f1eac568410f2..e7593adf07bcb65f093f07df8f18b6eb973101e8 100644
--- a/base/files/file_path_watcher_browsertest.cc
+++ b/base/files/file_path_watcher_browsertest.cc
@@ -270,7 +270,7 @@ TEST_F(FilePathWatcherTest, DeleteDuringNotify) {
// notification.
// Flaky on MacOS. http://crbug.com/85930
#if defined(OS_MACOSX)
-#define MAYBE_DestroyWithPendingNotification FLAKY_DestroyWithPendingNotification
+#define MAYBE_DestroyWithPendingNotification DISABLED_DestroyWithPendingNotification
#else
#define MAYBE_DestroyWithPendingNotification DestroyWithPendingNotification
#endif
@@ -352,7 +352,7 @@ TEST_F(FilePathWatcherTest, DirectoryChain) {
#if defined(OS_MACOSX)
// http://crbug.com/85930
-#define DisappearingDirectory FLAKY_DisappearingDirectory
+#define DisappearingDirectory DISABLED_DisappearingDirectory
#endif
TEST_F(FilePathWatcherTest, DisappearingDirectory) {
FilePathWatcher watcher;
« no previous file with comments | « base/file_util_unittest.cc ('k') | base/metrics/stats_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698