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

Unified Diff: chrome/browser/extensions/api/automation/automation_apitest.cc

Issue 2182973003: Disable AutomationApiTest.DesktopInitialFocus on ASan (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: chrome/browser/extensions/api/automation/automation_apitest.cc
diff --git a/chrome/browser/extensions/api/automation/automation_apitest.cc b/chrome/browser/extensions/api/automation/automation_apitest.cc
index cea120239652bf53d09e97209a2631cb62f82711..f17914b9c95eaacef464ecc88ab546f38a5ce8c1 100644
--- a/chrome/browser/extensions/api/automation/automation_apitest.cc
+++ b/chrome/browser/extensions/api/automation/automation_apitest.cc
@@ -159,8 +159,9 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, Desktop) {
<< message_;
}
+// TODO(crbug.com/615908): Flaky on CrOS sanitizers.
#if defined(OS_CHROMEOS)
-#if defined(MEMORY_SANITIZER)
+#if defined(MEMORY_SANITIZER) || defined(ADDRESS_SANITIZER)
#define MAYBE_DesktopInitialFocus DISABLED_DesktopInitialFocus
#else
#define MAYBE_DesktopInitialFocus DesktopInitialFocus
« 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