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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_memcheck.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux_memcheck", 10 "linux_memcheck",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "--src-dir", 62 "--src-dir",
63 "[SLAVE_BUILD]/src", 63 "[SLAVE_BUILD]/src",
64 "--build-tool", 64 "--build-tool",
65 "ninja", 65 "ninja",
66 "--compiler", 66 "--compiler",
67 "goma", 67 "goma",
68 "--goma-dir", 68 "--goma-dir",
69 "[BUILD]/goma", 69 "[BUILD]/goma",
70 "--goma-fail-fast", 70 "--goma-fail-fast",
71 "--goma-disable-local-fallback", 71 "--goma-disable-local-fallback",
72 "--ninja-ensure-up-to-date",
72 "--", 73 "--",
73 "All" 74 "All"
74 ], 75 ],
75 "cwd": "[SLAVE_BUILD]", 76 "cwd": "[SLAVE_BUILD]",
76 "name": "compile" 77 "name": "compile"
77 }, 78 },
78 { 79 {
79 "cmd": [ 80 "cmd": [
80 "python", 81 "python",
81 "-u", 82 "-u",
(...skipping 14 matching lines...) Expand all
96 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", 97 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh",
97 "--test", 98 "--test",
98 "libyuv_unittest", 99 "libyuv_unittest",
99 "--tool", 100 "--tool",
100 "memcheck" 101 "memcheck"
101 ], 102 ],
102 "cwd": "[SLAVE_BUILD]", 103 "cwd": "[SLAVE_BUILD]",
103 "name": "libyuv_unittest" 104 "name": "libyuv_unittest"
104 } 105 }
105 ] 106 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698