Commit 39f6d671 authored by sky@chromium.org's avatar sky@chromium.org

Disables a couple more a11y tests that keey timing out.

BUG=106957
TEST=none
R=dmazzoni@chromium.org
TBR=dmazzoni@chromium.org

Review URL: http://codereview.chromium.org/8893002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113810 0039d316-1c4b-4281-b951-d872f2087c98
parent 72f08de6
...@@ -326,9 +326,9 @@ void AccessibleChecker::CheckAccessibleChildren(IAccessible* parent) { ...@@ -326,9 +326,9 @@ void AccessibleChecker::CheckAccessibleChildren(IAccessible* parent) {
} }
} }
// See http://crbug.com/102725 // See http://crbug.com/102725 and http://crbug.com/106957.
IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
FAILS_TestRendererAccessibilityTree) { DISABLED_TestRendererAccessibilityTree) {
ui_test_utils::WindowedNotificationObserver tree_updated_observer1( ui_test_utils::WindowedNotificationObserver tree_updated_observer1(
content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED, content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
content::NotificationService::AllSources()); content::NotificationService::AllSources());
...@@ -597,8 +597,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, ...@@ -597,8 +597,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
document_checker.CheckAccessible(GetRendererAccessible()); document_checker.CheckAccessible(GetRendererAccessible());
} }
// Disabled, see http://crbug.com/106957 .
IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
TestNotificationValueChanged) { DISABLED_TestNotificationValueChanged) {
ui_test_utils::WindowedNotificationObserver tree_updated_observer1( ui_test_utils::WindowedNotificationObserver tree_updated_observer1(
content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED, content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
content::NotificationService::AllSources()); content::NotificationService::AllSources());
...@@ -639,8 +640,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, ...@@ -639,8 +640,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
// If you made a change and this test now fails, check that the NativeViewHost // If you made a change and this test now fails, check that the NativeViewHost
// that wraps the tab contents returns the IAccessible implementation // that wraps the tab contents returns the IAccessible implementation
// provided by RenderWidgetHostViewWin in GetNativeViewAccessible(). // provided by RenderWidgetHostViewWin in GetNativeViewAccessible().
// Disabled, see http://crbug.com/106957 .
IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
ContainsRendererAccessibilityTree) { DISABLED_ContainsRendererAccessibilityTree) {
ui_test_utils::WindowedNotificationObserver tree_updated_observer1( ui_test_utils::WindowedNotificationObserver tree_updated_observer1(
content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED, content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
content::NotificationService::AllSources()); content::NotificationService::AllSources());
...@@ -667,8 +669,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, ...@@ -667,8 +669,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
ASSERT_EQ(found, true); ASSERT_EQ(found, true);
} }
// Disabled, see http://crbug.com/106957 .
IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
SupportsISimpleDOM) { DISABLED_SupportsISimpleDOM) {
ui_test_utils::WindowedNotificationObserver tree_updated_observer1( ui_test_utils::WindowedNotificationObserver tree_updated_observer1(
content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED, content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
content::NotificationService::AllSources()); content::NotificationService::AllSources());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment