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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_asan__l_nexus6_.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.fyi", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Android32 ASan (L Nexus6)", 10 "Android32 ASan (L Nexus6)",
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 }, 460 },
461 "name": "modules_unittests" 461 "name": "modules_unittests"
462 }, 462 },
463 { 463 {
464 "cmd": [ 464 "cmd": [
465 "python", 465 "python",
466 "-u", 466 "-u",
467 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 467 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
468 "gtest", 468 "gtest",
469 "-s", 469 "-s",
470 "peerconnection_unittests",
471 "--blacklist-file",
472 "[SLAVE_BUILD]/src/out/bad_devices.json",
473 "--verbose",
474 "--release",
475 "--isolate_file_path=[SLAVE_BUILD]/src/talk/peerconnection_unittests.isola te",
476 "--tool=asan",
477 "-t",
478 "900"
479 ],
480 "cwd": "[SLAVE_BUILD]",
481 "env": {
482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
483 },
484 "name": "peerconnection_unittests"
485 },
486 {
487 "cmd": [
488 "python",
489 "-u",
490 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
491 "gtest",
492 "-s",
470 "system_wrappers_unittests", 493 "system_wrappers_unittests",
471 "--blacklist-file", 494 "--blacklist-file",
472 "[SLAVE_BUILD]/src/out/bad_devices.json", 495 "[SLAVE_BUILD]/src/out/bad_devices.json",
473 "--verbose", 496 "--verbose",
474 "--release", 497 "--release",
475 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/system_wrappers/system_wrapp ers_unittests.isolate", 498 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/system_wrappers/system_wrapp ers_unittests.isolate",
476 "--tool=asan", 499 "--tool=asan",
477 "-t", 500 "-t",
478 "900" 501 "900"
479 ], 502 ],
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 767 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
745 "@@@STEP_LOG_END@python.inline@@@" 768 "@@@STEP_LOG_END@python.inline@@@"
746 ] 769 ]
747 }, 770 },
748 { 771 {
749 "name": "$result", 772 "name": "$result",
750 "recipe_result": null, 773 "recipe_result": null,
751 "status_code": 0 774 "status_code": 0
752 } 775 }
753 ] 776 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698