OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux - noi18n - debug", | 10 "V8 Linux - noi18n - debug", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "v8@20123", | 24 "v8@20123", |
25 "--no_shallow", | 25 "--no_shallow", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
57 ] | 58 ] |
58 }, | 59 }, |
59 { | 60 { |
60 "cmd": [ | 61 "cmd": [ |
61 "python", | 62 "python", |
62 "-u", | 63 "-u", |
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
64 "runhooks" | 65 "runhooks" |
65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
66 "env": { | 68 "env": { |
67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
68 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use
_goma=1 v8_enable_i18n_support=0 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v
8_target_arch=ia32", | 70 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_i18n_support=0 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_targe
t_arch=ia32", |
69 "GYP_GENERATORS": "ninja", | 71 "GYP_GENERATORS": "ninja", |
70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
71 }, | 73 }, |
72 "name": "gclient runhooks" | 74 "name": "gclient runhooks" |
73 }, | 75 }, |
74 { | 76 { |
75 "cmd": [ | 77 "cmd": [ |
76 "python", | 78 "python", |
77 "-u", | 79 "-u", |
78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
79 "--show-path", | 81 "--show-path", |
80 "python", | 82 "python", |
81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
83 "name": "cleanup_temp" | 86 "name": "cleanup_temp" |
84 }, | 87 }, |
85 { | 88 { |
86 "allow_subannotations": true, | 89 "allow_subannotations": true, |
87 "cmd": [ | 90 "cmd": [ |
88 "python", | 91 "python", |
89 "-u", | 92 "-u", |
90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
91 "--src-dir", | 94 "--src-dir", |
92 "[CWD]/v8", | 95 "[SLAVE_BUILD]/v8", |
93 "--output-json", | 96 "--output-json", |
94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
96 "env": { | 100 "env": { |
97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
98 }, | 102 }, |
99 "name": "clang_revision", | 103 "name": "clang_revision", |
100 "~followup_annotations": [ | 104 "~followup_annotations": [ |
101 "@@@STEP_LOG_LINE@json.output@{@@@", | 105 "@@@STEP_LOG_LINE@json.output@{@@@", |
102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
103 "@@@STEP_LOG_LINE@json.output@}@@@", | 107 "@@@STEP_LOG_LINE@json.output@}@@@", |
104 "@@@STEP_LOG_END@json.output@@@" | 108 "@@@STEP_LOG_END@json.output@@@" |
105 ] | 109 ] |
106 }, | 110 }, |
107 { | 111 { |
108 "cmd": [ | 112 "cmd": [ |
109 "python", | 113 "python", |
110 "-u", | 114 "-u", |
111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
112 "--show-path", | 116 "--show-path", |
113 "python", | 117 "python", |
114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
115 "--gsutil-py-path", | 119 "--gsutil-py-path", |
116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
117 "--ninja-path", | 121 "--ninja-path", |
118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
119 "--target", | 123 "--target", |
120 "Debug", | 124 "Debug", |
121 "--src-dir", | 125 "--src-dir", |
122 "[CWD]/v8", | 126 "[SLAVE_BUILD]/v8", |
123 "--goma-cache-dir", | 127 "--goma-cache-dir", |
124 "[ROOT]/b/build/slave/goma_cache", | 128 "[GOMA_CACHE]", |
125 "--build-tool", | 129 "--build-tool", |
126 "ninja", | 130 "ninja", |
127 "--compiler", | 131 "--compiler", |
128 "goma-clang", | 132 "goma-clang", |
129 "--goma-jsonstatus", | 133 "--goma-jsonstatus", |
130 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
131 "--goma-service-account-json-file", | 135 "--goma-service-account-json-file", |
132 "/creds/service_accounts/service-account-goma-client.json", | 136 "/creds/service_accounts/service-account-goma-client.json", |
133 "--goma-dir", | 137 "--goma-dir", |
134 "[ROOT]/b/build/goma", | 138 "[BUILD]/goma", |
135 "--" | 139 "--" |
136 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
137 "env": { | 142 "env": { |
138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
139 }, | 144 }, |
140 "name": "compile", | 145 "name": "compile", |
141 "~followup_annotations": [ | 146 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
143 "@@@STEP_LOG_END@json.output (invalid)@@@" | 148 "@@@STEP_LOG_END@json.output (invalid)@@@" |
144 ] | 149 ] |
145 }, | 150 }, |
146 { | 151 { |
147 "cmd": [ | 152 "cmd": [ |
148 "python", | 153 "python", |
149 "-u", | 154 "-u", |
150 "[CWD]/v8/tools/run-tests.py", | 155 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
151 "--progress=verbose", | 156 "--progress=verbose", |
152 "--mode", | 157 "--mode", |
153 "Debug", | 158 "Debug", |
154 "--arch", | 159 "--arch", |
155 "ia32", | 160 "ia32", |
156 "--outdir", | 161 "--outdir", |
157 "out", | 162 "out", |
158 "--buildbot", | 163 "--buildbot", |
159 "--timeout=200", | 164 "--timeout=200", |
160 "--random-seed=-358114921", | 165 "--random-seed=-358114921", |
161 "bot_default", | 166 "bot_default", |
162 "--noi18n", | 167 "--noi18n", |
163 "--rerun-failures-count=2", | 168 "--rerun-failures-count=2", |
164 "--json-test-results", | 169 "--json-test-results", |
165 "/path/to/tmp/json" | 170 "/path/to/tmp/json" |
166 ], | 171 ], |
167 "cwd": "[CWD]/v8", | 172 "cwd": "[SLAVE_BUILD]/v8", |
168 "name": "Check", | 173 "name": "Check", |
169 "~followup_annotations": [ | 174 "~followup_annotations": [ |
170 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 175 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
171 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 176 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
172 "@@@STEP_LOG_LINE@durations@@@@", | 177 "@@@STEP_LOG_LINE@durations@@@@", |
173 "@@@STEP_LOG_LINE@durations@Details:@@@", | 178 "@@@STEP_LOG_LINE@durations@Details:@@@", |
174 "@@@STEP_LOG_LINE@durations@@@@", | 179 "@@@STEP_LOG_LINE@durations@@@@", |
175 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 180 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
176 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 181 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
177 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 182 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
178 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 183 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
179 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 184 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
180 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 185 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
181 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 186 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
182 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 187 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
183 "@@@STEP_LOG_END@durations@@@" | 188 "@@@STEP_LOG_END@durations@@@" |
184 ] | 189 ] |
185 }, | 190 }, |
186 { | 191 { |
187 "cmd": [ | 192 "cmd": [ |
188 "python", | 193 "python", |
189 "-u", | 194 "-u", |
190 "[CWD]/v8/tools/run-tests.py", | 195 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
191 "--progress=verbose", | 196 "--progress=verbose", |
192 "--mode", | 197 "--mode", |
193 "Debug", | 198 "Debug", |
194 "--arch", | 199 "--arch", |
195 "ia32", | 200 "ia32", |
196 "--outdir", | 201 "--outdir", |
197 "out", | 202 "out", |
198 "--buildbot", | 203 "--buildbot", |
199 "--timeout=200", | 204 "--timeout=200", |
200 "--random-seed=-358114921", | 205 "--random-seed=-358114921", |
201 "mozilla", | 206 "mozilla", |
202 "--noi18n", | 207 "--noi18n", |
203 "--rerun-failures-count=2", | 208 "--rerun-failures-count=2", |
204 "--json-test-results", | 209 "--json-test-results", |
205 "/path/to/tmp/json" | 210 "/path/to/tmp/json" |
206 ], | 211 ], |
207 "cwd": "[CWD]/v8", | 212 "cwd": "[SLAVE_BUILD]/v8", |
208 "name": "Mozilla", | 213 "name": "Mozilla", |
209 "~followup_annotations": [ | 214 "~followup_annotations": [ |
210 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 215 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
211 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 216 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
212 "@@@STEP_LOG_LINE@durations@@@@", | 217 "@@@STEP_LOG_LINE@durations@@@@", |
213 "@@@STEP_LOG_LINE@durations@Details:@@@", | 218 "@@@STEP_LOG_LINE@durations@Details:@@@", |
214 "@@@STEP_LOG_LINE@durations@@@@", | 219 "@@@STEP_LOG_LINE@durations@@@@", |
215 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 220 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
216 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 221 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
217 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 222 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
218 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 223 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
219 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 224 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
220 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 225 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
221 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 226 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
222 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 227 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
223 "@@@STEP_LOG_END@durations@@@" | 228 "@@@STEP_LOG_END@durations@@@" |
224 ] | 229 ] |
225 }, | 230 }, |
226 { | 231 { |
227 "cmd": [ | 232 "cmd": [ |
228 "python", | 233 "python", |
229 "-u", | 234 "-u", |
230 "[CWD]/v8/tools/run-tests.py", | 235 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
231 "--progress=verbose", | 236 "--progress=verbose", |
232 "--mode", | 237 "--mode", |
233 "Debug", | 238 "Debug", |
234 "--arch", | 239 "--arch", |
235 "ia32", | 240 "ia32", |
236 "--outdir", | 241 "--outdir", |
237 "out", | 242 "out", |
238 "--buildbot", | 243 "--buildbot", |
239 "--timeout=200", | 244 "--timeout=200", |
240 "--random-seed=-358114921", | 245 "--random-seed=-358114921", |
241 "test262", | 246 "test262", |
242 "--download-data", | 247 "--download-data", |
243 "--noi18n", | 248 "--noi18n", |
244 "--variants=default", | 249 "--variants=default", |
245 "--rerun-failures-count=2", | 250 "--rerun-failures-count=2", |
246 "--json-test-results", | 251 "--json-test-results", |
247 "/path/to/tmp/json" | 252 "/path/to/tmp/json" |
248 ], | 253 ], |
249 "cwd": "[CWD]/v8", | 254 "cwd": "[SLAVE_BUILD]/v8", |
250 "name": "Test262 - no variants", | 255 "name": "Test262 - no variants", |
251 "~followup_annotations": [ | 256 "~followup_annotations": [ |
252 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 257 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
253 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 258 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
254 "@@@STEP_LOG_LINE@durations@@@@", | 259 "@@@STEP_LOG_LINE@durations@@@@", |
255 "@@@STEP_LOG_LINE@durations@Details:@@@", | 260 "@@@STEP_LOG_LINE@durations@Details:@@@", |
256 "@@@STEP_LOG_LINE@durations@@@@", | 261 "@@@STEP_LOG_LINE@durations@@@@", |
257 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 262 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
258 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 263 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
259 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 264 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
260 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 265 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
261 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 266 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
262 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 267 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
263 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 268 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
264 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 269 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
265 "@@@STEP_LOG_END@durations@@@" | 270 "@@@STEP_LOG_END@durations@@@" |
266 ] | 271 ] |
267 }, | 272 }, |
268 { | 273 { |
269 "cmd": [ | 274 "cmd": [ |
270 "python", | 275 "python", |
271 "-u", | 276 "-u", |
272 "[CWD]/v8/tools/run-tests.py", | 277 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
273 "--progress=verbose", | 278 "--progress=verbose", |
274 "--mode", | 279 "--mode", |
275 "Debug", | 280 "Debug", |
276 "--arch", | 281 "--arch", |
277 "ia32", | 282 "ia32", |
278 "--outdir", | 283 "--outdir", |
279 "out", | 284 "out", |
280 "--buildbot", | 285 "--buildbot", |
281 "--timeout=200", | 286 "--timeout=200", |
282 "--random-seed=-358114921", | 287 "--random-seed=-358114921", |
283 "simdjs", | 288 "simdjs", |
284 "--download-data", | 289 "--download-data", |
285 "--noi18n", | 290 "--noi18n", |
286 "--rerun-failures-count=2", | 291 "--rerun-failures-count=2", |
287 "--json-test-results", | 292 "--json-test-results", |
288 "/path/to/tmp/json" | 293 "/path/to/tmp/json" |
289 ], | 294 ], |
290 "cwd": "[CWD]/v8", | 295 "cwd": "[SLAVE_BUILD]/v8", |
291 "name": "SimdJs - all", | 296 "name": "SimdJs - all", |
292 "~followup_annotations": [ | 297 "~followup_annotations": [ |
293 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 298 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
294 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 299 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
295 "@@@STEP_LOG_LINE@durations@@@@", | 300 "@@@STEP_LOG_LINE@durations@@@@", |
296 "@@@STEP_LOG_LINE@durations@Details:@@@", | 301 "@@@STEP_LOG_LINE@durations@Details:@@@", |
297 "@@@STEP_LOG_LINE@durations@@@@", | 302 "@@@STEP_LOG_LINE@durations@@@@", |
298 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 303 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
299 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 304 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
300 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 305 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
301 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 306 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
302 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 307 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
303 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 308 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
304 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 309 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
305 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 310 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
306 "@@@STEP_LOG_END@durations@@@" | 311 "@@@STEP_LOG_END@durations@@@" |
307 ] | 312 ] |
308 }, | 313 }, |
309 { | 314 { |
310 "name": "$result", | 315 "name": "$result", |
311 "recipe_result": null, | 316 "recipe_result": null, |
312 "status_code": 0 | 317 "status_code": 0 |
313 } | 318 } |
314 ] | 319 ] |
OLD | NEW |