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/full_chromium_win_Win7_Tests__1_.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "-u", 113 "-u",
114 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 114 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
115 "--output", 115 "--output",
116 "/path/to/tmp/json", 116 "/path/to/tmp/json",
117 "--", 117 "--",
118 "--build-config-fs", 118 "--build-config-fs",
119 "Release", 119 "Release",
120 "--paths", 120 "--paths",
121 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 121 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
122 "--properties", 122 "--properties",
123 "{\"buildername\": \"Win7 Tests (1)\", \"buildnumber\": 571, \"slavename\" : \"TestSlavename\"}" 123 "{\"buildername\": \"Win7 Tests (1)\", \"buildnumber\": 571, \"mastername\ ": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"wi n\"}"
124 ], 124 ],
125 "name": "get compile targets for scripts", 125 "name": "get compile targets for scripts",
126 "~followup_annotations": [ 126 "~followup_annotations": [
127 "@@@STEP_LOG_LINE@json.output@{}@@@", 127 "@@@STEP_LOG_LINE@json.output@{}@@@",
128 "@@@STEP_LOG_END@json.output@@@" 128 "@@@STEP_LOG_END@json.output@@@"
129 ] 129 ]
130 }, 130 },
131 { 131 {
132 "cmd": [ 132 "cmd": [
133 "python", 133 "python",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "cmd": [ 320 "cmd": [
321 "python", 321 "python",
322 "-u", 322 "-u",
323 "[BUILD]\\scripts\\slave\\process_dumps.py", 323 "[BUILD]\\scripts\\slave\\process_dumps.py",
324 "--target", 324 "--target",
325 "Release" 325 "Release"
326 ], 326 ],
327 "name": "process_dumps" 327 "name": "process_dumps"
328 } 328 }
329 ] 329 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698