diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 21:57:33 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 21:57:33 +0000 |
commit | fe50512cd915b9d48237c940658ac7bbe7a088e5 (patch) | |
tree | fbdda99ebb253c6b51e37fb236b8b8864581fb55 /ash/ash.gyp | |
parent | c7a6442fbcc4ed7f4ea4c0f7d84ddf9cf8cd1618 (diff) | |
download | chromium_src-fe50512cd915b9d48237c940658ac7bbe7a088e5.zip chromium_src-fe50512cd915b9d48237c940658ac7bbe7a088e5.tar.gz chromium_src-fe50512cd915b9d48237c940658ac7bbe7a088e5.tar.bz2 |
Disable ash tests on Windows that rely on multiple displays or display resizing
Metro-style apps are specifically designed not to span multiple displays, so these tests don't make any sense (ref: http://blogs.msdn.com/b/b8/archive/2012/05/21/enhancing-windows-8-for-multiple-monitors.aspx) and fail running on win8.
R=ben@chromium.org
BUG=165962, 154081
Review URL: https://chromiumcodereview.appspot.com/11574008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 886a963..ecfa40c 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -623,6 +623,8 @@ ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'], # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906 ['exclude', 'focus_cycler_unittest.cc'], + # All tests for multiple displays: not supported on Windows Ash. + ['exclude', 'wm/drag_window_resizer_unittest.cc'], ], }], ['OS=="mac"', { |