OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/kill_processes.py" | 6 "[ROOT]/b/build/scripts/slave/kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "taskkill" | 8 "name": "taskkill" |
10 }, | 9 }, |
11 { | 10 { |
12 "cmd": [ | 11 "cmd": [ |
13 "python", | 12 "python", |
14 "-u", | 13 "-u", |
15 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
16 "--master", | 15 "--master", |
17 "chromium.fyi", | 16 "chromium.fyi", |
18 "--builder", | 17 "--builder", |
19 "Chromium Win x64 Clobber", | 18 "Chromium Win x64 Clobber", |
20 "--slave", | 19 "--slave", |
21 "TestSlave", | 20 "TestSlave", |
22 "--spec", | 21 "--spec", |
23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party
/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.google
code.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'ht
tp://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code
.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}
, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chro
mium.googlesource.com/chromium/src.git'}]", | 22 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps'
: {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url'
: 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project'
, 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url'
: 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromiu
m.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', '
url': 'https://chromium.googlesource.com/chromium/src.git'}]", |
24 "--root", | 23 "--root", |
25 "src", | 24 "src", |
26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
27 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", | 26 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", |
28 "--git-cache-dir", | 27 "--git-cache-dir", |
29 "[GIT_CACHE]", | 28 "[ROOT]/b/build/slave/cache_dir", |
30 "--output_json", | 29 "--output_json", |
31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
32 "--revision", | 31 "--revision", |
33 "src@123456789abcdef", | 32 "src@123456789abcdef", |
34 "--force", | 33 "--force", |
35 "--output_manifest" | 34 "--output_manifest" |
36 ], | 35 ], |
37 "cwd": "[SLAVE_BUILD]", | |
38 "env": { | 36 "env": { |
39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
40 }, | 38 }, |
41 "name": "bot_update", | 39 "name": "bot_update", |
42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 85 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
88 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 86 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
89 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 87 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
90 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" | 88 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" |
91 ] | 89 ] |
92 }, | 90 }, |
93 { | 91 { |
94 "cmd": [ | 92 "cmd": [ |
95 "python", | 93 "python", |
96 "-u", | 94 "-u", |
97 "[BUILD]/scripts/slave/runhooks_wrapper.py" | 95 "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" |
98 ], | 96 ], |
99 "cwd": "[SLAVE_BUILD]", | |
100 "env": { | 97 "env": { |
101 "CHROMIUM_GYP_SYNTAX_CHECK": "1", | 98 "CHROMIUM_GYP_SYNTAX_CHECK": "1", |
102 "DEPOT_TOOLS_UPDATE": "0", | 99 "DEPOT_TOOLS_UPDATE": "0", |
103 "GYP_DEFINES": "target_arch=x64 component=static_library", | 100 "GYP_DEFINES": "target_arch=x64 component=static_library", |
104 "GYP_GENERATORS": "ninja", | 101 "GYP_GENERATORS": "ninja", |
105 "LANDMINES_VERBOSE": "1" | 102 "LANDMINES_VERBOSE": "1" |
106 }, | 103 }, |
107 "name": "gclient runhooks wrapper" | 104 "name": "gclient runhooks wrapper" |
108 }, | 105 }, |
109 { | 106 { |
110 "cmd": [ | 107 "cmd": [ |
111 "python", | 108 "python", |
112 "-u", | 109 "-u", |
113 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
114 "--show-path", | 111 "--show-path", |
115 "python", | 112 "python", |
116 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
117 ], | 114 ], |
118 "cwd": "[SLAVE_BUILD]", | |
119 "name": "cleanup_temp" | 115 "name": "cleanup_temp" |
120 }, | 116 }, |
121 { | 117 { |
122 "cmd": [ | 118 "cmd": [ |
123 "python", | 119 "python", |
124 "-u", | 120 "-u", |
125 "[BUILD]/scripts/slave/compile.py", | 121 "[ROOT]/b/build/scripts/slave/compile.py", |
126 "--solution", | 122 "--solution", |
127 "out.sln", | 123 "out.sln", |
128 "--target", | 124 "--target", |
129 "Release_x64", | 125 "Release_x64", |
130 "--clobber", | 126 "--clobber", |
131 "--build-tool=ninja", | 127 "--build-tool=ninja", |
132 "--", | 128 "--", |
133 "chromium_builder_tests" | 129 "chromium_builder_tests" |
134 ], | 130 ], |
135 "cwd": "[SLAVE_BUILD]", | |
136 "name": "compile" | 131 "name": "compile" |
137 }, | 132 }, |
138 { | 133 { |
139 "cmd": [ | 134 "cmd": [ |
140 "python", | 135 "python", |
141 "-u", | 136 "-u", |
142 "[BUILD]/scripts/slave/runtest.py", | 137 "[ROOT]/b/build/scripts/slave/runtest.py", |
143 "--target", | 138 "--target", |
144 "Release_x64", | 139 "Release_x64", |
145 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 140 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
146 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 141 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
147 "--annotate=gtest", | 142 "--annotate=gtest", |
148 "--test-type", | 143 "--test-type", |
149 "interactive_ui_tests", | 144 "interactive_ui_tests", |
150 "interactive_ui_tests.exe", | 145 "interactive_ui_tests.exe", |
151 "--gtest_print_time" | 146 "--gtest_print_time" |
152 ], | 147 ], |
153 "cwd": "[SLAVE_BUILD]", | |
154 "name": "interactive_ui_tests" | 148 "name": "interactive_ui_tests" |
155 }, | 149 }, |
156 { | 150 { |
157 "cmd": [ | 151 "cmd": [ |
158 "python", | 152 "python", |
159 "-u", | 153 "-u", |
160 "[BUILD]/scripts/slave/runtest.py", | 154 "[ROOT]/b/build/scripts/slave/runtest.py", |
161 "--target", | 155 "--target", |
162 "Release_x64", | 156 "Release_x64", |
163 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 157 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
164 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 158 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
165 "--annotate=gtest", | 159 "--annotate=gtest", |
166 "--test-type", | 160 "--test-type", |
167 "base_unittests", | 161 "base_unittests", |
168 "base_unittests.exe", | 162 "base_unittests.exe", |
169 "--gtest_print_time" | 163 "--gtest_print_time" |
170 ], | 164 ], |
171 "cwd": "[SLAVE_BUILD]", | |
172 "name": "base_unittests" | 165 "name": "base_unittests" |
173 }, | 166 }, |
174 { | 167 { |
175 "cmd": [ | 168 "cmd": [ |
176 "python", | 169 "python", |
177 "-u", | 170 "-u", |
178 "[BUILD]/scripts/slave/runtest.py", | 171 "[ROOT]/b/build/scripts/slave/runtest.py", |
179 "--target", | 172 "--target", |
180 "Release_x64", | 173 "Release_x64", |
181 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 174 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
182 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 175 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
183 "--annotate=gtest", | 176 "--annotate=gtest", |
184 "--test-type", | 177 "--test-type", |
185 "cacheinvalidation_unittests", | 178 "cacheinvalidation_unittests", |
186 "cacheinvalidation_unittests.exe", | 179 "cacheinvalidation_unittests.exe", |
187 "--gtest_print_time" | 180 "--gtest_print_time" |
188 ], | 181 ], |
189 "cwd": "[SLAVE_BUILD]", | |
190 "name": "cacheinvalidation_unittests" | 182 "name": "cacheinvalidation_unittests" |
191 }, | 183 }, |
192 { | 184 { |
193 "cmd": [ | 185 "cmd": [ |
194 "python", | 186 "python", |
195 "-u", | 187 "-u", |
196 "[BUILD]/scripts/slave/runtest.py", | 188 "[ROOT]/b/build/scripts/slave/runtest.py", |
197 "--target", | 189 "--target", |
198 "Release_x64", | 190 "Release_x64", |
199 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 191 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
200 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 192 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
201 "--annotate=gtest", | 193 "--annotate=gtest", |
202 "--test-type", | 194 "--test-type", |
203 "cc_unittests", | 195 "cc_unittests", |
204 "cc_unittests.exe", | 196 "cc_unittests.exe", |
205 "--gtest_print_time" | 197 "--gtest_print_time" |
206 ], | 198 ], |
207 "cwd": "[SLAVE_BUILD]", | |
208 "name": "cc_unittests" | 199 "name": "cc_unittests" |
209 }, | 200 }, |
210 { | 201 { |
211 "cmd": [ | 202 "cmd": [ |
212 "python", | 203 "python", |
213 "-u", | 204 "-u", |
214 "[BUILD]/scripts/slave/runtest.py", | 205 "[ROOT]/b/build/scripts/slave/runtest.py", |
215 "--target", | 206 "--target", |
216 "Release_x64", | 207 "Release_x64", |
217 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 208 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
218 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 209 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
219 "--annotate=gtest", | 210 "--annotate=gtest", |
220 "--test-type", | 211 "--test-type", |
221 "chromedriver_unittests", | 212 "chromedriver_unittests", |
222 "chromedriver_unittests.exe", | 213 "chromedriver_unittests.exe", |
223 "--gtest_print_time" | 214 "--gtest_print_time" |
224 ], | 215 ], |
225 "cwd": "[SLAVE_BUILD]", | |
226 "name": "chromedriver_unittests" | 216 "name": "chromedriver_unittests" |
227 }, | 217 }, |
228 { | 218 { |
229 "cmd": [ | 219 "cmd": [ |
230 "python", | 220 "python", |
231 "-u", | 221 "-u", |
232 "[BUILD]/scripts/slave/runtest.py", | 222 "[ROOT]/b/build/scripts/slave/runtest.py", |
233 "--target", | 223 "--target", |
234 "Release_x64", | 224 "Release_x64", |
235 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 225 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
236 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 226 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
237 "--annotate=gtest", | 227 "--annotate=gtest", |
238 "--test-type", | 228 "--test-type", |
239 "components_unittests", | 229 "components_unittests", |
240 "components_unittests.exe", | 230 "components_unittests.exe", |
241 "--gtest_print_time" | 231 "--gtest_print_time" |
242 ], | 232 ], |
243 "cwd": "[SLAVE_BUILD]", | |
244 "name": "components_unittests" | 233 "name": "components_unittests" |
245 }, | 234 }, |
246 { | 235 { |
247 "cmd": [ | 236 "cmd": [ |
248 "python", | 237 "python", |
249 "-u", | 238 "-u", |
250 "[BUILD]/scripts/slave/runtest.py", | 239 "[ROOT]/b/build/scripts/slave/runtest.py", |
251 "--target", | 240 "--target", |
252 "Release_x64", | 241 "Release_x64", |
253 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 242 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
254 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 243 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
255 "--annotate=gtest", | 244 "--annotate=gtest", |
256 "--test-type", | 245 "--test-type", |
257 "courgette_unittests", | 246 "courgette_unittests", |
258 "courgette_unittests.exe", | 247 "courgette_unittests.exe", |
259 "--gtest_print_time" | 248 "--gtest_print_time" |
260 ], | 249 ], |
261 "cwd": "[SLAVE_BUILD]", | |
262 "name": "courgette_unittests" | 250 "name": "courgette_unittests" |
263 }, | 251 }, |
264 { | 252 { |
265 "cmd": [ | 253 "cmd": [ |
266 "python", | 254 "python", |
267 "-u", | 255 "-u", |
268 "[BUILD]/scripts/slave/runtest.py", | 256 "[ROOT]/b/build/scripts/slave/runtest.py", |
269 "--target", | 257 "--target", |
270 "Release_x64", | 258 "Release_x64", |
271 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 259 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
272 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 260 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
273 "--annotate=gtest", | 261 "--annotate=gtest", |
274 "--test-type", | 262 "--test-type", |
275 "crypto_unittests", | 263 "crypto_unittests", |
276 "crypto_unittests.exe", | 264 "crypto_unittests.exe", |
277 "--gtest_print_time" | 265 "--gtest_print_time" |
278 ], | 266 ], |
279 "cwd": "[SLAVE_BUILD]", | |
280 "name": "crypto_unittests" | 267 "name": "crypto_unittests" |
281 }, | 268 }, |
282 { | 269 { |
283 "cmd": [ | 270 "cmd": [ |
284 "python", | 271 "python", |
285 "-u", | 272 "-u", |
286 "[BUILD]/scripts/slave/runtest.py", | 273 "[ROOT]/b/build/scripts/slave/runtest.py", |
287 "--target", | 274 "--target", |
288 "Release_x64", | 275 "Release_x64", |
289 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 276 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
290 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 277 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
291 "--annotate=gtest", | 278 "--annotate=gtest", |
292 "--test-type", | 279 "--test-type", |
293 "gcm_unit_tests", | 280 "gcm_unit_tests", |
294 "gcm_unit_tests.exe", | 281 "gcm_unit_tests.exe", |
295 "--gtest_print_time" | 282 "--gtest_print_time" |
296 ], | 283 ], |
297 "cwd": "[SLAVE_BUILD]", | |
298 "name": "gcm_unit_tests" | 284 "name": "gcm_unit_tests" |
299 }, | 285 }, |
300 { | 286 { |
301 "cmd": [ | 287 "cmd": [ |
302 "python", | 288 "python", |
303 "-u", | 289 "-u", |
304 "[BUILD]/scripts/slave/runtest.py", | 290 "[ROOT]/b/build/scripts/slave/runtest.py", |
305 "--target", | 291 "--target", |
306 "Release_x64", | 292 "Release_x64", |
307 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 293 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
308 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 294 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
309 "--annotate=gtest", | 295 "--annotate=gtest", |
310 "--test-type", | 296 "--test-type", |
311 "gpu_unittests", | 297 "gpu_unittests", |
312 "gpu_unittests.exe", | 298 "gpu_unittests.exe", |
313 "--gmock_verbose=error", | 299 "--gmock_verbose=error", |
314 "--gtest_print_time" | 300 "--gtest_print_time" |
315 ], | 301 ], |
316 "cwd": "[SLAVE_BUILD]", | |
317 "name": "gpu_unittests" | 302 "name": "gpu_unittests" |
318 }, | 303 }, |
319 { | 304 { |
320 "cmd": [ | 305 "cmd": [ |
321 "python", | 306 "python", |
322 "-u", | 307 "-u", |
323 "[BUILD]/scripts/slave/runtest.py", | 308 "[ROOT]/b/build/scripts/slave/runtest.py", |
324 "--target", | 309 "--target", |
325 "Release_x64", | 310 "Release_x64", |
326 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 311 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
327 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 312 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
328 "--annotate=gtest", | 313 "--annotate=gtest", |
329 "--test-type", | 314 "--test-type", |
330 "url_unittests", | 315 "url_unittests", |
331 "url_unittests.exe", | 316 "url_unittests.exe", |
332 "--gtest_print_time" | 317 "--gtest_print_time" |
333 ], | 318 ], |
334 "cwd": "[SLAVE_BUILD]", | |
335 "name": "url_unittests" | 319 "name": "url_unittests" |
336 }, | 320 }, |
337 { | 321 { |
338 "cmd": [ | 322 "cmd": [ |
339 "python", | 323 "python", |
340 "-u", | 324 "-u", |
341 "[BUILD]/scripts/slave/runtest.py", | 325 "[ROOT]/b/build/scripts/slave/runtest.py", |
342 "--target", | 326 "--target", |
343 "Release_x64", | 327 "Release_x64", |
344 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 328 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
345 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 329 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
346 "--annotate=gtest", | 330 "--annotate=gtest", |
347 "--test-type", | 331 "--test-type", |
348 "jingle_unittests", | 332 "jingle_unittests", |
349 "jingle_unittests.exe", | 333 "jingle_unittests.exe", |
350 "--gtest_print_time" | 334 "--gtest_print_time" |
351 ], | 335 ], |
352 "cwd": "[SLAVE_BUILD]", | |
353 "name": "jingle_unittests" | 336 "name": "jingle_unittests" |
354 }, | 337 }, |
355 { | 338 { |
356 "cmd": [ | 339 "cmd": [ |
357 "python", | 340 "python", |
358 "-u", | 341 "-u", |
359 "[BUILD]/scripts/slave/runtest.py", | 342 "[ROOT]/b/build/scripts/slave/runtest.py", |
360 "--target", | 343 "--target", |
361 "Release_x64", | 344 "Release_x64", |
362 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 345 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
363 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 346 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
364 "--annotate=gtest", | 347 "--annotate=gtest", |
365 "--test-type", | 348 "--test-type", |
366 "media_unittests", | 349 "media_unittests", |
367 "media_unittests.exe", | 350 "media_unittests.exe", |
368 "--gtest_print_time" | 351 "--gtest_print_time" |
369 ], | 352 ], |
370 "cwd": "[SLAVE_BUILD]", | |
371 "name": "media_unittests" | 353 "name": "media_unittests" |
372 }, | 354 }, |
373 { | 355 { |
374 "cmd": [ | 356 "cmd": [ |
375 "python", | 357 "python", |
376 "-u", | 358 "-u", |
377 "[BUILD]/scripts/slave/runtest.py", | 359 "[ROOT]/b/build/scripts/slave/runtest.py", |
378 "--target", | 360 "--target", |
379 "Release_x64", | 361 "Release_x64", |
380 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 362 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
381 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 363 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
382 "--annotate=gtest", | 364 "--annotate=gtest", |
383 "--test-type", | 365 "--test-type", |
384 "net_unittests", | 366 "net_unittests", |
385 "net_unittests.exe", | 367 "net_unittests.exe", |
386 "--gtest_print_time" | 368 "--gtest_print_time" |
387 ], | 369 ], |
388 "cwd": "[SLAVE_BUILD]", | |
389 "name": "net_unittests" | 370 "name": "net_unittests" |
390 }, | 371 }, |
391 { | 372 { |
392 "cmd": [ | 373 "cmd": [ |
393 "python", | 374 "python", |
394 "-u", | 375 "-u", |
395 "[BUILD]/scripts/slave/runtest.py", | 376 "[ROOT]/b/build/scripts/slave/runtest.py", |
396 "--target", | 377 "--target", |
397 "Release_x64", | 378 "Release_x64", |
398 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 379 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
399 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 380 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
400 "--annotate=gtest", | 381 "--annotate=gtest", |
401 "--test-type", | 382 "--test-type", |
402 "ppapi_unittests", | 383 "ppapi_unittests", |
403 "ppapi_unittests.exe", | 384 "ppapi_unittests.exe", |
404 "--gtest_print_time" | 385 "--gtest_print_time" |
405 ], | 386 ], |
406 "cwd": "[SLAVE_BUILD]", | |
407 "name": "ppapi_unittests" | 387 "name": "ppapi_unittests" |
408 }, | 388 }, |
409 { | 389 { |
410 "cmd": [ | 390 "cmd": [ |
411 "python", | 391 "python", |
412 "-u", | 392 "-u", |
413 "[BUILD]/scripts/slave/runtest.py", | 393 "[ROOT]/b/build/scripts/slave/runtest.py", |
414 "--target", | 394 "--target", |
415 "Release_x64", | 395 "Release_x64", |
416 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 396 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
417 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 397 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
418 "--annotate=gtest", | 398 "--annotate=gtest", |
419 "--test-type", | 399 "--test-type", |
420 "printing_unittests", | 400 "printing_unittests", |
421 "printing_unittests.exe", | 401 "printing_unittests.exe", |
422 "--gtest_print_time" | 402 "--gtest_print_time" |
423 ], | 403 ], |
424 "cwd": "[SLAVE_BUILD]", | |
425 "name": "printing_unittests" | 404 "name": "printing_unittests" |
426 }, | 405 }, |
427 { | 406 { |
428 "cmd": [ | 407 "cmd": [ |
429 "python", | 408 "python", |
430 "-u", | 409 "-u", |
431 "[BUILD]/scripts/slave/runtest.py", | 410 "[ROOT]/b/build/scripts/slave/runtest.py", |
432 "--target", | 411 "--target", |
433 "Release_x64", | 412 "Release_x64", |
434 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 413 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
435 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 414 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
436 "--annotate=gtest", | 415 "--annotate=gtest", |
437 "--test-type", | 416 "--test-type", |
438 "remoting_unittests", | 417 "remoting_unittests", |
439 "remoting_unittests.exe", | 418 "remoting_unittests.exe", |
440 "--gtest_print_time" | 419 "--gtest_print_time" |
441 ], | 420 ], |
442 "cwd": "[SLAVE_BUILD]", | |
443 "name": "remoting_unittests" | 421 "name": "remoting_unittests" |
444 }, | 422 }, |
445 { | 423 { |
446 "cmd": [ | 424 "cmd": [ |
447 "python", | 425 "python", |
448 "-u", | 426 "-u", |
449 "[BUILD]/scripts/slave/runtest.py", | 427 "[ROOT]/b/build/scripts/slave/runtest.py", |
450 "--target", | 428 "--target", |
451 "Release_x64", | 429 "Release_x64", |
452 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 430 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
453 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 431 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
454 "--annotate=gtest", | 432 "--annotate=gtest", |
455 "--test-type", | 433 "--test-type", |
456 "sbox_unittests", | 434 "sbox_unittests", |
457 "sbox_unittests.exe", | 435 "sbox_unittests.exe", |
458 "--gtest_print_time" | 436 "--gtest_print_time" |
459 ], | 437 ], |
460 "cwd": "[SLAVE_BUILD]", | |
461 "name": "sbox_unittests" | 438 "name": "sbox_unittests" |
462 }, | 439 }, |
463 { | 440 { |
464 "cmd": [ | 441 "cmd": [ |
465 "python", | 442 "python", |
466 "-u", | 443 "-u", |
467 "[BUILD]/scripts/slave/runtest.py", | 444 "[ROOT]/b/build/scripts/slave/runtest.py", |
468 "--target", | 445 "--target", |
469 "Release_x64", | 446 "Release_x64", |
470 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 447 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
471 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 448 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
472 "--annotate=gtest", | 449 "--annotate=gtest", |
473 "--test-type", | 450 "--test-type", |
474 "sbox_integration_tests", | 451 "sbox_integration_tests", |
475 "sbox_integration_tests.exe", | 452 "sbox_integration_tests.exe", |
476 "--gtest_print_time" | 453 "--gtest_print_time" |
477 ], | 454 ], |
478 "cwd": "[SLAVE_BUILD]", | |
479 "name": "sbox_integration_tests" | 455 "name": "sbox_integration_tests" |
480 }, | 456 }, |
481 { | 457 { |
482 "cmd": [ | 458 "cmd": [ |
483 "python", | 459 "python", |
484 "-u", | 460 "-u", |
485 "[BUILD]/scripts/slave/runtest.py", | 461 "[ROOT]/b/build/scripts/slave/runtest.py", |
486 "--target", | 462 "--target", |
487 "Release_x64", | 463 "Release_x64", |
488 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 464 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
489 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 465 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
490 "--annotate=gtest", | 466 "--annotate=gtest", |
491 "--test-type", | 467 "--test-type", |
492 "sbox_validation_tests", | 468 "sbox_validation_tests", |
493 "sbox_validation_tests.exe", | 469 "sbox_validation_tests.exe", |
494 "--gtest_print_time" | 470 "--gtest_print_time" |
495 ], | 471 ], |
496 "cwd": "[SLAVE_BUILD]", | |
497 "name": "sbox_validation_tests" | 472 "name": "sbox_validation_tests" |
498 }, | 473 }, |
499 { | 474 { |
500 "cmd": [ | 475 "cmd": [ |
501 "python", | 476 "python", |
502 "-u", | 477 "-u", |
503 "[BUILD]/scripts/slave/runtest.py", | 478 "[ROOT]/b/build/scripts/slave/runtest.py", |
504 "--target", | 479 "--target", |
505 "Release_x64", | 480 "Release_x64", |
506 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 481 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
507 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 482 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
508 "--annotate=gtest", | 483 "--annotate=gtest", |
509 "--test-type", | 484 "--test-type", |
510 "ipc_tests", | 485 "ipc_tests", |
511 "ipc_tests.exe", | 486 "ipc_tests.exe", |
512 "--gtest_print_time" | 487 "--gtest_print_time" |
513 ], | 488 ], |
514 "cwd": "[SLAVE_BUILD]", | |
515 "name": "ipc_tests" | 489 "name": "ipc_tests" |
516 }, | 490 }, |
517 { | 491 { |
518 "cmd": [ | 492 "cmd": [ |
519 "python", | 493 "python", |
520 "-u", | 494 "-u", |
521 "[BUILD]/scripts/slave/runtest.py", | 495 "[ROOT]/b/build/scripts/slave/runtest.py", |
522 "--target", | 496 "--target", |
523 "Release_x64", | 497 "Release_x64", |
524 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 498 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
525 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 499 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
526 "--annotate=gtest", | 500 "--annotate=gtest", |
527 "--test-type", | 501 "--test-type", |
528 "sync_unit_tests", | 502 "sync_unit_tests", |
529 "sync_unit_tests.exe", | 503 "sync_unit_tests.exe", |
530 "--gtest_print_time" | 504 "--gtest_print_time" |
531 ], | 505 ], |
532 "cwd": "[SLAVE_BUILD]", | |
533 "name": "sync_unit_tests" | 506 "name": "sync_unit_tests" |
534 }, | 507 }, |
535 { | 508 { |
536 "cmd": [ | 509 "cmd": [ |
537 "python", | 510 "python", |
538 "-u", | 511 "-u", |
539 "[BUILD]/scripts/slave/runtest.py", | 512 "[ROOT]/b/build/scripts/slave/runtest.py", |
540 "--target", | 513 "--target", |
541 "Release_x64", | 514 "Release_x64", |
542 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 515 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
543 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 516 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
544 "--annotate=gtest", | 517 "--annotate=gtest", |
545 "--test-type", | 518 "--test-type", |
546 "unit_tests", | 519 "unit_tests", |
547 "unit_tests.exe", | 520 "unit_tests.exe", |
548 "--gtest_print_time" | 521 "--gtest_print_time" |
549 ], | 522 ], |
550 "cwd": "[SLAVE_BUILD]", | |
551 "name": "unit_tests" | 523 "name": "unit_tests" |
552 }, | 524 }, |
553 { | 525 { |
554 "cmd": [ | 526 "cmd": [ |
555 "python", | 527 "python", |
556 "-u", | 528 "-u", |
557 "[BUILD]/scripts/slave/runtest.py", | 529 "[ROOT]/b/build/scripts/slave/runtest.py", |
558 "--target", | 530 "--target", |
559 "Release_x64", | 531 "Release_x64", |
560 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 532 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
561 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 533 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
562 "--annotate=gtest", | 534 "--annotate=gtest", |
563 "--test-type", | 535 "--test-type", |
564 "skia_unittests", | 536 "skia_unittests", |
565 "skia_unittests.exe", | 537 "skia_unittests.exe", |
566 "--gtest_print_time" | 538 "--gtest_print_time" |
567 ], | 539 ], |
568 "cwd": "[SLAVE_BUILD]", | |
569 "name": "skia_unittests" | 540 "name": "skia_unittests" |
570 }, | 541 }, |
571 { | 542 { |
572 "cmd": [ | 543 "cmd": [ |
573 "python", | 544 "python", |
574 "-u", | 545 "-u", |
575 "[BUILD]/scripts/slave/runtest.py", | 546 "[ROOT]/b/build/scripts/slave/runtest.py", |
576 "--target", | 547 "--target", |
577 "Release_x64", | 548 "Release_x64", |
578 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 549 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
579 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 550 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
580 "--annotate=gtest", | 551 "--annotate=gtest", |
581 "--test-type", | 552 "--test-type", |
582 "sql_unittests", | 553 "sql_unittests", |
583 "sql_unittests.exe", | 554 "sql_unittests.exe", |
584 "--gtest_print_time" | 555 "--gtest_print_time" |
585 ], | 556 ], |
586 "cwd": "[SLAVE_BUILD]", | |
587 "name": "sql_unittests" | 557 "name": "sql_unittests" |
588 }, | 558 }, |
589 { | 559 { |
590 "cmd": [ | 560 "cmd": [ |
591 "python", | 561 "python", |
592 "-u", | 562 "-u", |
593 "[BUILD]/scripts/slave/runtest.py", | 563 "[ROOT]/b/build/scripts/slave/runtest.py", |
594 "--target", | 564 "--target", |
595 "Release_x64", | 565 "Release_x64", |
596 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 566 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
597 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 567 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
598 "--annotate=gtest", | 568 "--annotate=gtest", |
599 "--test-type", | 569 "--test-type", |
600 "ui_base_unittests", | 570 "ui_base_unittests", |
601 "ui_base_unittests.exe", | 571 "ui_base_unittests.exe", |
602 "--gtest_print_time" | 572 "--gtest_print_time" |
603 ], | 573 ], |
604 "cwd": "[SLAVE_BUILD]", | |
605 "name": "ui_base_unittests" | 574 "name": "ui_base_unittests" |
606 }, | 575 }, |
607 { | 576 { |
608 "cmd": [ | 577 "cmd": [ |
609 "python", | 578 "python", |
610 "-u", | 579 "-u", |
611 "[BUILD]/scripts/slave/runtest.py", | 580 "[ROOT]/b/build/scripts/slave/runtest.py", |
612 "--target", | 581 "--target", |
613 "Release_x64", | 582 "Release_x64", |
614 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 583 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
615 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 584 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
616 "--annotate=gtest", | 585 "--annotate=gtest", |
617 "--test-type", | 586 "--test-type", |
618 "content_unittests", | 587 "content_unittests", |
619 "content_unittests.exe", | 588 "content_unittests.exe", |
620 "--gtest_print_time" | 589 "--gtest_print_time" |
621 ], | 590 ], |
622 "cwd": "[SLAVE_BUILD]", | |
623 "name": "content_unittests" | 591 "name": "content_unittests" |
624 }, | 592 }, |
625 { | 593 { |
626 "cmd": [ | 594 "cmd": [ |
627 "python", | 595 "python", |
628 "-u", | 596 "-u", |
629 "[BUILD]/scripts/slave/runtest.py", | 597 "[ROOT]/b/build/scripts/slave/runtest.py", |
630 "--target", | 598 "--target", |
631 "Release_x64", | 599 "Release_x64", |
632 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 600 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
633 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 601 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
634 "--annotate=gtest", | 602 "--annotate=gtest", |
635 "--test-type", | 603 "--test-type", |
636 "views_unittests", | 604 "views_unittests", |
637 "views_unittests.exe", | 605 "views_unittests.exe", |
638 "--gtest_print_time" | 606 "--gtest_print_time" |
639 ], | 607 ], |
640 "cwd": "[SLAVE_BUILD]", | |
641 "name": "views_unittests" | 608 "name": "views_unittests" |
642 }, | 609 }, |
643 { | 610 { |
644 "cmd": [ | 611 "cmd": [ |
645 "python", | 612 "python", |
646 "-u", | 613 "-u", |
647 "[BUILD]/scripts/slave/runtest.py", | 614 "[ROOT]/b/build/scripts/slave/runtest.py", |
648 "--target", | 615 "--target", |
649 "Release_x64", | 616 "Release_x64", |
650 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 617 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
651 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 618 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
652 "--annotate=gtest", | 619 "--annotate=gtest", |
653 "--test-type", | 620 "--test-type", |
654 "browser_tests", | 621 "browser_tests", |
655 "browser_tests.exe", | 622 "browser_tests.exe", |
656 "--lib=browser_tests", | 623 "--lib=browser_tests", |
657 "--gtest_print_time" | 624 "--gtest_print_time" |
658 ], | 625 ], |
659 "cwd": "[SLAVE_BUILD]", | |
660 "name": "browser_tests" | 626 "name": "browser_tests" |
661 }, | 627 }, |
662 { | 628 { |
663 "cmd": [ | 629 "cmd": [ |
664 "python", | 630 "python", |
665 "-u", | 631 "-u", |
666 "[BUILD]/scripts/slave/runtest.py", | 632 "[ROOT]/b/build/scripts/slave/runtest.py", |
667 "--target", | 633 "--target", |
668 "Release_x64", | 634 "Release_x64", |
669 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 635 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
670 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 636 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
671 "--annotate=gtest", | 637 "--annotate=gtest", |
672 "--test-type", | 638 "--test-type", |
673 "content_browsertests", | 639 "content_browsertests", |
674 "content_browsertests.exe", | 640 "content_browsertests.exe", |
675 "--gtest_print_time" | 641 "--gtest_print_time" |
676 ], | 642 ], |
677 "cwd": "[SLAVE_BUILD]", | |
678 "name": "content_browsertests" | 643 "name": "content_browsertests" |
679 }, | 644 }, |
680 { | 645 { |
681 "cmd": [ | 646 "cmd": [ |
682 "python", | 647 "python", |
683 "-u", | 648 "-u", |
684 "[BUILD]/scripts/slave/runtest.py", | 649 "[ROOT]/b/build/scripts/slave/runtest.py", |
685 "--target", | 650 "--target", |
686 "Release_x64", | 651 "Release_x64", |
687 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 652 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
688 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 653 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
689 "--annotate=gtest", | 654 "--annotate=gtest", |
690 "--test-type", | 655 "--test-type", |
691 "installer_util_unittests", | 656 "installer_util_unittests", |
692 "installer_util_unittests.exe", | 657 "installer_util_unittests.exe", |
693 "--gtest_print_time" | 658 "--gtest_print_time" |
694 ], | 659 ], |
695 "cwd": "[SLAVE_BUILD]", | |
696 "name": "installer_util_unittests" | 660 "name": "installer_util_unittests" |
697 }, | 661 }, |
698 { | 662 { |
699 "cmd": [ | 663 "cmd": [ |
700 "python", | 664 "python", |
701 "-u", | 665 "-u", |
702 "[BUILD]/scripts/slave/runtest.py", | 666 "[ROOT]/b/build/scripts/slave/runtest.py", |
703 "--target", | 667 "--target", |
704 "Release_x64", | 668 "Release_x64", |
705 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", | 669 "--build-properties={\"buildername\":\"Chromium Win x64 Clobber\",\"buildn
umber\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"g
ot_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\
":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp
\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a3
5f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_
webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revi
sion_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromium.fyi\",\"reci
pe\":\"chromium.fyi.win_misc_block.recipe_autogen\",\"revision\":\"123456789abcd
ef\",\"slavename\":\"TestSlave\"}", |
706 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", | 670 "--factory-properties={\"blink_config\":\"chromium\",\"gclient_env\":{\"CH
ROMIUM_GYP_SYNTAX_CHECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"t
arget_arch=x64 component=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMIN
ES_VERBOSE\":\"1\"}}", |
707 "--annotate=gtest", | 671 "--annotate=gtest", |
708 "--test-type", | 672 "--test-type", |
709 "sync_integration_tests", | 673 "sync_integration_tests", |
710 "sync_integration_tests.exe", | 674 "sync_integration_tests.exe", |
711 "--ui-test-action-max-timeout=120000", | 675 "--ui-test-action-max-timeout=120000", |
712 "--gtest_print_time" | 676 "--gtest_print_time" |
713 ], | 677 ], |
714 "cwd": "[SLAVE_BUILD]", | |
715 "name": "sync_integration_tests" | 678 "name": "sync_integration_tests" |
716 }, | 679 }, |
717 { | 680 { |
718 "cmd": [ | 681 "cmd": [ |
719 "python", | 682 "python", |
720 "-u", | 683 "-u", |
721 "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integrati
on.py", | 684 "[CWD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integration.py", |
722 "--mode", | 685 "--mode", |
723 "Release_x64" | 686 "Release_x64" |
724 ], | 687 ], |
725 "cwd": "[SLAVE_BUILD]", | 688 "cwd": "[CWD]", |
726 "name": "nacl_integration" | 689 "name": "nacl_integration" |
727 }, | 690 }, |
728 { | 691 { |
729 "name": "$result", | 692 "name": "$result", |
730 "recipe_result": null, | 693 "recipe_result": null, |
731 "status_code": 0 | 694 "status_code": 0 |
732 } | 695 } |
733 ] | 696 ] |
OLD | NEW |