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

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

Issue 8536014: Mark FullscreenExitBubbleControllerTest.DenyExitsFullscreen as failing on Lion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/fullscreen_exit_bubble_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
index 65e3e93048ec4f38dc2fd18c0e0d688aec391bfb..9070011c6607ed7e0b1e0a9ea6dc5b6e2051d6f9 100644
--- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
@@ -4,6 +4,7 @@
#import "chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.h"
+#include "base/mac/mac_util.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_window.h"
#include "chrome/browser/ui/cocoa/browser_window_controller.h"
@@ -70,6 +71,9 @@ class FullscreenExitBubbleControllerTest : public CocoaProfileTest {
};
TEST_F(FullscreenExitBubbleControllerTest, DenyExitsFullscreen) {
+ if (base::mac::IsOSLionOrLater())
+ FAIL() << "This test crashes on Lion; http://crbug.com/103906";
+
CreateBrowserWindow();
AppendTabToStrip();
TabContents* fullscreen_tab = browser()->GetSelectedTabContents();
« 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