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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Webview_M__dbg_.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 "\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]/Android_Webview_M__dbg_", 7 "[BUILDER_CACHE]/Android_Webview_M__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 "~followup_annotations": [ 571 "~followup_annotations": [
572 "step returned non-zero exit code: 1", 572 "step returned non-zero exit code: 1",
573 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 573 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
574 "@@@STEP_FAILURE@@@" 574 "@@@STEP_FAILURE@@@"
575 ] 575 ]
576 }, 576 },
577 { 577 {
578 "cmd": [ 578 "cmd": [
579 "python", 579 "python",
580 "-u", 580 "-u",
581 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 581 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
582 "--input-gtest-json", 582 "--input-json",
583 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", 583 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}",
584 "--master-name", 584 "--master-name",
585 "chromium.android", 585 "chromium.android",
586 "--builder-name", 586 "--builder-name",
587 "Android Webview M (dbg)", 587 "Android Webview M (dbg)",
588 "--build-number", 588 "--build-number",
589 "571", 589 "571",
590 "--test-type", 590 "--test-type",
591 "SystemWebViewShellLayoutTest", 591 "SystemWebViewShellLayoutTest",
592 "--test-results-server", 592 "--test-results-server",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 "@@@STEP_LOG_END@python.inline@@@" 730 "@@@STEP_LOG_END@python.inline@@@"
731 ] 731 ]
732 }, 732 },
733 { 733 {
734 "name": "$result", 734 "name": "$result",
735 "reason": "1 tests failed: ['SystemWebViewShellLayoutTest']", 735 "reason": "1 tests failed: ['SystemWebViewShellLayoutTest']",
736 "recipe_result": null, 736 "recipe_result": null,
737 "status_code": 1 737 "status_code": 1
738 } 738 }
739 ] 739 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698