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

Unified Diff: ash/wm/root_window_event_filter_unittest.cc

Issue 9585028: Mac Aura fails compile and some tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « ash/wm/compact_layout_manager_unittest.cc ('k') | ash/wm/toplevel_window_event_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/root_window_event_filter_unittest.cc
diff --git a/ash/wm/root_window_event_filter_unittest.cc b/ash/wm/root_window_event_filter_unittest.cc
index efc2820d7dc151bc8cb8a7f156b23b0d9bd91377..443d497eff28c9a7d371204adcad696e22863459 100644
--- a/ash/wm/root_window_event_filter_unittest.cc
+++ b/ash/wm/root_window_event_filter_unittest.cc
@@ -413,7 +413,12 @@ TEST_F(RootWindowEventFilterTest, MouseEventCursors) {
EXPECT_EQ(aura::kCursorNull, root_window->last_cursor());
}
-TEST_F(RootWindowEventFilterTest, TransformActivate) {
+#if defined(OS_MACOSX)
+#define MAYBE_TransformActivate FAILS_TransformActivate
+#else
+#define MAYBE_TransformActivate TransformActivate
+#endif
+TEST_F(RootWindowEventFilterTest, MAYBE_TransformActivate) {
aura::RootWindow* root_window = Shell::GetRootWindow();
gfx::Size size = root_window->GetHostSize();
EXPECT_EQ(gfx::Rect(size),
« no previous file with comments | « ash/wm/compact_layout_manager_unittest.cc ('k') | ash/wm/toplevel_window_event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698