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

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

Issue 12812009: Disable ArgumentValidation test, as it crashes on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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/webstore_startup_installer_browsertest.cc
===================================================================
--- chrome/browser/extensions/webstore_startup_installer_browsertest.cc (revision 188321)
+++ chrome/browser/extensions/webstore_startup_installer_browsertest.cc (working copy)
@@ -146,7 +146,13 @@
RunTest("runTest");
}
-IN_PROC_BROWSER_TEST_F(WebstoreStartupInstallerTest, ArgumentValidation) {
+// Crashes at random intervals on MacOS: http://crbug.com/95713.
+#if defined(OS_MACOSX)
+#define Maybe_ArgumentValidation DISABLED_ArgumentValidation
+#else
+#define Maybe_ArgumentValidation ArgumentValidation
+#endif
+IN_PROC_BROWSER_TEST_F(WebstoreStartupInstallerTest, Maybe_ArgumentValidation) {
CommandLine::ForCurrentProcess()->AppendSwitchASCII(
switches::kAppsGalleryInstallAutoConfirmForTests, "cancel");
« 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