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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.json

Issue 2345503002: WebRTC: Add rtc_stats_unittests to the test suite (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "cmd": [ 488 "cmd": [
489 "python", 489 "python",
490 "-u", 490 "-u",
491 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 491 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
492 "--target", 492 "--target",
493 "Release", 493 "Release",
494 "--factory-properties", 494 "--factory-properties",
495 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_rel\", \"buildnumb er\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\ ": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revisio n\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"sl avename\"}", 495 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_rel\", \"buildnumb er\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\ ": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revisio n\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"sl avename\"}",
496 "--build-properties", 496 "--build-properties",
497 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_rel\", \"buildnumb er\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\ ": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revisio n\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"sl avename\"}", 497 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_rel\", \"buildnumb er\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\ ": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revisio n\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"sl avename\"}",
498 "--test-type=rtc_stats_unittests",
499 "--step-name=rtc_stats_unittests",
500 "--builder-name=mac_rel",
501 "--slave-name=slavename",
502 "--build-number=1337",
503 "--run-python-script",
504 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
505 "[BUILDER_CACHE]/mac_rel/src/third_party/gtest-parallel/gtest-parallel",
506 "[BUILDER_CACHE]/mac_rel/src/out/Release/rtc_stats_unittests",
507 "--"
508 ],
509 "cwd": "[BUILDER_CACHE]/mac_rel",
510 "name": "rtc_stats_unittests"
511 },
512 {
513 "cmd": [
514 "python",
515 "-u",
516 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
517 "--target",
518 "Release",
519 "--factory-properties",
520 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_rel\", \"buildnumb er\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\ ": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revisio n\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"sl avename\"}",
521 "--build-properties",
522 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_rel\", \"buildnumb er\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\ ": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revisio n\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"sl avename\"}",
498 "--test-type=rtc_unittests", 523 "--test-type=rtc_unittests",
499 "--step-name=rtc_unittests", 524 "--step-name=rtc_unittests",
500 "--builder-name=mac_rel", 525 "--builder-name=mac_rel",
501 "--slave-name=slavename", 526 "--slave-name=slavename",
502 "--build-number=1337", 527 "--build-number=1337",
503 "--run-python-script", 528 "--run-python-script",
504 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 529 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
505 "[BUILDER_CACHE]/mac_rel/src/third_party/gtest-parallel/gtest-parallel", 530 "[BUILDER_CACHE]/mac_rel/src/third_party/gtest-parallel/gtest-parallel",
506 "[BUILDER_CACHE]/mac_rel/src/out/Release/rtc_unittests", 531 "[BUILDER_CACHE]/mac_rel/src/out/Release/rtc_unittests",
507 "--" 532 "--"
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 ], 707 ],
683 "cwd": "[BUILDER_CACHE]/mac_rel", 708 "cwd": "[BUILDER_CACHE]/mac_rel",
684 "name": "webrtc_nonparallel_tests" 709 "name": "webrtc_nonparallel_tests"
685 }, 710 },
686 { 711 {
687 "name": "$result", 712 "name": "$result",
688 "recipe_result": null, 713 "recipe_result": null,
689 "status_code": 0 714 "status_code": 0
690 } 715 }
691 ] 716 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698