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

Unified Diff: content/renderer/accessibility/renderer_accessibility_browsertest.cc

Issue 1172193002: Disable AccessibilityMessagesQueueWhileSwappedOut on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 6 months 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: content/renderer/accessibility/renderer_accessibility_browsertest.cc
diff --git a/content/renderer/accessibility/renderer_accessibility_browsertest.cc b/content/renderer/accessibility/renderer_accessibility_browsertest.cc
index b1d4c0b0758429c7c4e8c9a27378dc6926e9f3b4..c33aac452693bccd55dc938bde7467fcdd12b636 100644
--- a/content/renderer/accessibility/renderer_accessibility_browsertest.cc
+++ b/content/renderer/accessibility/renderer_accessibility_browsertest.cc
@@ -146,8 +146,8 @@ TEST_F(RendererAccessibilityTest, SendFullAccessibilityTreeOnReload) {
EXPECT_EQ(4, CountAccessibilityNodesSentToBrowser());
}
-// http://crbug.com/253537
-#if defined(OS_ANDROID)
+// http://crbug.com/253537, http://crbug.com/498407
+#if defined(OS_ANDROID) || defined(OS_LINUX)
#define MAYBE_AccessibilityMessagesQueueWhileSwappedOut \
DISABLED_AccessibilityMessagesQueueWhileSwappedOut
#else
« 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