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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_debug_tryserver.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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "--src-dir", 197 "--src-dir",
198 "[SLAVE_BUILD]\\src", 198 "[SLAVE_BUILD]\\src",
199 "--build-tool", 199 "--build-tool",
200 "ninja", 200 "ninja",
201 "--compiler", 201 "--compiler",
202 "goma", 202 "goma",
203 "--goma-dir", 203 "--goma-dir",
204 "[BUILD]\\goma", 204 "[BUILD]\\goma",
205 "--goma-fail-fast", 205 "--goma-fail-fast",
206 "--goma-disable-local-fallback", 206 "--goma-disable-local-fallback",
207 "--ninja-ensure-up-to-date",
207 "--", 208 "--",
208 "angle_unittests_run", 209 "angle_unittests_run",
209 "content_gl_tests_run", 210 "content_gl_tests_run",
210 "gl_tests_run", 211 "gl_tests_run",
211 "gles2_conform_test_run", 212 "gles2_conform_test_run",
212 "gpu_unittests_run", 213 "gpu_unittests_run",
213 "tab_capture_end2end_tests_run", 214 "tab_capture_end2end_tests_run",
214 "telemetry_gpu_test_run" 215 "telemetry_gpu_test_run"
215 ], 216 ],
216 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 "json", 840 "json",
840 "--output-dir", 841 "--output-dir",
841 "/path/to/tmp/" 842 "/path/to/tmp/"
842 ], 843 ],
843 "cwd": "[SLAVE_BUILD]", 844 "cwd": "[SLAVE_BUILD]",
844 "name": "gpu_rasterization_tests", 845 "name": "gpu_rasterization_tests",
845 "~followup_annotations": [ 846 "~followup_annotations": [
846 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 847 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
847 ] 848 ]
848 } 849 }
849 ] 850 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698