Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 - predictable", 10 "V8 Linux - predictable",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
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'}]", 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'}]",
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 "[GIT_CACHE]", 20 "[ROOT]/b/build/slave/cache_dir",
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]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@",
(...skipping 18 matching lines...) Expand all
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
58 ] 57 ]
59 }, 58 },
60 { 59 {
61 "cmd": [ 60 "cmd": [
62 "python", 61 "python",
63 "-u", 62 "-u",
64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
65 "runhooks" 64 "runhooks"
66 ], 65 ],
67 "cwd": "[SLAVE_BUILD]",
68 "env": { 66 "env": {
69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
70 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", 68 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use _goma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32",
71 "GYP_GENERATORS": "ninja", 69 "GYP_GENERATORS": "ninja",
72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
73 }, 71 },
74 "name": "gclient runhooks" 72 "name": "gclient runhooks"
75 }, 73 },
76 { 74 {
77 "cmd": [ 75 "cmd": [
78 "python", 76 "python",
79 "-u", 77 "-u",
80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
81 "--show-path", 79 "--show-path",
82 "python", 80 "python",
83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
84 ], 82 ],
85 "cwd": "[SLAVE_BUILD]",
86 "name": "cleanup_temp" 83 "name": "cleanup_temp"
87 }, 84 },
88 { 85 {
89 "allow_subannotations": true, 86 "allow_subannotations": true,
90 "cmd": [ 87 "cmd": [
91 "python", 88 "python",
92 "-u", 89 "-u",
93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
94 "--src-dir", 91 "--src-dir",
95 "[SLAVE_BUILD]/v8", 92 "[CWD]/v8",
96 "--output-json", 93 "--output-json",
97 "/path/to/tmp/json" 94 "/path/to/tmp/json"
98 ], 95 ],
99 "cwd": "[SLAVE_BUILD]",
100 "env": { 96 "env": {
101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
102 }, 98 },
103 "name": "clang_revision", 99 "name": "clang_revision",
104 "~followup_annotations": [ 100 "~followup_annotations": [
105 "@@@STEP_LOG_LINE@json.output@{@@@", 101 "@@@STEP_LOG_LINE@json.output@{@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
107 "@@@STEP_LOG_LINE@json.output@}@@@", 103 "@@@STEP_LOG_LINE@json.output@}@@@",
108 "@@@STEP_LOG_END@json.output@@@" 104 "@@@STEP_LOG_END@json.output@@@"
109 ] 105 ]
110 }, 106 },
111 { 107 {
112 "cmd": [ 108 "cmd": [
113 "python", 109 "python",
114 "-u", 110 "-u",
115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
116 "--show-path", 112 "--show-path",
117 "python", 113 "python",
118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
119 "--gsutil-py-path", 115 "--gsutil-py-path",
120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
121 "--ninja-path", 117 "--ninja-path",
122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
123 "--target", 119 "--target",
124 "Release", 120 "Release",
125 "--src-dir", 121 "--src-dir",
126 "[SLAVE_BUILD]/v8", 122 "[CWD]/v8",
127 "--goma-cache-dir", 123 "--goma-cache-dir",
128 "[GOMA_CACHE]", 124 "[ROOT]/b/build/slave/goma_cache",
129 "--build-tool", 125 "--build-tool",
130 "ninja", 126 "ninja",
131 "--compiler", 127 "--compiler",
132 "goma-clang", 128 "goma-clang",
133 "--goma-jsonstatus", 129 "--goma-jsonstatus",
134 "/path/to/tmp/json", 130 "/path/to/tmp/json",
135 "--goma-service-account-json-file", 131 "--goma-service-account-json-file",
136 "/creds/service_accounts/service-account-goma-client.json", 132 "/creds/service_accounts/service-account-goma-client.json",
137 "--goma-dir", 133 "--goma-dir",
138 "[BUILD]/goma", 134 "[ROOT]/b/build/goma",
139 "--" 135 "--"
140 ], 136 ],
141 "cwd": "[SLAVE_BUILD]",
142 "env": { 137 "env": {
143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
144 }, 139 },
145 "name": "compile", 140 "name": "compile",
146 "~followup_annotations": [ 141 "~followup_annotations": [
147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
148 "@@@STEP_LOG_END@json.output (invalid)@@@" 143 "@@@STEP_LOG_END@json.output (invalid)@@@"
149 ] 144 ]
150 }, 145 },
151 { 146 {
152 "cmd": [ 147 "cmd": [
153 "python", 148 "python",
154 "-u", 149 "-u",
155 "[SLAVE_BUILD]/v8/tools/run-tests.py", 150 "[CWD]/v8/tools/run-tests.py",
156 "--progress=verbose", 151 "--progress=verbose",
157 "--mode", 152 "--mode",
158 "Release", 153 "Release",
159 "--arch", 154 "--arch",
160 "ia32", 155 "ia32",
161 "--outdir", 156 "--outdir",
162 "out", 157 "out",
163 "--buildbot", 158 "--buildbot",
164 "--timeout=200", 159 "--timeout=200",
165 "--random-seed=-358114921", 160 "--random-seed=-358114921",
166 "mjsunit", 161 "mjsunit",
167 "--predictable", 162 "--predictable",
168 "--exhaustive-variants", 163 "--exhaustive-variants",
169 "--rerun-failures-count=2", 164 "--rerun-failures-count=2",
170 "--json-test-results", 165 "--json-test-results",
171 "/path/to/tmp/json" 166 "/path/to/tmp/json"
172 ], 167 ],
173 "cwd": "[SLAVE_BUILD]/v8", 168 "cwd": "[CWD]/v8",
174 "name": "Mjsunit", 169 "name": "Mjsunit",
175 "~followup_annotations": [ 170 "~followup_annotations": [
176 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 171 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
177 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 172 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
178 "@@@STEP_LOG_LINE@durations@@@@", 173 "@@@STEP_LOG_LINE@durations@@@@",
179 "@@@STEP_LOG_LINE@durations@Details:@@@", 174 "@@@STEP_LOG_LINE@durations@Details:@@@",
180 "@@@STEP_LOG_LINE@durations@@@@", 175 "@@@STEP_LOG_LINE@durations@@@@",
181 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 176 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
182 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 177 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
183 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 178 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
184 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 179 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
185 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 180 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
186 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 181 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
187 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 182 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
188 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 183 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
189 "@@@STEP_LOG_END@durations@@@" 184 "@@@STEP_LOG_END@durations@@@"
190 ] 185 ]
191 }, 186 },
192 { 187 {
193 "cmd": [ 188 "cmd": [
194 "python", 189 "python",
195 "-u", 190 "-u",
196 "[SLAVE_BUILD]/v8/tools/run-tests.py", 191 "[CWD]/v8/tools/run-tests.py",
197 "--progress=verbose", 192 "--progress=verbose",
198 "--mode", 193 "--mode",
199 "Release", 194 "Release",
200 "--arch", 195 "--arch",
201 "ia32", 196 "ia32",
202 "--outdir", 197 "--outdir",
203 "out", 198 "out",
204 "--buildbot", 199 "--buildbot",
205 "--timeout=200", 200 "--timeout=200",
206 "--random-seed=-358114921", 201 "--random-seed=-358114921",
207 "webkit", 202 "webkit",
208 "--predictable", 203 "--predictable",
209 "--exhaustive-variants", 204 "--exhaustive-variants",
210 "--rerun-failures-count=2", 205 "--rerun-failures-count=2",
211 "--json-test-results", 206 "--json-test-results",
212 "/path/to/tmp/json" 207 "/path/to/tmp/json"
213 ], 208 ],
214 "cwd": "[SLAVE_BUILD]/v8", 209 "cwd": "[CWD]/v8",
215 "name": "Webkit", 210 "name": "Webkit",
216 "~followup_annotations": [ 211 "~followup_annotations": [
217 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 212 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
218 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 213 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
219 "@@@STEP_LOG_LINE@durations@@@@", 214 "@@@STEP_LOG_LINE@durations@@@@",
220 "@@@STEP_LOG_LINE@durations@Details:@@@", 215 "@@@STEP_LOG_LINE@durations@Details:@@@",
221 "@@@STEP_LOG_LINE@durations@@@@", 216 "@@@STEP_LOG_LINE@durations@@@@",
222 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 217 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
223 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 218 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
224 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 219 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
225 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 220 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
226 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 221 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
227 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 222 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
228 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 223 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
229 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 224 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
230 "@@@STEP_LOG_END@durations@@@" 225 "@@@STEP_LOG_END@durations@@@"
231 ] 226 ]
232 }, 227 },
233 { 228 {
234 "cmd": [ 229 "cmd": [
235 "python", 230 "python",
236 "-u", 231 "-u",
237 "[SLAVE_BUILD]/v8/tools/run-tests.py", 232 "[CWD]/v8/tools/run-tests.py",
238 "--progress=verbose", 233 "--progress=verbose",
239 "--mode", 234 "--mode",
240 "Release", 235 "Release",
241 "--arch", 236 "--arch",
242 "ia32", 237 "ia32",
243 "--outdir", 238 "--outdir",
244 "out", 239 "out",
245 "--buildbot", 240 "--buildbot",
246 "--timeout=200", 241 "--timeout=200",
247 "--random-seed=-358114921", 242 "--random-seed=-358114921",
248 "benchmarks", 243 "benchmarks",
249 "--download-data", 244 "--download-data",
250 "--predictable", 245 "--predictable",
251 "--exhaustive-variants", 246 "--exhaustive-variants",
252 "--rerun-failures-count=2", 247 "--rerun-failures-count=2",
253 "--json-test-results", 248 "--json-test-results",
254 "/path/to/tmp/json" 249 "/path/to/tmp/json"
255 ], 250 ],
256 "cwd": "[SLAVE_BUILD]/v8", 251 "cwd": "[CWD]/v8",
257 "name": "Benchmarks", 252 "name": "Benchmarks",
258 "~followup_annotations": [ 253 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 254 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
260 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 255 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
261 "@@@STEP_LOG_LINE@durations@@@@", 256 "@@@STEP_LOG_LINE@durations@@@@",
262 "@@@STEP_LOG_LINE@durations@Details:@@@", 257 "@@@STEP_LOG_LINE@durations@Details:@@@",
263 "@@@STEP_LOG_LINE@durations@@@@", 258 "@@@STEP_LOG_LINE@durations@@@@",
264 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 259 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
265 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 260 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
266 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 261 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
267 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 262 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
268 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 263 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
269 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 264 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
270 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 265 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
271 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 266 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
272 "@@@STEP_LOG_END@durations@@@" 267 "@@@STEP_LOG_END@durations@@@"
273 ] 268 ]
274 }, 269 },
275 { 270 {
276 "cmd": [ 271 "cmd": [
277 "python", 272 "python",
278 "-u", 273 "-u",
279 "[SLAVE_BUILD]/v8/tools/run-tests.py", 274 "[CWD]/v8/tools/run-tests.py",
280 "--progress=verbose", 275 "--progress=verbose",
281 "--mode", 276 "--mode",
282 "Release", 277 "Release",
283 "--arch", 278 "--arch",
284 "ia32", 279 "ia32",
285 "--outdir", 280 "--outdir",
286 "out", 281 "out",
287 "--buildbot", 282 "--buildbot",
288 "--timeout=200", 283 "--timeout=200",
289 "--random-seed=-358114921", 284 "--random-seed=-358114921",
290 "mozilla", 285 "mozilla",
291 "--predictable", 286 "--predictable",
292 "--exhaustive-variants", 287 "--exhaustive-variants",
293 "--rerun-failures-count=2", 288 "--rerun-failures-count=2",
294 "--json-test-results", 289 "--json-test-results",
295 "/path/to/tmp/json" 290 "/path/to/tmp/json"
296 ], 291 ],
297 "cwd": "[SLAVE_BUILD]/v8", 292 "cwd": "[CWD]/v8",
298 "name": "Mozilla", 293 "name": "Mozilla",
299 "~followup_annotations": [ 294 "~followup_annotations": [
300 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 295 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
301 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 296 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
302 "@@@STEP_LOG_LINE@durations@@@@", 297 "@@@STEP_LOG_LINE@durations@@@@",
303 "@@@STEP_LOG_LINE@durations@Details:@@@", 298 "@@@STEP_LOG_LINE@durations@Details:@@@",
304 "@@@STEP_LOG_LINE@durations@@@@", 299 "@@@STEP_LOG_LINE@durations@@@@",
305 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 300 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
306 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 301 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
307 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 302 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
308 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 303 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
309 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 304 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
310 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 305 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
311 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 306 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
312 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 307 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
313 "@@@STEP_LOG_END@durations@@@" 308 "@@@STEP_LOG_END@durations@@@"
314 ] 309 ]
315 }, 310 },
316 { 311 {
317 "name": "$result", 312 "name": "$result",
318 "recipe_result": null, 313 "recipe_result": null,
319 "status_code": 0 314 "status_code": 0
320 } 315 }
321 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698