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

Unified Diff: base/platform_file_unittest.cc

Issue 13934025: Android: Enable FileUtilProxyTest.Touch and PlatformFile.TouchGetInfoPlatformFile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: base/platform_file_unittest.cc
diff --git a/base/platform_file_unittest.cc b/base/platform_file_unittest.cc
index 36ec3ee53138147a949d886714a1bf3ff6046ac2..748387610f0436ca3ee90147e81dd3cc2482e114 100644
--- a/base/platform_file_unittest.cc
+++ b/base/platform_file_unittest.cc
@@ -262,7 +262,11 @@ TEST(PlatformFile, TruncatePlatformFile) {
}
// Flakily fails: http://crbug.com/86494
+#if defined(OS_ANDROID)
+TEST(PlatformFile, TouchGetInfoPlatformFile) {
+#else
TEST(PlatformFile, DISABLED_TouchGetInfoPlatformFile) {
+#endif
base::ScopedTempDir temp_dir;
ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
base::PlatformFile file = base::CreatePlatformFile(

Powered by Google App Engine
This is Rietveld 408576698