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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_debug.json

Issue 1515933004: Rename telemetry_gpu_new_test back to telemetry_gpu_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "--goma-dir", 141 "--goma-dir",
142 "[BUILD]\\goma", 142 "[BUILD]\\goma",
143 "--", 143 "--",
144 "angle_unittests_run", 144 "angle_unittests_run",
145 "content_gl_tests_run", 145 "content_gl_tests_run",
146 "gl_tests_run", 146 "gl_tests_run",
147 "gl_unittests_run", 147 "gl_unittests_run",
148 "gles2_conform_test_run", 148 "gles2_conform_test_run",
149 "gpu_unittests_run", 149 "gpu_unittests_run",
150 "tab_capture_end2end_tests_run", 150 "tab_capture_end2end_tests_run",
151 "telemetry_gpu_new_test_run" 151 "telemetry_gpu_test_run"
152 ], 152 ],
153 "cwd": "[SLAVE_BUILD]", 153 "cwd": "[SLAVE_BUILD]",
154 "name": "compile", 154 "name": "compile",
155 "~followup_annotations": [ 155 "~followup_annotations": [
156 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 156 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
157 "@@@STEP_LOG_END@json.output (invalid)@@@" 157 "@@@STEP_LOG_END@json.output (invalid)@@@"
158 ] 158 ]
159 }, 159 },
160 { 160 {
161 "cmd": [ 161 "cmd": [
162 "python", 162 "python",
163 "-u", 163 "-u",
164 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 164 "RECIPE_MODULE[isolate]\\resources\\isolate.py",
165 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 165 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
166 "batcharchive", 166 "batcharchive",
167 "--dump-json", 167 "--dump-json",
168 "/path/to/tmp/json", 168 "/path/to/tmp/json",
169 "--isolate-server", 169 "--isolate-server",
170 "https://isolateserver.appspot.com", 170 "https://isolateserver.appspot.com",
171 "[SLAVE_BUILD]\\src\\out\\Debug\\angle_unittests.isolated.gen.json", 171 "[SLAVE_BUILD]\\src\\out\\Debug\\angle_unittests.isolated.gen.json",
172 "[SLAVE_BUILD]\\src\\out\\Debug\\content_gl_tests.isolated.gen.json", 172 "[SLAVE_BUILD]\\src\\out\\Debug\\content_gl_tests.isolated.gen.json",
173 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_tests.isolated.gen.json", 173 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_tests.isolated.gen.json",
174 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_unittests.isolated.gen.json", 174 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_unittests.isolated.gen.json",
175 "[SLAVE_BUILD]\\src\\out\\Debug\\gles2_conform_test.isolated.gen.json", 175 "[SLAVE_BUILD]\\src\\out\\Debug\\gles2_conform_test.isolated.gen.json",
176 "[SLAVE_BUILD]\\src\\out\\Debug\\gpu_unittests.isolated.gen.json", 176 "[SLAVE_BUILD]\\src\\out\\Debug\\gpu_unittests.isolated.gen.json",
177 "[SLAVE_BUILD]\\src\\out\\Debug\\tab_capture_end2end_tests.isolated.gen.js on", 177 "[SLAVE_BUILD]\\src\\out\\Debug\\tab_capture_end2end_tests.isolated.gen.js on",
178 "[SLAVE_BUILD]\\src\\out\\Debug\\telemetry_gpu_new_test.isolated.gen.json" 178 "[SLAVE_BUILD]\\src\\out\\Debug\\telemetry_gpu_test.isolated.gen.json"
179 ], 179 ],
180 "cwd": "[SLAVE_BUILD]", 180 "cwd": "[SLAVE_BUILD]",
181 "name": "isolate tests", 181 "name": "isolate tests",
182 "~followup_annotations": [ 182 "~followup_annotations": [
183 "@@@STEP_LOG_LINE@json.output@{@@@", 183 "@@@STEP_LOG_LINE@json.output@{@@@",
184 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 184 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
185 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 185 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
186 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 186 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
187 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@", 187 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 188 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
189 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 189 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
190 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 190 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
191 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\"@@@", 191 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
192 "@@@STEP_LOG_LINE@json.output@}@@@", 192 "@@@STEP_LOG_LINE@json.output@}@@@",
193 "@@@STEP_LOG_END@json.output@@@", 193 "@@@STEP_LOG_END@json.output@@@",
194 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\ ", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_tes t]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2e nd_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_new_ test\": \"[dummy hash for telemetry_gpu_new_test]\"}@@@" 194 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\ ", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_tes t]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2e nd_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test \": \"[dummy hash for telemetry_gpu_test]\"}@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "allow_subannotations": true, 198 "allow_subannotations": true,
199 "cmd": [ 199 "cmd": [
200 "python", 200 "python",
201 "-u", 201 "-u",
202 "[BUILD]\\scripts\\slave\\runtest.py", 202 "[BUILD]\\scripts\\slave\\runtest.py",
203 "--target", 203 "--target",
204 "Debug", 204 "Debug",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 ], 337 ],
338 "cwd": "[SLAVE_BUILD]", 338 "cwd": "[SLAVE_BUILD]",
339 "name": "gl_unittests" 339 "name": "gl_unittests"
340 }, 340 },
341 { 341 {
342 "cmd": [ 342 "cmd": [
343 "python", 343 "python",
344 "-u", 344 "-u",
345 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 345 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
346 "--isolated", 346 "--isolated",
347 "[dummy hash for telemetry_gpu_new_test]", 347 "[dummy hash for telemetry_gpu_test]",
348 "-I", 348 "-I",
349 "https://isolateserver.appspot.com", 349 "https://isolateserver.appspot.com",
350 "--verbose", 350 "--verbose",
351 "--", 351 "--",
352 "maps", 352 "maps",
353 "--show-stdout", 353 "--show-stdout",
354 "--browser=debug", 354 "--browser=debug",
355 "-v", 355 "-v",
356 "--build-revision", 356 "--build-revision",
357 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 357 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
(...skipping 12 matching lines...) Expand all
370 "@@@STEP_LOG_LINE@json.output@}@@@", 370 "@@@STEP_LOG_LINE@json.output@}@@@",
371 "@@@STEP_LOG_END@json.output@@@" 371 "@@@STEP_LOG_END@json.output@@@"
372 ] 372 ]
373 }, 373 },
374 { 374 {
375 "cmd": [ 375 "cmd": [
376 "python", 376 "python",
377 "-u", 377 "-u",
378 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 378 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
379 "--isolated", 379 "--isolated",
380 "[dummy hash for telemetry_gpu_new_test]", 380 "[dummy hash for telemetry_gpu_test]",
381 "-I", 381 "-I",
382 "https://isolateserver.appspot.com", 382 "https://isolateserver.appspot.com",
383 "--verbose", 383 "--verbose",
384 "--", 384 "--",
385 "pixel", 385 "pixel",
386 "--show-stdout", 386 "--show-stdout",
387 "--browser=debug", 387 "--browser=debug",
388 "-v", 388 "-v",
389 "--build-revision", 389 "--build-revision",
390 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 390 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
(...skipping 17 matching lines...) Expand all
408 "@@@STEP_LOG_LINE@json.output@}@@@", 408 "@@@STEP_LOG_LINE@json.output@}@@@",
409 "@@@STEP_LOG_END@json.output@@@" 409 "@@@STEP_LOG_END@json.output@@@"
410 ] 410 ]
411 }, 411 },
412 { 412 {
413 "cmd": [ 413 "cmd": [
414 "python", 414 "python",
415 "-u", 415 "-u",
416 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 416 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
417 "--isolated", 417 "--isolated",
418 "[dummy hash for telemetry_gpu_new_test]", 418 "[dummy hash for telemetry_gpu_test]",
419 "-I", 419 "-I",
420 "https://isolateserver.appspot.com", 420 "https://isolateserver.appspot.com",
421 "--verbose", 421 "--verbose",
422 "--", 422 "--",
423 "webgl_conformance", 423 "webgl_conformance",
424 "--show-stdout", 424 "--show-stdout",
425 "--browser=debug", 425 "--browser=debug",
426 "-v", 426 "-v",
427 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 427 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
428 "--isolated-script-test-output", 428 "--isolated-script-test-output",
429 "/path/to/tmp/json" 429 "/path/to/tmp/json"
430 ], 430 ],
431 "cwd": "[SLAVE_BUILD]", 431 "cwd": "[SLAVE_BUILD]",
432 "name": "webgl_conformance_tests", 432 "name": "webgl_conformance_tests",
433 "~followup_annotations": [ 433 "~followup_annotations": [
434 "@@@STEP_LOG_LINE@json.output@{@@@", 434 "@@@STEP_LOG_LINE@json.output@{@@@",
435 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 435 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
436 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 436 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
437 "@@@STEP_LOG_LINE@json.output@}@@@", 437 "@@@STEP_LOG_LINE@json.output@}@@@",
438 "@@@STEP_LOG_END@json.output@@@" 438 "@@@STEP_LOG_END@json.output@@@"
439 ] 439 ]
440 }, 440 },
441 { 441 {
442 "cmd": [ 442 "cmd": [
443 "python", 443 "python",
444 "-u", 444 "-u",
445 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 445 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
446 "--isolated", 446 "--isolated",
447 "[dummy hash for telemetry_gpu_new_test]", 447 "[dummy hash for telemetry_gpu_test]",
448 "-I", 448 "-I",
449 "https://isolateserver.appspot.com", 449 "https://isolateserver.appspot.com",
450 "--verbose", 450 "--verbose",
451 "--", 451 "--",
452 "context_lost", 452 "context_lost",
453 "--show-stdout", 453 "--show-stdout",
454 "--browser=debug", 454 "--browser=debug",
455 "-v", 455 "-v",
456 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 456 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
457 "--isolated-script-test-output", 457 "--isolated-script-test-output",
458 "/path/to/tmp/json" 458 "/path/to/tmp/json"
459 ], 459 ],
460 "cwd": "[SLAVE_BUILD]", 460 "cwd": "[SLAVE_BUILD]",
461 "name": "context_lost_tests", 461 "name": "context_lost_tests",
462 "~followup_annotations": [ 462 "~followup_annotations": [
463 "@@@STEP_LOG_LINE@json.output@{@@@", 463 "@@@STEP_LOG_LINE@json.output@{@@@",
464 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 464 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
465 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 465 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
466 "@@@STEP_LOG_LINE@json.output@}@@@", 466 "@@@STEP_LOG_LINE@json.output@}@@@",
467 "@@@STEP_LOG_END@json.output@@@" 467 "@@@STEP_LOG_END@json.output@@@"
468 ] 468 ]
469 }, 469 },
470 { 470 {
471 "cmd": [ 471 "cmd": [
472 "python", 472 "python",
473 "-u", 473 "-u",
474 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 474 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
475 "--isolated", 475 "--isolated",
476 "[dummy hash for telemetry_gpu_new_test]", 476 "[dummy hash for telemetry_gpu_test]",
477 "-I", 477 "-I",
478 "https://isolateserver.appspot.com", 478 "https://isolateserver.appspot.com",
479 "--verbose", 479 "--verbose",
480 "--", 480 "--",
481 "memory_test", 481 "memory_test",
482 "--show-stdout", 482 "--show-stdout",
483 "--browser=debug", 483 "--browser=debug",
484 "-v", 484 "-v",
485 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 485 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
486 "--isolated-script-test-output", 486 "--isolated-script-test-output",
487 "/path/to/tmp/json" 487 "/path/to/tmp/json"
488 ], 488 ],
489 "cwd": "[SLAVE_BUILD]", 489 "cwd": "[SLAVE_BUILD]",
490 "name": "memory_test", 490 "name": "memory_test",
491 "~followup_annotations": [ 491 "~followup_annotations": [
492 "@@@STEP_LOG_LINE@json.output@{@@@", 492 "@@@STEP_LOG_LINE@json.output@{@@@",
493 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 493 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
494 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 494 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
495 "@@@STEP_LOG_LINE@json.output@}@@@", 495 "@@@STEP_LOG_LINE@json.output@}@@@",
496 "@@@STEP_LOG_END@json.output@@@" 496 "@@@STEP_LOG_END@json.output@@@"
497 ] 497 ]
498 }, 498 },
499 { 499 {
500 "cmd": [ 500 "cmd": [
501 "python", 501 "python",
502 "-u", 502 "-u",
503 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 503 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
504 "--isolated", 504 "--isolated",
505 "[dummy hash for telemetry_gpu_new_test]", 505 "[dummy hash for telemetry_gpu_test]",
506 "-I", 506 "-I",
507 "https://isolateserver.appspot.com", 507 "https://isolateserver.appspot.com",
508 "--verbose", 508 "--verbose",
509 "--", 509 "--",
510 "trace_test", 510 "trace_test",
511 "--show-stdout", 511 "--show-stdout",
512 "--browser=debug", 512 "--browser=debug",
513 "-v", 513 "-v",
514 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 514 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
515 "--isolated-script-test-output", 515 "--isolated-script-test-output",
516 "/path/to/tmp/json" 516 "/path/to/tmp/json"
517 ], 517 ],
518 "cwd": "[SLAVE_BUILD]", 518 "cwd": "[SLAVE_BUILD]",
519 "name": "trace_test", 519 "name": "trace_test",
520 "~followup_annotations": [ 520 "~followup_annotations": [
521 "@@@STEP_LOG_LINE@json.output@{@@@", 521 "@@@STEP_LOG_LINE@json.output@{@@@",
522 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 522 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
523 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 523 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
524 "@@@STEP_LOG_LINE@json.output@}@@@", 524 "@@@STEP_LOG_LINE@json.output@}@@@",
525 "@@@STEP_LOG_END@json.output@@@" 525 "@@@STEP_LOG_END@json.output@@@"
526 ] 526 ]
527 }, 527 },
528 { 528 {
529 "cmd": [ 529 "cmd": [
530 "python", 530 "python",
531 "-u", 531 "-u",
532 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 532 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
533 "--isolated", 533 "--isolated",
534 "[dummy hash for telemetry_gpu_new_test]", 534 "[dummy hash for telemetry_gpu_test]",
535 "-I", 535 "-I",
536 "https://isolateserver.appspot.com", 536 "https://isolateserver.appspot.com",
537 "--verbose", 537 "--verbose",
538 "--", 538 "--",
539 "screenshot_sync", 539 "screenshot_sync",
540 "--show-stdout", 540 "--show-stdout",
541 "--browser=debug", 541 "--browser=debug",
542 "-v", 542 "-v",
543 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 543 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
544 "--isolated-script-test-output", 544 "--isolated-script-test-output",
545 "/path/to/tmp/json" 545 "/path/to/tmp/json"
546 ], 546 ],
547 "cwd": "[SLAVE_BUILD]", 547 "cwd": "[SLAVE_BUILD]",
548 "name": "screenshot_sync_tests", 548 "name": "screenshot_sync_tests",
549 "~followup_annotations": [ 549 "~followup_annotations": [
550 "@@@STEP_LOG_LINE@json.output@{@@@", 550 "@@@STEP_LOG_LINE@json.output@{@@@",
551 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 551 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
552 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 552 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
553 "@@@STEP_LOG_LINE@json.output@}@@@", 553 "@@@STEP_LOG_LINE@json.output@}@@@",
554 "@@@STEP_LOG_END@json.output@@@" 554 "@@@STEP_LOG_END@json.output@@@"
555 ] 555 ]
556 }, 556 },
557 { 557 {
558 "cmd": [ 558 "cmd": [
559 "python", 559 "python",
560 "-u", 560 "-u",
561 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 561 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
562 "--isolated", 562 "--isolated",
563 "[dummy hash for telemetry_gpu_new_test]", 563 "[dummy hash for telemetry_gpu_test]",
564 "-I", 564 "-I",
565 "https://isolateserver.appspot.com", 565 "https://isolateserver.appspot.com",
566 "--verbose", 566 "--verbose",
567 "--", 567 "--",
568 "hardware_accelerated_feature", 568 "hardware_accelerated_feature",
569 "--show-stdout", 569 "--show-stdout",
570 "--browser=debug", 570 "--browser=debug",
571 "-v", 571 "-v",
572 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 572 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
573 "--isolated-script-test-output", 573 "--isolated-script-test-output",
574 "/path/to/tmp/json" 574 "/path/to/tmp/json"
575 ], 575 ],
576 "cwd": "[SLAVE_BUILD]", 576 "cwd": "[SLAVE_BUILD]",
577 "name": "hardware_accelerated_feature_tests", 577 "name": "hardware_accelerated_feature_tests",
578 "~followup_annotations": [ 578 "~followup_annotations": [
579 "@@@STEP_LOG_LINE@json.output@{@@@", 579 "@@@STEP_LOG_LINE@json.output@{@@@",
580 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 580 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
581 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 581 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
582 "@@@STEP_LOG_LINE@json.output@}@@@", 582 "@@@STEP_LOG_LINE@json.output@}@@@",
583 "@@@STEP_LOG_END@json.output@@@" 583 "@@@STEP_LOG_END@json.output@@@"
584 ] 584 ]
585 }, 585 },
586 { 586 {
587 "cmd": [ 587 "cmd": [
588 "python", 588 "python",
589 "-u", 589 "-u",
590 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 590 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
591 "--isolated", 591 "--isolated",
592 "[dummy hash for telemetry_gpu_new_test]", 592 "[dummy hash for telemetry_gpu_test]",
593 "-I", 593 "-I",
594 "https://isolateserver.appspot.com", 594 "https://isolateserver.appspot.com",
595 "--verbose", 595 "--verbose",
596 "--", 596 "--",
597 "gpu_process", 597 "gpu_process",
598 "--show-stdout", 598 "--show-stdout",
599 "--browser=debug", 599 "--browser=debug",
600 "-v", 600 "-v",
601 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 601 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
602 "--isolated-script-test-output", 602 "--isolated-script-test-output",
603 "/path/to/tmp/json" 603 "/path/to/tmp/json"
604 ], 604 ],
605 "cwd": "[SLAVE_BUILD]", 605 "cwd": "[SLAVE_BUILD]",
606 "name": "gpu_process_launch_tests", 606 "name": "gpu_process_launch_tests",
607 "~followup_annotations": [ 607 "~followup_annotations": [
608 "@@@STEP_LOG_LINE@json.output@{@@@", 608 "@@@STEP_LOG_LINE@json.output@{@@@",
609 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 609 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
610 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 610 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
611 "@@@STEP_LOG_LINE@json.output@}@@@", 611 "@@@STEP_LOG_LINE@json.output@}@@@",
612 "@@@STEP_LOG_END@json.output@@@" 612 "@@@STEP_LOG_END@json.output@@@"
613 ] 613 ]
614 }, 614 },
615 { 615 {
616 "cmd": [ 616 "cmd": [
617 "python", 617 "python",
618 "-u", 618 "-u",
619 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 619 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
620 "--isolated", 620 "--isolated",
621 "[dummy hash for telemetry_gpu_new_test]", 621 "[dummy hash for telemetry_gpu_test]",
622 "-I", 622 "-I",
623 "https://isolateserver.appspot.com", 623 "https://isolateserver.appspot.com",
624 "--verbose", 624 "--verbose",
625 "--", 625 "--",
626 "gpu_rasterization", 626 "gpu_rasterization",
627 "--show-stdout", 627 "--show-stdout",
628 "--browser=debug", 628 "--browser=debug",
629 "-v", 629 "-v",
630 "--build-revision", 630 "--build-revision",
631 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 631 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
(...skipping 12 matching lines...) Expand all
644 "@@@STEP_LOG_LINE@json.output@}@@@", 644 "@@@STEP_LOG_LINE@json.output@}@@@",
645 "@@@STEP_LOG_END@json.output@@@" 645 "@@@STEP_LOG_END@json.output@@@"
646 ] 646 ]
647 }, 647 },
648 { 648 {
649 "name": "$result", 649 "name": "$result",
650 "recipe_result": null, 650 "recipe_result": null,
651 "status_code": 0 651 "status_code": 0
652 } 652 }
653 ] 653 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698