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

Unified Diff: chrome/browser/autofill/form_structure_browsertest.cc

Issue 634983002: chromeos: Enable RenderTextHarfBuzz. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable timing-out tests on chrome os Created 6 years, 2 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 | ui/gfx/render_text.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/form_structure_browsertest.cc
diff --git a/chrome/browser/autofill/form_structure_browsertest.cc b/chrome/browser/autofill/form_structure_browsertest.cc
index 4788a5a40b4099e2de949b1af0b2966864922cf4..c2c84dcf7916de43d3dc1299d0d2f409964d3557 100644
--- a/chrome/browser/autofill/form_structure_browsertest.cc
+++ b/chrome/browser/autofill/form_structure_browsertest.cc
@@ -101,8 +101,9 @@ std::string FormStructureBrowserTest::FormStructuresToString(
return forms_string;
}
-// Heuristics tests timeout on Windows. See http://crbug.com/85276
-#if defined(OS_WIN)
+// Heuristics tests time out on Windows (http://crbug.com/85276) and Chrome OS
+// (http://crbug.com/423791).
+#if defined(OS_WIN) || defined(OS_CHROMEOS)
#define MAYBE_DataDrivenHeuristics(n) DISABLED_DataDrivenHeuristics##n
#else
#define MAYBE_DataDrivenHeuristics(n) DataDrivenHeuristics##n
« no previous file with comments | « no previous file | ui/gfx/render_text.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698