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

Unified Diff: ui/aura/window_unittest.cc

Issue 9314021: Temporarily disable mouse move synthesis on win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-enable test 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 | « ui/aura/root_window.cc ('k') | 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 6e7741a284ca9ff84a5d6c4b76bf1be6449a4d9f..1e59c2d6d1962f3e364d09f8d965f2aa170a783b 100644
--- a/ui/aura/window_unittest.cc
+++ b/ui/aura/window_unittest.cc
@@ -1265,9 +1265,11 @@ TEST_F(WindowTest, VisibilityClientIsVisible) {
EXPECT_TRUE(window->layer()->visible());
}
+#if !defined(OS_WIN)
+// Temporarily disabled for windows. See crbug.com/112222.
+
// Tests mouse events on window change.
-// See http://crbug.com/112246
-TEST_F(WindowTest, FAILS_MouseEventsOnWindowChange) {
+TEST_F(WindowTest, MouseEventsOnWindowChange) {
RootWindow* root_window = RootWindow::GetInstance();
gfx::Size size = root_window->GetHostSize();
@@ -1342,6 +1344,7 @@ TEST_F(WindowTest, FAILS_MouseEventsOnWindowChange) {
RunAllPendingInMessageLoop();
EXPECT_EQ("1 1 0", d1.GetMouseCountsAndReset());
}
+#endif
class StackingMadrigalLayoutManager : public LayoutManager {
public:
« no previous file with comments | « ui/aura/root_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698