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

Side by Side Diff: scripts/slave/recipes/android_webview_shell_tests.expected/basic.json

Issue 1511403002: Revert "[Android] Add context manager to record logcat during step(s)." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "~followup_annotations": [ 163 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
165 "@@@STEP_LOG_END@json.output (invalid)@@@" 165 "@@@STEP_LOG_END@json.output (invalid)@@@"
166 ] 166 ]
167 }, 167 },
168 { 168 {
169 "cmd": [ 169 "cmd": [
170 "[BUILD]/scripts/slave/daemonizer.py", 170 "[BUILD]/scripts/slave/daemonizer.py",
171 "--", 171 "--",
172 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 172 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
173 "[SLAVE_BUILD]/src/out/logcat_dir" 173 "[SLAVE_BUILD]/src/out/logcat"
174 ], 174 ],
175 "cwd": "[SLAVE_BUILD]", 175 "cwd": "[SLAVE_BUILD]",
176 "env": { 176 "env": {
177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
178 }, 178 },
179 "name": "spawn_logcat_monitor" 179 "name": "spawn_logcat_monitor"
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 183 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "name": "Instrumentation test SystemWebViewShellLayoutTest", 394 "name": "Instrumentation test SystemWebViewShellLayoutTest",
395 "~followup_annotations": [ 395 "~followup_annotations": [
396 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 396 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
397 ] 397 ]
398 }, 398 },
399 { 399 {
400 "cmd": [ 400 "cmd": [
401 "python", 401 "python",
402 "-u", 402 "-u",
403 "[BUILD]/scripts/slave/tee.py", 403 "[BUILD]/scripts/slave/tee.py",
404 "[SLAVE_BUILD]/src/out/Release/full_logcat", 404 "[SLAVE_BUILD]/src/out/Release/full_log",
405 "--", 405 "--",
406 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 406 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
407 "[SLAVE_BUILD]/src/out/logcat_dir" 407 "[SLAVE_BUILD]/src/out/logcat"
408 ], 408 ],
409 "cwd": "[SLAVE_BUILD]", 409 "cwd": "[SLAVE_BUILD]",
410 "name": "logcat_dump" 410 "name": "logcat_dump"
411 }, 411 },
412 { 412 {
413 "cmd": [ 413 "cmd": [
414 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 414 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
415 "--arch", 415 "--arch",
416 "arm", 416 "arm",
417 "--more-info", 417 "--more-info",
418 "[SLAVE_BUILD]/src/out/Release/full_logcat" 418 "[SLAVE_BUILD]/src/out/Release/full_log"
419 ], 419 ],
420 "cwd": "[SLAVE_BUILD]", 420 "cwd": "[SLAVE_BUILD]",
421 "env": { 421 "env": {
422 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 422 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
423 }, 423 },
424 "name": "stack_tool_with_logcat_dump" 424 "name": "stack_tool_with_logcat_dump"
425 }, 425 },
426 { 426 {
427 "cmd": [ 427 "cmd": [
428 "[SLAVE_BUILD]/src/build/android/tombstones.py", 428 "[SLAVE_BUILD]/src/build/android/tombstones.py",
(...skipping 26 matching lines...) Expand all
455 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 455 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
456 "@@@STEP_LOG_END@python.inline@@@" 456 "@@@STEP_LOG_END@python.inline@@@"
457 ] 457 ]
458 }, 458 },
459 { 459 {
460 "name": "$result", 460 "name": "$result",
461 "recipe_result": null, 461 "recipe_result": null,
462 "status_code": 0 462 "status_code": 0
463 } 463 }
464 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698