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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux64_Release", 7 "[BUILDER_CACHE]/Linux64_Release",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "python", 445 "python",
446 "-u", 446 "-u",
447 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 447 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
448 "--target", 448 "--target",
449 "Release", 449 "Release",
450 "--xvfb", 450 "--xvfb",
451 "--factory-properties", 451 "--factory-properties",
452 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release\", \"b uildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 452 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release\", \"b uildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
453 "--build-properties", 453 "--build-properties",
454 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release\", \"b uildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 454 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release\", \"b uildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
455 "--test-type=rtc_stats_unittests",
456 "--step-name=rtc_stats_unittests",
457 "--builder-name=Linux64 Release",
458 "--slave-name=slavename",
459 "--build-number=1337",
460 "--run-python-script",
461 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
462 "[BUILDER_CACHE]/Linux64_Release/src/third_party/gtest-parallel/gtest-para llel",
463 "[BUILDER_CACHE]/Linux64_Release/src/out/Release/rtc_stats_unittests",
464 "--"
465 ],
466 "cwd": "[BUILDER_CACHE]/Linux64_Release",
467 "name": "rtc_stats_unittests"
468 },
469 {
470 "cmd": [
471 "python",
472 "-u",
473 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
474 "--target",
475 "Release",
476 "--xvfb",
477 "--factory-properties",
478 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release\", \"b uildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
479 "--build-properties",
480 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release\", \"b uildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitche n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
455 "--test-type=rtc_unittests", 481 "--test-type=rtc_unittests",
456 "--step-name=rtc_unittests", 482 "--step-name=rtc_unittests",
457 "--builder-name=Linux64 Release", 483 "--builder-name=Linux64 Release",
458 "--slave-name=slavename", 484 "--slave-name=slavename",
459 "--build-number=1337", 485 "--build-number=1337",
460 "--run-python-script", 486 "--run-python-script",
461 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 487 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
462 "[BUILDER_CACHE]/Linux64_Release/src/third_party/gtest-parallel/gtest-para llel", 488 "[BUILDER_CACHE]/Linux64_Release/src/third_party/gtest-parallel/gtest-para llel",
463 "[BUILDER_CACHE]/Linux64_Release/src/out/Release/rtc_unittests", 489 "[BUILDER_CACHE]/Linux64_Release/src/out/Release/rtc_unittests",
464 "--" 490 "--"
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 ], 675 ],
650 "cwd": "[BUILDER_CACHE]/Linux64_Release", 676 "cwd": "[BUILDER_CACHE]/Linux64_Release",
651 "name": "webrtc_nonparallel_tests" 677 "name": "webrtc_nonparallel_tests"
652 }, 678 },
653 { 679 {
654 "name": "$result", 680 "name": "$result",
655 "recipe_result": null, 681 "recipe_result": null,
656 "status_code": 0 682 "status_code": 0
657 } 683 }
658 ] 684 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698