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

Unified Diff: chrome/browser/extensions/extension_apitest.cc

Issue 1134333003: Revert of Enable extension browser tests on debug windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: chrome/browser/extensions/extension_apitest.cc
diff --git a/chrome/browser/extensions/extension_apitest.cc b/chrome/browser/extensions/extension_apitest.cc
index f4baf2a2a381873d45f5f306c6a48d3b6838850e..c2e313943bbb01f82b3fbecbf13d141a5d946d33 100644
--- a/chrome/browser/extensions/extension_apitest.cc
+++ b/chrome/browser/extensions/extension_apitest.cc
@@ -205,7 +205,13 @@
}
bool ExtensionApiTest::ExtensionSubtestsAreSkipped() {
+ // See http://crbug.com/177163 for details.
+#if defined(OS_WIN) && !defined(NDEBUG)
+ LOG(WARNING) << "Workaround for 177163, prematurely returning";
+ return true;
+#else
return false;
+#endif
}
bool ExtensionApiTest::RunExtensionSubtest(const std::string& extension_name,
« 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