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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py

Issue 1556693002: Enable AndroidWebViewTest and ChromeSyncShellTest instrumentation tests for GN (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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 | scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
index 1cc2d10040cf20ff380f75f479fa4f2440bbe438..08a1bf1a2a588786c6f8304f7ba48bd2f7415c08 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
@@ -148,7 +148,9 @@ SPEC = {
steps.generate_isolated_script,
],
'tests': [
+ steps.AndroidInstrumentationTest('AndroidWebViewTest'),
steps.AndroidInstrumentationTest('ChromePublicTest'),
+ steps.AndroidInstrumentationTest('ChromeSyncShellTest'),
steps.AndroidInstrumentationTest('ContentShellTest'),
steps.GTestTest(
'breakpad_unittests',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698