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

Unified Diff: content/browser/fileapi/file_system_browsertest.cc

Issue 12090066: [content shell] ShellRenderProcessObserver no longer depends on WebTestInterfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable tests which depend on eventsender Created 7 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 | « content/browser/fileapi/blob_layout_browsertest.cc ('k') | content/shell/shell_content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/file_system_browsertest.cc
diff --git a/content/browser/fileapi/file_system_browsertest.cc b/content/browser/fileapi/file_system_browsertest.cc
index 72cb661e00e0689ba1b2b373077831a2f4cfcaea..e9fa9cfc865d92c36c458ecbc2977972130eaa74 100644
--- a/content/browser/fileapi/file_system_browsertest.cc
+++ b/content/browser/fileapi/file_system_browsertest.cc
@@ -108,13 +108,9 @@ IN_PROC_BROWSER_TEST_F(FileSystemLayoutTest, AsyncOperations) {
RunLayoutTest("async-operations.html");
}
-#if defined(OS_WIN)
-// Flaky timeouts on windows. http://crbug.com/172787
-# define MAYBE_CrossFilesystemOp DISABLED_CrossFilesystemOp
-#else
-# define MAYBE_CrossFilesystemOp CrossFilesystemOp
-#endif
-IN_PROC_BROWSER_TEST_F(FileSystemLayoutTest, MAYBE_CrossFilesystemOp) {
+// crbug.com/172787 for disabling on Windows (flaky), crbug.com/173079 for
+// temporary disabling everywhere.
+IN_PROC_BROWSER_TEST_F(FileSystemLayoutTest, DISABLED_CrossFilesystemOp) {
RunLayoutTest("cross-filesystem-op.html");
}
« no previous file with comments | « content/browser/fileapi/blob_layout_browsertest.cc ('k') | content/shell/shell_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698