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

Unified Diff: chrome/browser/ui/cocoa/tabpose_window_unittest.mm

Issue 10832391: Disable TabposeWindowTest.TestShow on MacOSX 10.7 (Closed) Base URL: svn://svn.chromium.org/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/ui/cocoa/tabpose_window_unittest.mm
diff --git a/chrome/browser/ui/cocoa/tabpose_window_unittest.mm b/chrome/browser/ui/cocoa/tabpose_window_unittest.mm
index 73eab29cee33ce99fb313f05e7d31a17bd9a81c7..0f99c0b9aba5a8b3daf9241ecd8341c0d2fb3956 100644
--- a/chrome/browser/ui/cocoa/tabpose_window_unittest.mm
+++ b/chrome/browser/ui/cocoa/tabpose_window_unittest.mm
@@ -35,6 +35,12 @@ class TabposeWindowTest : public CocoaProfileTest {
};
// Check that this doesn't leak.
+#if defined(MAC_OS_X_VERSION_10_7)
Nico 2012/08/20 14:53:11 Hm, this won't work. MAC_OS_X_VERSION_10_7 always
+// http://code.google.com/p/chromium/issues/detail?id=127845
+#define MAYBE_TestShow DISABLED_TestShow
+#else
+#define MAYBE_TestShow TestShow
+#endif
TEST_F(TabposeWindowTest, TestShow) {
NSWindow* parent = browser()->window()->GetNativeWindow();
« 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