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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "cmd": [ 480 "cmd": [
481 "python", 481 "python",
482 "-u", 482 "-u",
483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
484 "--target", 484 "--target",
485 "Debug", 485 "Debug",
486 "--factory-properties", 486 "--factory-properties",
487 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}", 487 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
488 "--build-properties", 488 "--build-properties",
489 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}", 489 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
490 "--test-type=rtc_stats_unittests",
491 "--step-name=rtc_stats_unittests",
492 "--builder-name=Mac64 Debug",
493 "--slave-name=slavename",
494 "--build-number=1337",
495 "--run-python-script",
496 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
497 "[BUILDER_CACHE]/Mac64_Debug/src/third_party/gtest-parallel/gtest-parallel ",
498 "[BUILDER_CACHE]/Mac64_Debug/src/out/Debug/rtc_stats_unittests",
499 "--"
500 ],
501 "cwd": "[BUILDER_CACHE]/Mac64_Debug",
502 "name": "rtc_stats_unittests"
503 },
504 {
505 "cmd": [
506 "python",
507 "-u",
508 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
509 "--target",
510 "Debug",
511 "--factory-properties",
512 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
513 "--build-properties",
514 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \ "recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slav ename\"}",
490 "--test-type=rtc_unittests", 515 "--test-type=rtc_unittests",
491 "--step-name=rtc_unittests", 516 "--step-name=rtc_unittests",
492 "--builder-name=Mac64 Debug", 517 "--builder-name=Mac64 Debug",
493 "--slave-name=slavename", 518 "--slave-name=slavename",
494 "--build-number=1337", 519 "--build-number=1337",
495 "--run-python-script", 520 "--run-python-script",
496 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 521 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
497 "[BUILDER_CACHE]/Mac64_Debug/src/third_party/gtest-parallel/gtest-parallel ", 522 "[BUILDER_CACHE]/Mac64_Debug/src/third_party/gtest-parallel/gtest-parallel ",
498 "[BUILDER_CACHE]/Mac64_Debug/src/out/Debug/rtc_unittests", 523 "[BUILDER_CACHE]/Mac64_Debug/src/out/Debug/rtc_unittests",
499 "--" 524 "--"
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 ], 702 ],
678 "cwd": "[BUILDER_CACHE]/Mac64_Debug", 703 "cwd": "[BUILDER_CACHE]/Mac64_Debug",
679 "name": "webrtc_nonparallel_tests" 704 "name": "webrtc_nonparallel_tests"
680 }, 705 },
681 { 706 {
682 "name": "$result", 707 "name": "$result",
683 "recipe_result": null, 708 "recipe_result": null,
684 "status_code": 0 709 "status_code": 0
685 } 710 }
686 ] 711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698