diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 17:21:18 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 17:21:18 +0000 |
commit | e75642a8f1dd697ee69dd4849f44d3ae85f51ca8 (patch) | |
tree | cd329f9f61d405dee5882e24953849fada6b0bd7 /ash/display/screen_position_controller_unittest.cc | |
parent | eb4b9550a3c201af19b51a648707cc1ffc04445d (diff) | |
download | chromium_src-e75642a8f1dd697ee69dd4849f44d3ae85f51ca8.zip chromium_src-e75642a8f1dd697ee69dd4849f44d3ae85f51ca8.tar.gz chromium_src-e75642a8f1dd697ee69dd4849f44d3ae85f51ca8.tar.bz2 |
Skip mulitple-display tests on win8
Re-enable tests that should pass on win7.
BUG=247427
Review URL: https://chromiumcodereview.appspot.com/16539005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/display/screen_position_controller_unittest.cc')
-rw-r--r-- | ash/display/screen_position_controller_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/display/screen_position_controller_unittest.cc b/ash/display/screen_position_controller_unittest.cc index 3bd0583..ba6f127 100644 --- a/ash/display/screen_position_controller_unittest.cc +++ b/ash/display/screen_position_controller_unittest.cc @@ -15,8 +15,8 @@ #include "ui/gfx/screen.h" #if defined(OS_WIN) -// TOD(mazda): UpdateDisplay does not work properly on Win. -// Fix this and enable tests. +// TODO(scottmg): RootWindow doesn't get resized immediately on Windows +// Ash. http://crbug.com/247916. #define MAYBE_ConvertHostPointToScreen DISABLED_ConvertHostPointToScreen #define MAYBE_ConvertHostPointToScreenHiDPI DISABLED_ConvertHostPointToScreenHiDPI #define MAYBE_ConvertHostPointToScreenRotate DISABLED_ConvertHostPointToScreenRotate |