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

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

Issue 10829430: Disable TabposeWindowTest.TestModelObserver on 10.7. It crashes flakily. (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 4013bae3483936b727a40a87211485c062af7063..e84d65e196178c9f772e6273def3268677ae92fb 100644
--- a/chrome/browser/ui/cocoa/tabpose_window_unittest.mm
+++ b/chrome/browser/ui/cocoa/tabpose_window_unittest.mm
@@ -63,6 +63,12 @@ TEST_F(TabposeWindowTest, TestShow) {
}
TEST_F(TabposeWindowTest, TestModelObserver) {
+ // Skip this test on 10.7
+ // http://code.google.com/p/chromium/issues/detail?id=127845
+ if (base::mac::IsOSLionOrLater()) {
+ return;
+ }
+
NSWindow* parent = browser()->window()->GetNativeWindow();
[parent orderFront:nil];
« 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