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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "~followup_annotations": [ 613 "~followup_annotations": [
614 "step returned non-zero exit code: 1", 614 "step returned non-zero exit code: 1",
615 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 615 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
616 "@@@STEP_FAILURE@@@" 616 "@@@STEP_FAILURE@@@"
617 ] 617 ]
618 }, 618 },
619 { 619 {
620 "cmd": [ 620 "cmd": [
621 "python", 621 "python",
622 "-u", 622 "-u",
623 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 623 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
624 "--input-gtest-json", 624 "--input-json",
625 "{\"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\"}]}]}", 625 "{\"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\"}]}]}",
626 "--master-name", 626 "--master-name",
627 "chromium.linux", 627 "chromium.linux",
628 "--builder-name", 628 "--builder-name",
629 "Android Tests", 629 "Android Tests",
630 "--build-number", 630 "--build-number",
631 "571", 631 "571",
632 "--test-type", 632 "--test-type",
633 "ChromePublicTest", 633 "ChromePublicTest",
634 "--test-results-server", 634 "--test-results-server",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 "@@@STEP_LOG_END@python.inline@@@" 764 "@@@STEP_LOG_END@python.inline@@@"
765 ] 765 ]
766 }, 766 },
767 { 767 {
768 "name": "$result", 768 "name": "$result",
769 "reason": "1 tests failed: ['ChromePublicTest']", 769 "reason": "1 tests failed: ['ChromePublicTest']",
770 "recipe_result": null, 770 "recipe_result": null,
771 "status_code": 1 771 "status_code": 1
772 } 772 }
773 ] 773 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698