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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_debug_blink.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "--target", 106 "--target",
107 "Debug", 107 "Debug",
108 "--src-dir", 108 "--src-dir",
109 "[SLAVE_BUILD]\\src", 109 "[SLAVE_BUILD]\\src",
110 "--build-tool", 110 "--build-tool",
111 "ninja", 111 "ninja",
112 "--compiler", 112 "--compiler",
113 "goma", 113 "goma",
114 "--goma-dir", 114 "--goma-dir",
115 "[BUILD]\\goma", 115 "[BUILD]\\goma",
116 "--ninja-ensure-up-to-date",
116 "--", 117 "--",
117 "angle_unittests_run", 118 "angle_unittests_run",
118 "content_gl_tests_run", 119 "content_gl_tests_run",
119 "gl_tests_run", 120 "gl_tests_run",
120 "gles2_conform_test_run", 121 "gles2_conform_test_run",
121 "gpu_unittests_run", 122 "gpu_unittests_run",
122 "tab_capture_end2end_tests_run", 123 "tab_capture_end2end_tests_run",
123 "telemetry_gpu_test_run" 124 "telemetry_gpu_test_run"
124 ], 125 ],
125 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "--output-dir", 750 "--output-dir",
750 "/path/to/tmp/" 751 "/path/to/tmp/"
751 ], 752 ],
752 "cwd": "[SLAVE_BUILD]", 753 "cwd": "[SLAVE_BUILD]",
753 "name": "gpu_rasterization_tests", 754 "name": "gpu_rasterization_tests",
754 "~followup_annotations": [ 755 "~followup_annotations": [
755 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 756 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
756 ] 757 ]
757 } 758 }
758 ] 759 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698