summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/cookies_window_controller_unittest.mm
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 23:08:46 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 23:08:46 +0000
commit74fd94cc8b76c4b90eee88b03ab7b50f0f1c1903 (patch)
tree8c2fc7b7f476dbcebb7c48231db005ded2981c12 /chrome/browser/cocoa/cookies_window_controller_unittest.mm
parentbc39cda2639f31b9752601fca304092ccd7d0471 (diff)
downloadchromium_src-74fd94cc8b76c4b90eee88b03ab7b50f0f1c1903.zip
chromium_src-74fd94cc8b76c4b90eee88b03ab7b50f0f1c1903.tar.gz
chromium_src-74fd94cc8b76c4b90eee88b03ab7b50f0f1c1903.tar.bz2
Mark CookiesWindowControllerTest.RemoveButtonEnabled as flaky.
BUG=35327 TEST=Flaky on Mac Valgrind unit Review URL: http://codereview.chromium.org/603013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/cookies_window_controller_unittest.mm')
-rw-r--r--chrome/browser/cocoa/cookies_window_controller_unittest.mm8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/cookies_window_controller_unittest.mm b/chrome/browser/cocoa/cookies_window_controller_unittest.mm
index 70b90ca..224663f 100644
--- a/chrome/browser/cocoa/cookies_window_controller_unittest.mm
+++ b/chrome/browser/cocoa/cookies_window_controller_unittest.mm
@@ -445,7 +445,13 @@ TEST_F(CookiesWindowControllerTest, ClearBrowsingData) {
[mock verify];
}
-TEST_F(CookiesWindowControllerTest, RemoveButtonEnabled) {
+// This test has been flaky under Valgrind and turns the bot red since r38504.
+// Under Mac Tests 10.5, it occasionally reports:
+// malloc: *** error for object 0x31e0468: Non-aligned pointer being freed
+// *** set a breakpoint in malloc_error_break to debug
+// Attempts to reproduce locally were not successful. This code is likely
+// changing in the future, so it's marked flaky for now. http://crbug.com/35327
+TEST_F(CookiesWindowControllerTest, FLAKY_RemoveButtonEnabled) {
const GURL url = GURL("http://foo.com");
TestingProfile* profile = browser_helper_.profile();
net::CookieMonster* cm = profile->GetCookieMonster();