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

Unified Diff: ui/aura/window_unittest.cc

Issue 9314029: Marking WindowTest.MouseEventsOnWindowChange FAILS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 11 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: ui/aura/window_unittest.cc
diff --git a/ui/aura/window_unittest.cc b/ui/aura/window_unittest.cc
index b8d6121dcdf2e2c4eff9d0abaeae3d76a89223b8..6e7741a284ca9ff84a5d6c4b76bf1be6449a4d9f 100644
--- a/ui/aura/window_unittest.cc
+++ b/ui/aura/window_unittest.cc
@@ -1266,7 +1266,8 @@ TEST_F(WindowTest, VisibilityClientIsVisible) {
}
// Tests mouse events on window change.
-TEST_F(WindowTest, MouseEventsOnWindowChange) {
+// See http://crbug.com/112246
+TEST_F(WindowTest, FAILS_MouseEventsOnWindowChange) {
RootWindow* root_window = RootWindow::GetInstance();
gfx::Size size = root_window->GetHostSize();
« 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