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

Unified Diff: chrome/browser/extensions/api/downloads/downloads_api_unittest.cc

Issue 12208130: Disabling DownloadExtensionTest_Download_File and SearchWithinSpecialURL only for Windows Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | chrome/browser/ui/find_bar/find_bar_host_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
diff --git a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
index 4661acaaf42ec9d8f33a9ce043f942dbe5b2f195..d2d6cc91a0ab2f75ca4b5c29d055ef28a1b45d6a 100644
--- a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
+++ b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
@@ -1727,9 +1727,16 @@ IN_PROC_BROWSER_TEST_F(DownloadExtensionTest,
}
// Valid file URLs are valid URLs.
+#if defined(OS_WIN) && defined(USE_AURA)
// Disabled due to crbug.com/175711
+#define MAYBE_DownloadExtensionTest_Download_File \
+ DISABLED_DownloadExtensionTest_Download_File
+#else
+#define MAYBE_DownloadExtensionTest_Download_File \
+ DownloadExtensionTest_Download_File
+#endif
IN_PROC_BROWSER_TEST_F(DownloadExtensionTest,
- DISABLED_DownloadExtensionTest_Download_File) {
+ MAYBE_DownloadExtensionTest_Download_File) {
GoOnTheRecord();
CHECK(StartTestServer());
LoadExtension("downloads_split");
« no previous file with comments | « no previous file | chrome/browser/ui/find_bar/find_bar_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698