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

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

Issue 2414673002: Disable two cocoa FramedBrowserWindowTest tests. (Closed)
Patch Set: Created 4 years, 2 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/framed_browser_window_unittest.mm
diff --git a/chrome/browser/ui/cocoa/framed_browser_window_unittest.mm b/chrome/browser/ui/cocoa/framed_browser_window_unittest.mm
index a75b94fb2ec6357377b5774286382c82ac8ffe6d..5e88e91d5140a9c473f964ec2d9e500c2f312bdd 100644
--- a/chrome/browser/ui/cocoa/framed_browser_window_unittest.mm
+++ b/chrome/browser/ui/cocoa/framed_browser_window_unittest.mm
@@ -71,7 +71,8 @@ TEST_F(FramedBrowserWindowTest, ShowAndClose) {
}
// Test that undocumented title-hiding API we're using does the job.
-TEST_F(FramedBrowserWindowTest, DoesHideTitle) {
+// TODO(crbug.com/655112): Fails on Mac 10.11 Tests.
+TEST_F(FramedBrowserWindowTest, DISABLED_DoesHideTitle) {
// The -display calls are not strictly necessary, but they do
// make it easier to see what's happening when debugging (without
// them the changes are never flushed to the screen).
@@ -102,7 +103,8 @@ TEST_F(FramedBrowserWindowTest, DoesHideTitle) {
}
// Test to make sure that our window widgets are in the right place.
-TEST_F(FramedBrowserWindowTest, WindowWidgetLocation) {
+// TODO(crbug.com/655112): Fails on Mac 10.11 Tests.
+TEST_F(FramedBrowserWindowTest, DISABLED_WindowWidgetLocation) {
BOOL yes = YES;
BOOL no = NO;
« 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