diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 22:38:33 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 22:38:33 +0000 |
commit | d38f406f5a59db0a8bbdd725028237bfbded6009 (patch) | |
tree | b28f49092a17aa479894223e73bbf6d00f112849 /chrome/views/view_unittest.cc | |
parent | 719c4d7b4635a8ef8a8aa704ad01251a5732e329 (diff) | |
download | chromium_src-d38f406f5a59db0a8bbdd725028237bfbded6009.zip chromium_src-d38f406f5a59db0a8bbdd725028237bfbded6009.tar.gz chromium_src-d38f406f5a59db0a8bbdd725028237bfbded6009.tar.bz2 |
The new unit-test that test mouse-wheel rerouting and that was added in my last CL fails on the Vista build-bot.
Temporarily disabling it.
Filed a bug 10572.
TBR=paul
Review URL: http://codereview.chromium.org/75017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/view_unittest.cc')
-rw-r--r-- | chrome/views/view_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/views/view_unittest.cc b/chrome/views/view_unittest.cc index 8b57200..9fbf481 100644 --- a/chrome/views/view_unittest.cc +++ b/chrome/views/view_unittest.cc @@ -774,7 +774,9 @@ class SimpleWindowDelegate : public WindowDelegate { // 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( |