Chromium Code Reviews| Index: base/platform_file_unittest.cc |
| diff --git a/base/platform_file_unittest.cc b/base/platform_file_unittest.cc |
| index 35afdf843afb5560e00969927f53d4f6d013edc9..6ce0d1c675979ea8a733588c8dc6b4cff2dd479e 100644 |
| --- a/base/platform_file_unittest.cc |
| +++ b/base/platform_file_unittest.cc |
| @@ -249,6 +249,11 @@ TEST(PlatformFile, TruncatePlatformFile) { |
| base::ClosePlatformFile(file); |
| } |
| +#if defined(OS_MACOSX) |
| +// Flakily fails: http://crbug.com/86494 |
| +#define MAYBE_TouchGetInfoPlatformFile \ |
| + FLAKY_TouchGetInfoPlatformFile |
|
joth
2011/06/17 14:08:27
this will go on one line
Leandro Gracia Gil
2011/06/17 14:12:44
Done.
|
| +#endif |
|
joth
2011/06/17 14:08:27
and a default else clause mapping MAYBE_TouchGetIn
Leandro Gracia Gil
2011/06/17 14:12:44
Done.
|
| TEST(PlatformFile, TouchGetInfoPlatformFile) { |
|
joth
2011/06/17 14:08:27
rename the test to MAYBE_TouchGetInfoPlatformFile
Leandro Gracia Gil
2011/06/17 14:12:44
Done.
|
| ScopedTempDir temp_dir; |
| ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); |