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

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

Issue 1123333005: Adding ecmascript simd tests to v8 buildbots and trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix Created 5 years, 7 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - debug", 10 "V8 Linux - debug",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 280 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
281 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 281 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
282 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 282 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
283 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 283 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
284 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 284 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
285 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 285 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
286 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 286 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
287 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 287 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
288 "@@@STEP_LOG_END@durations@@@" 288 "@@@STEP_LOG_END@durations@@@"
289 ] 289 ]
290 },
291 {
292 "cmd": [
293 "python",
294 "-u",
295 "RECIPE_MODULE[v8]/resources/v8testing.py",
296 "--target",
297 "Debug",
298 "--arch",
299 "ia32",
300 "--outdir",
301 "out",
302 "--testname",
303 "simdjs",
304 "--json-test-results",
305 "/path/to/tmp/json"
306 ],
307 "cwd": "[SLAVE_BUILD]/v8",
308 "name": "SimdJs - all",
309 "~followup_annotations": [
310 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
311 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
312 "@@@STEP_LOG_LINE@durations@@@@",
313 "@@@STEP_LOG_LINE@durations@Details:@@@",
314 "@@@STEP_LOG_LINE@durations@@@@",
315 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
316 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
317 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
318 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
319 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
320 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
321 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
322 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
323 "@@@STEP_LOG_END@durations@@@"
324 ]
290 } 325 }
291 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698