Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: chrome/browser/accessibility/accessibility_win_browsertest.cc

Issue 8893002: Disables a couple more a11y tests that keey timing out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/accessibility/accessibility_win_browsertest.cc
diff --git a/chrome/browser/accessibility/accessibility_win_browsertest.cc b/chrome/browser/accessibility/accessibility_win_browsertest.cc
index 1b78409b7c874c7e254ac48294d81af8539c0f9b..487baaa6b381f0169c3d321585ae20343d4bb4a9 100644
--- a/chrome/browser/accessibility/accessibility_win_browsertest.cc
+++ b/chrome/browser/accessibility/accessibility_win_browsertest.cc
@@ -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,
- FAILS_TestRendererAccessibilityTree) {
+ DISABLED_TestRendererAccessibilityTree) {
ui_test_utils::WindowedNotificationObserver tree_updated_observer1(
content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
content::NotificationService::AllSources());
@@ -597,8 +597,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
document_checker.CheckAccessible(GetRendererAccessible());
}
+// Disabled, see http://crbug.com/106957 .
IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
- TestNotificationValueChanged) {
+ DISABLED_TestNotificationValueChanged) {
ui_test_utils::WindowedNotificationObserver tree_updated_observer1(
content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
content::NotificationService::AllSources());
@@ -639,8 +640,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
// If you made a change and this test now fails, check that the NativeViewHost
// that wraps the tab contents returns the IAccessible implementation
// provided by RenderWidgetHostViewWin in GetNativeViewAccessible().
+// Disabled, see http://crbug.com/106957 .
IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
- ContainsRendererAccessibilityTree) {
+ DISABLED_ContainsRendererAccessibilityTree) {
ui_test_utils::WindowedNotificationObserver tree_updated_observer1(
content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
content::NotificationService::AllSources());
@@ -667,8 +669,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
ASSERT_EQ(found, true);
}
+// Disabled, see http://crbug.com/106957 .
IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
- SupportsISimpleDOM) {
+ DISABLED_SupportsISimpleDOM) {
ui_test_utils::WindowedNotificationObserver tree_updated_observer1(
content::NOTIFICATION_RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
content::NotificationService::AllSources());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698