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