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

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 5 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 | 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..2bac3bf93c0577420da9c93562c88236787fccde 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
@@ -148,8 +148,10 @@ SPEC = {
steps.generate_isolated_script,
],
'tests': [
+ steps.AndroidInstrumentationTest('AndroidWebViewTest'),
steps.AndroidInstrumentationTest('ChromePublicTest'),
steps.AndroidInstrumentationTest('ContentShellTest'),
+ steps.AndroidInstrumentationTest('ChromeSyncShellTest'),
jbudorick 2016/01/08 01:55:34 nit: move above ContentShellTest
agrieve 2016/01/08 20:01:27 Done.
steps.GTestTest(
'breakpad_unittests',
override_compile_targets=['breakpad_unittests_deps'],
« 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