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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.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_dbg", 10 "android_dbg",
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 }, 481 },
482 "name": "tools_unittests" 482 "name": "tools_unittests"
483 }, 483 },
484 { 484 {
485 "cmd": [ 485 "cmd": [
486 "python", 486 "python",
487 "-u", 487 "-u",
488 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 488 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
489 "gtest", 489 "gtest",
490 "-s", 490 "-s",
491 "video_engine_core_unittests",
492 "--blacklist-file",
493 "[SLAVE_BUILD]/src/out/bad_devices.json",
494 "--verbose",
495 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine/video_engine_co re_unittests.isolate",
496 "-t",
497 "900"
498 ],
499 "cwd": "[SLAVE_BUILD]",
500 "env": {
501 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
502 },
503 "name": "video_engine_core_unittests"
504 },
505 {
506 "cmd": [
507 "python",
508 "-u",
509 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
510 "gtest",
511 "-s",
512 "video_engine_tests", 491 "video_engine_tests",
513 "--blacklist-file", 492 "--blacklist-file",
514 "[SLAVE_BUILD]/src/out/bad_devices.json", 493 "[SLAVE_BUILD]/src/out/bad_devices.json",
515 "--verbose", 494 "--verbose",
516 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine_tests.isolate", 495 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/video_engine_tests.isolate",
517 "-t", 496 "-t",
518 "900" 497 "900"
519 ], 498 ],
520 "cwd": "[SLAVE_BUILD]", 499 "cwd": "[SLAVE_BUILD]",
521 "env": { 500 "env": {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
705 "@@@STEP_LOG_END@python.inline@@@" 684 "@@@STEP_LOG_END@python.inline@@@"
706 ] 685 ]
707 }, 686 },
708 { 687 {
709 "name": "$result", 688 "name": "$result",
710 "recipe_result": null, 689 "recipe_result": null,
711 "status_code": 0 690 "status_code": 0
712 } 691 }
713 ] 692 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698