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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "--src-dir", 217 "--src-dir",
218 "[SLAVE_BUILD]/src", 218 "[SLAVE_BUILD]/src",
219 "--build-tool", 219 "--build-tool",
220 "ninja", 220 "ninja",
221 "--compiler", 221 "--compiler",
222 "goma-clang", 222 "goma-clang",
223 "--goma-dir", 223 "--goma-dir",
224 "[BUILD]/goma", 224 "[BUILD]/goma",
225 "--goma-fail-fast", 225 "--goma-fail-fast",
226 "--goma-disable-local-fallback", 226 "--goma-disable-local-fallback",
227 "--ninja-ensure-up-to-date",
227 "--", 228 "--",
228 "angle_unittests_run", 229 "angle_unittests_run",
229 "content_gl_tests_run", 230 "content_gl_tests_run",
230 "gl_tests_run", 231 "gl_tests_run",
231 "gles2_conform_test_run", 232 "gles2_conform_test_run",
232 "gpu_unittests_run", 233 "gpu_unittests_run",
233 "tab_capture_end2end_tests_run", 234 "tab_capture_end2end_tests_run",
234 "telemetry_gpu_test_run" 235 "telemetry_gpu_test_run"
235 ], 236 ],
236 "cwd": "[SLAVE_BUILD]", 237 "cwd": "[SLAVE_BUILD]",
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 "json", 860 "json",
860 "--output-dir", 861 "--output-dir",
861 "/path/to/tmp/" 862 "/path/to/tmp/"
862 ], 863 ],
863 "cwd": "[SLAVE_BUILD]", 864 "cwd": "[SLAVE_BUILD]",
864 "name": "gpu_rasterization_tests", 865 "name": "gpu_rasterization_tests",
865 "~followup_annotations": [ 866 "~followup_annotations": [
866 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 867 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
867 ] 868 ]
868 } 869 }
869 ] 870 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698