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

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

Issue 1781003002: chromium_tests: pass paths to runit.py and runtest.py for src/testing/scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 146 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
147 "--output", 147 "--output",
148 "/path/to/tmp/json", 148 "/path/to/tmp/json",
149 "--", 149 "--",
150 "--build-config-fs", 150 "--build-config-fs",
151 "Release", 151 "Release",
152 "--use-src-side-runtest-py", 152 "--use-src-side-runtest-py",
153 "--paths", 153 "--paths",
154 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 154 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
155 "--properties", 155 "--properties",
156 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}" 156 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}"
157 ], 157 ],
158 "cwd": "[SLAVE_BUILD]", 158 "cwd": "[SLAVE_BUILD]",
159 "name": "get compile targets for scripts", 159 "name": "get compile targets for scripts",
160 "~followup_annotations": [ 160 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output@{}@@@", 161 "@@@STEP_LOG_LINE@json.output@{}@@@",
162 "@@@STEP_LOG_END@json.output@@@" 162 "@@@STEP_LOG_END@json.output@@@"
163 ] 163 ]
164 }, 164 },
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 }, 237 },
238 { 238 {
239 "cmd": [ 239 "cmd": [
240 "python", 240 "python",
241 "-u", 241 "-u",
242 "[SLAVE_BUILD]/src/testing/scripts/test_script_with_broken_tests.py", 242 "[SLAVE_BUILD]/src/testing/scripts/test_script_with_broken_tests.py",
243 "--build-config-fs", 243 "--build-config-fs",
244 "Release", 244 "Release",
245 "--use-src-side-runtest-py", 245 "--use-src-side-runtest-py",
246 "--paths", 246 "--paths",
247 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 247 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
248 "--properties", 248 "--properties",
249 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}", 249 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}",
250 "run", 250 "run",
251 "--output", 251 "--output",
252 "/path/to/tmp/json" 252 "/path/to/tmp/json"
253 ], 253 ],
254 "cwd": "[SLAVE_BUILD]", 254 "cwd": "[SLAVE_BUILD]",
255 "name": "test_script_with_broken_tests", 255 "name": "test_script_with_broken_tests",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_TEXT@<br/>failures:<br/>FailSuite.Test1<br/>FlakySuite.TestA<br/> @@@", 257 "@@@STEP_TEXT@<br/>failures:<br/>FailSuite.Test1<br/>FlakySuite.TestA<br/> @@@",
258 "@@@STEP_LOG_LINE@json.output@{@@@", 258 "@@@STEP_LOG_LINE@json.output@{@@@",
259 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@", 259 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@",
260 "@@@STEP_LOG_LINE@json.output@ \"FailSuite.Test1\", @@@", 260 "@@@STEP_LOG_LINE@json.output@ \"FailSuite.Test1\", @@@",
261 "@@@STEP_LOG_LINE@json.output@ \"FlakySuite.TestA\"@@@", 261 "@@@STEP_LOG_LINE@json.output@ \"FlakySuite.TestA\"@@@",
262 "@@@STEP_LOG_LINE@json.output@ ], @@@", 262 "@@@STEP_LOG_LINE@json.output@ ], @@@",
263 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 263 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
264 "@@@STEP_LOG_LINE@json.output@}@@@", 264 "@@@STEP_LOG_LINE@json.output@}@@@",
265 "@@@STEP_LOG_END@json.output@@@" 265 "@@@STEP_LOG_END@json.output@@@"
266 ] 266 ]
267 }, 267 },
268 { 268 {
269 "name": "$result", 269 "name": "$result",
270 "recipe_result": null, 270 "recipe_result": null,
271 "status_code": 0 271 "status_code": 0
272 } 272 }
273 ] 273 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698