diff options
author | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-25 21:55:01 +0000 |
---|---|---|
committer | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-25 21:55:01 +0000 |
commit | b5f5eab44518e8c750418cd6e8a903d08f059ac6 (patch) | |
tree | 23980d87633a5f601d00908ed9c7902e1319341d /chrome/test | |
parent | dd21c5122dec451d57c35d305e441d1aa7dccb9c (diff) | |
download | chromium_src-b5f5eab44518e8c750418cd6e8a903d08f059ac6.zip chromium_src-b5f5eab44518e8c750418cd6e8a903d08f059ac6.tar.gz chromium_src-b5f5eab44518e8c750418cd6e8a903d08f059ac6.tar.bz2 |
Move the BrowserViewsAccessibilityTest and AccessibilityWinBrowserTest tests from browser_tests to interactive_ui_tests.
Currently the AccessibleObjectFromWindow API used in these tests is failing with E_FAIL. I'm moving these tests to be run on a machine where a user is always logged in.
BUG=44486,44546,
TEST=none
Review URL: http://codereview.chromium.org/2185002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/interactive_ui/interactive_ui_tests.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/interactive_ui/interactive_ui_tests.gypi b/chrome/test/interactive_ui/interactive_ui_tests.gypi index a90c48b..20166a2 100644 --- a/chrome/test/interactive_ui/interactive_ui_tests.gypi +++ b/chrome/test/interactive_ui/interactive_ui_tests.gypi @@ -136,6 +136,9 @@ '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', + + '<(DEPTH)/chrome/browser/accessibility_win_browsertest.cc', + '<(DEPTH)/chrome/browser/views/browser_views_accessibility_browsertest.cc', ], 'conditions': [ ['win_use_allocator_shim==1', { |