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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_failing_test.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_Debug", 7 "[BUILDER_CACHE]/Linux64_Debug",
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 "Debug", 449 "Debug",
450 "--xvfb", 450 "--xvfb",
451 "--factory-properties", 451 "--factory-properties",
452 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 452 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
453 "--build-properties", 453 "--build-properties",
454 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}", 454 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
455 "--test-type=rtc_stats_unittests",
456 "--step-name=rtc_stats_unittests",
457 "--builder-name=Linux64 Debug",
458 "--slave-name=slavename",
459 "--build-number=1337",
460 "--run-python-script",
461 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
462 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
463 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/rtc_stats_unittests",
464 "--"
465 ],
466 "cwd": "[BUILDER_CACHE]/Linux64_Debug",
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 "Debug",
476 "--xvfb",
477 "--factory-properties",
478 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
479 "--build-properties",
480 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl avename\"}",
455 "--test-type=rtc_unittests", 481 "--test-type=rtc_unittests",
456 "--step-name=rtc_unittests", 482 "--step-name=rtc_unittests",
457 "--builder-name=Linux64 Debug", 483 "--builder-name=Linux64 Debug",
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_Debug/src/third_party/gtest-parallel/gtest-parall el", 488 "[BUILDER_CACHE]/Linux64_Debug/src/third_party/gtest-parallel/gtest-parall el",
463 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/rtc_unittests", 489 "[BUILDER_CACHE]/Linux64_Debug/src/out/Debug/rtc_unittests",
464 "--" 490 "--"
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "--slave-name=slavename", 675 "--slave-name=slavename",
650 "--build-number=1337", 676 "--build-number=1337",
651 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 677 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
652 "webrtc_nonparallel_tests" 678 "webrtc_nonparallel_tests"
653 ], 679 ],
654 "cwd": "[BUILDER_CACHE]/Linux64_Debug", 680 "cwd": "[BUILDER_CACHE]/Linux64_Debug",
655 "name": "webrtc_nonparallel_tests" 681 "name": "webrtc_nonparallel_tests"
656 }, 682 },
657 { 683 {
658 "name": "$result", 684 "name": "$result",
659 "reason": "1 out of 16 aggregated steps failed. Failures: Step('tools_unitte sts') failed with return_code 1", 685 "reason": "1 out of 17 aggregated steps failed. Failures: Step('tools_unitte sts') failed with return_code 1",
660 "recipe_result": null, 686 "recipe_result": null,
661 "status_code": 1 687 "status_code": 1
662 } 688 }
663 ] 689 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698