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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_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_rel", 10 "android_rel",
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 }, 479 },
480 "name": "tools_unittests" 480 "name": "tools_unittests"
481 }, 481 },
482 { 482 {
483 "cmd": [ 483 "cmd": [
484 "python", 484 "python",
485 "-u", 485 "-u",
486 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 486 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
487 "gtest", 487 "gtest",
488 "-s", 488 "-s",
489 "video_engine_core_unittests",
490 "--blacklist-file",
491 "[SLAVE_BUILD]/src/out/bad_devices.json",
492 "--verbose",
493 "--release",
494 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine/video_engine_co re_unittests.isolate",
495 "-t",
496 "900"
497 ],
498 "cwd": "[SLAVE_BUILD]",
499 "env": {
500 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
501 },
502 "name": "video_engine_core_unittests"
503 },
504 {
505 "cmd": [
506 "python",
507 "-u",
508 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
509 "gtest",
510 "-s",
511 "video_engine_tests", 489 "video_engine_tests",
512 "--blacklist-file", 490 "--blacklist-file",
513 "[SLAVE_BUILD]/src/out/bad_devices.json", 491 "[SLAVE_BUILD]/src/out/bad_devices.json",
514 "--verbose", 492 "--verbose",
515 "--release", 493 "--release",
516 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine_tests.isolate", 494 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine_tests.isolate",
517 "-t", 495 "-t",
518 "900" 496 "900"
519 ], 497 ],
520 "cwd": "[SLAVE_BUILD]", 498 "cwd": "[SLAVE_BUILD]",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 688 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
711 "@@@STEP_LOG_END@python.inline@@@" 689 "@@@STEP_LOG_END@python.inline@@@"
712 ] 690 ]
713 }, 691 },
714 { 692 {
715 "name": "$result", 693 "name": "$result",
716 "recipe_result": null, 694 "recipe_result": null,
717 "status_code": 0 695 "status_code": 0
718 } 696 }
719 ] 697 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698