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

Unified Diff: chrome/browser/content_settings/content_settings_browsertest.cc

Issue 10867088: Disable cookie content settings test on mac asan cause they're timing out there. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/content_settings/content_settings_browsertest.cc
===================================================================
--- chrome/browser/content_settings/content_settings_browsertest.cc (revision 153491)
+++ chrome/browser/content_settings/content_settings_browsertest.cc (working copy)
@@ -89,6 +89,9 @@
net::TestServer https_server_;
};
+// Timing out on Mac ASAN. http://crbug.com/145000
+#if !defined(OS_MACOSX) && !defined(ADDRESS_SANITIZER)
+
// Sanity check on cookies before we do other tests. While these can be written
// in content_browsertests, we want to verify Chrome's cookie storage and how it
// handles incognito windows.
@@ -135,6 +138,8 @@
GetDefaultCookieSetting(NULL));
}
+#endif // !defined(OS_MACOSX) && !defined(ADDRESS_SANITIZER)
+
// Verify that cookies can be allowed and set using exceptions for particular
// website(s) when all others are blocked.
IN_PROC_BROWSER_TEST_F(ContentSettingsTest, AllowCookiesUsingExceptions) {
« 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