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