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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_tests__l_nexus5__failing_test.json

Issue 1454423003: WebRTC: Remove video_engine_core_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 5 years, 1 month 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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 Tests (L Nexus5)", 10 "Android32 Tests (L Nexus5)",
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "@@@STEP_FAILURE@@@" 494 "@@@STEP_FAILURE@@@"
495 ] 495 ]
496 }, 496 },
497 { 497 {
498 "cmd": [ 498 "cmd": [
499 "python", 499 "python",
500 "-u", 500 "-u",
501 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 501 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
502 "gtest", 502 "gtest",
503 "-s", 503 "-s",
504 "video_engine_core_unittests",
505 "--blacklist-file",
506 "[SLAVE_BUILD]/src/out/bad_devices.json",
507 "--verbose",
508 "--release",
509 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine/video_engine_co re_unittests.isolate",
510 "-t",
511 "900"
512 ],
513 "cwd": "[SLAVE_BUILD]",
514 "env": {
515 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
516 },
517 "name": "video_engine_core_unittests"
518 },
519 {
520 "cmd": [
521 "python",
522 "-u",
523 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
524 "gtest",
525 "-s",
526 "video_engine_tests", 504 "video_engine_tests",
527 "--blacklist-file", 505 "--blacklist-file",
528 "[SLAVE_BUILD]/src/out/bad_devices.json", 506 "[SLAVE_BUILD]/src/out/bad_devices.json",
529 "--verbose", 507 "--verbose",
530 "--release", 508 "--release",
531 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine_tests.isolate", 509 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine_tests.isolate",
532 "-t", 510 "-t",
533 "900" 511 "900"
534 ], 512 ],
535 "cwd": "[SLAVE_BUILD]", 513 "cwd": "[SLAVE_BUILD]",
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 719 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
742 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 720 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
743 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 721 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
744 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 722 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
745 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 723 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
746 "@@@STEP_LOG_END@python.inline@@@" 724 "@@@STEP_LOG_END@python.inline@@@"
747 ] 725 ]
748 }, 726 },
749 { 727 {
750 "name": "$result", 728 "name": "$result",
751 "reason": "1 out of 17 aggregated steps failed. Failures: Step('tools_unitte sts') failed with return_code 1", 729 "reason": "1 out of 16 aggregated steps failed. Failures: Step('tools_unitte sts') failed with return_code 1",
752 "status_code": 1 730 "status_code": 1
753 } 731 }
754 ] 732 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698