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