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

Side by Side Diff: scripts/slave/recipes/android_webview_shell_tests.expected/test_failure.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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "step returned non-zero exit code: 1", 396 "step returned non-zero exit code: 1",
397 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@", 397 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@",
398 "@@@STEP_FAILURE@@@" 398 "@@@STEP_FAILURE@@@"
399 ] 399 ]
400 }, 400 },
401 { 401 {
402 "cmd": [ 402 "cmd": [
403 "python", 403 "python",
404 "-u", 404 "-u",
405 "[BUILD]/scripts/slave/tee.py", 405 "[BUILD]/scripts/slave/tee.py",
406 "[SLAVE_BUILD]/src/out/Release/full_logcat", 406 "[SLAVE_BUILD]/src/out/Release/full_log",
407 "--", 407 "--",
408 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 408 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
409 "[SLAVE_BUILD]/src/out/logcat_dir" 409 "[SLAVE_BUILD]/src/out/logcat"
410 ], 410 ],
411 "cwd": "[SLAVE_BUILD]", 411 "cwd": "[SLAVE_BUILD]",
412 "name": "logcat_dump" 412 "name": "logcat_dump"
413 }, 413 },
414 { 414 {
415 "cmd": [ 415 "cmd": [
416 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 416 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
417 "--arch", 417 "--arch",
418 "arm", 418 "arm",
419 "--more-info", 419 "--more-info",
420 "[SLAVE_BUILD]/src/out/Release/full_logcat" 420 "[SLAVE_BUILD]/src/out/Release/full_log"
421 ], 421 ],
422 "cwd": "[SLAVE_BUILD]", 422 "cwd": "[SLAVE_BUILD]",
423 "env": { 423 "env": {
424 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 424 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
425 }, 425 },
426 "name": "stack_tool_with_logcat_dump" 426 "name": "stack_tool_with_logcat_dump"
427 }, 427 },
428 { 428 {
429 "cmd": [ 429 "cmd": [
430 "[SLAVE_BUILD]/src/build/android/tombstones.py", 430 "[SLAVE_BUILD]/src/build/android/tombstones.py",
(...skipping 26 matching lines...) Expand all
457 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 457 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
458 "@@@STEP_LOG_END@python.inline@@@" 458 "@@@STEP_LOG_END@python.inline@@@"
459 ] 459 ]
460 }, 460 },
461 { 461 {
462 "name": "$result", 462 "name": "$result",
463 "reason": "1 out of 4 aggregated steps failed. Failures: Step('Instrumentati on test SystemWebViewShellLayoutTest') failed with return_code 1", 463 "reason": "1 out of 4 aggregated steps failed. Failures: Step('Instrumentati on test SystemWebViewShellLayoutTest') failed with return_code 1",
464 "status_code": 1 464 "status_code": 1
465 } 465 }
466 ] 466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698