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

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

Powered by Google App Engine
This is Rietveld 408576698