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

Side by Side Diff: scripts/slave/recipes/chromium.expected/msan.json

Issue 873403002: Add support for cc_perftests and other non-telemetry gtest based tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase again + coverage. Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.memory.fyi", 8 "chromium.memory.fyi",
9 "--builder", 9 "--builder",
10 "Linux MSan Tests", 10 "Linux MSan Tests",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "-u", 115 "-u",
116 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 116 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
117 "--output", 117 "--output",
118 "/path/to/tmp/json", 118 "/path/to/tmp/json",
119 "--", 119 "--",
120 "--build-config-fs", 120 "--build-config-fs",
121 "Release", 121 "Release",
122 "--paths", 122 "--paths",
123 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 123 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
124 "--properties", 124 "--properties",
125 "{\"buildername\": \"Linux MSan Tests\", \"buildnumber\": 571, \"slavename \": \"TestSlavename\"}" 125 "{\"buildername\": \"Linux MSan Tests\", \"buildnumber\": 571, \"masternam e\": \"chromium.memory.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor m\": \"linux\"}"
126 ], 126 ],
127 "name": "get compile targets for scripts", 127 "name": "get compile targets for scripts",
128 "~followup_annotations": [ 128 "~followup_annotations": [
129 "@@@STEP_LOG_LINE@json.output@{}@@@", 129 "@@@STEP_LOG_LINE@json.output@{}@@@",
130 "@@@STEP_LOG_END@json.output@@@" 130 "@@@STEP_LOG_END@json.output@@@"
131 ] 131 ]
132 }, 132 },
133 { 133 {
134 "cmd": [ 134 "cmd": [
135 "python", 135 "python",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "--builder-name=Linux MSan Tests", 197 "--builder-name=Linux MSan Tests",
198 "--slave-name=TestSlavename", 198 "--slave-name=TestSlavename",
199 "--build-number=571", 199 "--build-number=571",
200 "--enable-msan", 200 "--enable-msan",
201 "base_unittests", 201 "base_unittests",
202 "--test-launcher-print-test-stdio=always" 202 "--test-launcher-print-test-stdio=always"
203 ], 203 ],
204 "name": "base_unittests" 204 "name": "base_unittests"
205 } 205 }
206 ] 206 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698