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

Unified Diff: chrome/views/view_unittest.cc

Issue 75017: Disabling a unit-test that fails (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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/views/view_unittest.cc
===================================================================
--- chrome/views/view_unittest.cc (revision 13794)
+++ chrome/views/view_unittest.cc (working copy)
@@ -774,7 +774,9 @@
// Tests that the mouse-wheel messages are correctly rerouted to the window
// under the mouse.
-TEST_F(ViewTest, RerouteMouseWheelTest) {
+// TODO(jcampan): http://crbug.com/10572 Disabled as it fails on the Vista build
+// bot.
+TEST_F(ViewTest, DISABLED_RerouteMouseWheelTest) {
TestViewWithControls* view_with_controls = new TestViewWithControls();
views::Window* window1 =
views::Window::CreateChromeWindow(
« 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