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

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

Issue 1608493002: WebRTC: Add/rename peerconnection_unittests test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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 "[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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 }, 427 },
428 "name": "modules_unittests" 428 "name": "modules_unittests"
429 }, 429 },
430 { 430 {
431 "cmd": [ 431 "cmd": [
432 "python", 432 "python",
433 "-u", 433 "-u",
434 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 434 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
435 "gtest", 435 "gtest",
436 "-s", 436 "-s",
437 "peerconnection_unittests",
438 "--blacklist-file",
439 "[SLAVE_BUILD]/src/out/bad_devices.json",
440 "--verbose",
441 "--release",
442 "--isolate_file_path=[SLAVE_BUILD]/src/talk/peerconnection_unittests.isola te",
443 "-t",
444 "900"
445 ],
446 "cwd": "[SLAVE_BUILD]",
447 "env": {
448 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
449 },
450 "name": "peerconnection_unittests"
451 },
452 {
453 "cmd": [
454 "python",
455 "-u",
456 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
457 "gtest",
458 "-s",
437 "system_wrappers_unittests", 459 "system_wrappers_unittests",
438 "--blacklist-file", 460 "--blacklist-file",
439 "[SLAVE_BUILD]/src/out/bad_devices.json", 461 "[SLAVE_BUILD]/src/out/bad_devices.json",
440 "--verbose", 462 "--verbose",
441 "--release", 463 "--release",
442 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/system_wrappers/system_wrapp ers_unittests.isolate", 464 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/system_wrappers/system_wrapp ers_unittests.isolate",
443 "-t", 465 "-t",
444 "900" 466 "900"
445 ], 467 ],
446 "cwd": "[SLAVE_BUILD]", 468 "cwd": "[SLAVE_BUILD]",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 744 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
723 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 745 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
724 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 746 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
725 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 747 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
726 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 748 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
727 "@@@STEP_LOG_END@python.inline@@@" 749 "@@@STEP_LOG_END@python.inline@@@"
728 ] 750 ]
729 }, 751 },
730 { 752 {
731 "name": "$result", 753 "name": "$result",
732 "reason": "1 out of 16 aggregated steps failed. Failures: Step('tools_unitte sts') failed with return_code 1", 754 "reason": "1 out of 17 aggregated steps failed. Failures: Step('tools_unitte sts') failed with return_code 1",
733 "status_code": 1 755 "status_code": 1
734 } 756 }
735 ] 757 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698