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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/only_one_test_passed.json

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md Created 4 years, 2 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 "@@@STEP_NEST_LEVEL@1@@@", 806 "@@@STEP_NEST_LEVEL@1@@@",
807 "step returned non-zero exit code: 1", 807 "step returned non-zero exit code: 1",
808 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@", 808 "@@@STEP_TEXT@<br/>failures:<br/>Test.One<br/>Test.Two<br/>@@@",
809 "@@@STEP_FAILURE@@@" 809 "@@@STEP_FAILURE@@@"
810 ] 810 ]
811 }, 811 },
812 { 812 {
813 "cmd": [ 813 "cmd": [
814 "python", 814 "python",
815 "-u", 815 "-u",
816 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results. py", 816 "RECIPE_MODULE[build::test_results]\\resources\\upload_test_results.py",
817 "--input-gtest-json", 817 "--input-json",
818 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"FAILURE\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", 818 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"FAILURE\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}",
819 "--master-name", 819 "--master-name",
820 "tryserver.chromium.win", 820 "tryserver.chromium.win",
821 "--builder-name", 821 "--builder-name",
822 "win_chromium_variable", 822 "win_chromium_variable",
823 "--build-number", 823 "--build-number",
824 "1", 824 "1",
825 "--test-type", 825 "--test-type",
826 "test r1.gl_tests (r1) on Windows-7-SP1", 826 "test r1.gl_tests (r1) on Windows-7-SP1",
827 "--test-results-server", 827 "--test-results-server",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 "@@@STEP_LOG_END@report@@@", 889 "@@@STEP_LOG_END@report@@@",
890 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \ "result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 890 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \ "result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
891 ] 891 ]
892 }, 892 },
893 { 893 {
894 "name": "$result", 894 "name": "$result",
895 "recipe_result": null, 895 "recipe_result": null,
896 "status_code": 0 896 "status_code": 0
897 } 897 }
898 ] 898 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698