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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_arm64_rel", 10 "android_arm64_rel",
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 }, 489 },
490 "name": "tools_unittests" 490 "name": "tools_unittests"
491 }, 491 },
492 { 492 {
493 "cmd": [ 493 "cmd": [
494 "python", 494 "python",
495 "-u", 495 "-u",
496 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 496 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
497 "gtest", 497 "gtest",
498 "-s", 498 "-s",
499 "video_engine_core_unittests",
500 "--blacklist-file",
501 "[SLAVE_BUILD]/src/out/bad_devices.json",
502 "--verbose",
503 "--release",
504 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine/video_engine_co re_unittests.isolate",
505 "-t",
506 "900"
507 ],
508 "cwd": "[SLAVE_BUILD]",
509 "env": {
510 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
511 },
512 "name": "video_engine_core_unittests"
513 },
514 {
515 "cmd": [
516 "python",
517 "-u",
518 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
519 "gtest",
520 "-s",
521 "video_engine_tests", 499 "video_engine_tests",
522 "--blacklist-file", 500 "--blacklist-file",
523 "[SLAVE_BUILD]/src/out/bad_devices.json", 501 "[SLAVE_BUILD]/src/out/bad_devices.json",
524 "--verbose", 502 "--verbose",
525 "--release", 503 "--release",
526 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine_tests.isolate", 504 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine_tests.isolate",
527 "-t", 505 "-t",
528 "900" 506 "900"
529 ], 507 ],
530 "cwd": "[SLAVE_BUILD]", 508 "cwd": "[SLAVE_BUILD]",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
721 "@@@STEP_LOG_END@python.inline@@@" 699 "@@@STEP_LOG_END@python.inline@@@"
722 ] 700 ]
723 }, 701 },
724 { 702 {
725 "name": "$result", 703 "name": "$result",
726 "recipe_result": null, 704 "recipe_result": null,
727 "status_code": 0 705 "status_code": 0
728 } 706 }
729 ] 707 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698