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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json

Issue 659863004: Always run tests that do not require targets to compile, (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase & comment 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 | « scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
index 86cc7d0c776923e2448678900eb455c616ab83ca..321c88c49f2095ef5641cf4c13759c00f7fa957d 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json
@@ -149,5 +149,65 @@
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py",
+ "run",
+ "--output",
+ "/path/to/tmp/json"
+ ],
+ "name": "checkdeps (with patch)",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/tools/checkperms/checkperms.py",
+ "--root",
+ "[SLAVE_BUILD]/src",
+ "--json",
+ "/path/to/tmp/json"
+ ],
+ "name": "checkperms (with patch)",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@[]@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/tools/checklicenses/checklicenses.py",
+ "--root",
+ "[SLAVE_BUILD]/src",
+ "--json",
+ "/path/to/tmp/json"
+ ],
+ "name": "checklicenses (with patch)",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@[]@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
+ "--write-full-results-to",
+ "/path/to/tmp/json"
+ ],
+ "name": "mojo_python_tests (with patch)"
}
]
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698