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

Unified Diff: base/platform_file_unittest.cc

Issue 9310032: Mark PlatformFile.TouchGetInfoPlatformFile as flaky on all platform. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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: base/platform_file_unittest.cc
===================================================================
--- base/platform_file_unittest.cc (revision 120067)
+++ base/platform_file_unittest.cc (working copy)
@@ -259,13 +259,8 @@
base::ClosePlatformFile(file);
}
-#if defined(OS_MACOSX)
// Flakily fails: http://crbug.com/86494
-#define MAYBE_TouchGetInfoPlatformFile FLAKY_TouchGetInfoPlatformFile
-#else
-#define MAYBE_TouchGetInfoPlatformFile TouchGetInfoPlatformFile
-#endif
-TEST(PlatformFile, MAYBE_TouchGetInfoPlatformFile) {
+TEST(PlatformFile, FLAKY_TouchGetInfoPlatformFile) {
ScopedTempDir temp_dir;
ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
base::PlatformFile file = base::CreatePlatformFile(
« 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