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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json

Issue 1465343002: [Android] Add context manager to record logcat during step(s). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | 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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Tests (dbg)", 10 "Android Tests (dbg)",
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "[\"07a00ca4\"]", 434 "[\"07a00ca4\"]",
435 "chromium.linux", 435 "chromium.linux",
436 "Android Tests (dbg)", 436 "Android Tests (dbg)",
437 "--blacklist-file", 437 "--blacklist-file",
438 "[SLAVE_BUILD]/src/out/bad_devices.json" 438 "[SLAVE_BUILD]/src/out/bad_devices.json"
439 ], 439 ],
440 "cwd": "[SLAVE_BUILD]", 440 "cwd": "[SLAVE_BUILD]",
441 "name": "spawn_device_monitor" 441 "name": "spawn_device_monitor"
442 }, 442 },
443 { 443 {
444 "cmd": [],
445 "cwd": "[SLAVE_BUILD]",
446 "name": "AndroidWebViewTest"
447 },
448 {
449 "cmd": [
450 "[BUILD]/scripts/slave/daemonizer.py",
451 "--",
452 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
453 "[TMP_BASE]/test_logcat_tmp_1"
454 ],
455 "cwd": "[SLAVE_BUILD]",
456 "env": {
457 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
458 },
459 "name": "AndroidWebViewTest.spawn_logcat_monitor",
460 "~followup_annotations": [
461 "@@@STEP_NEST_LEVEL@1@@@"
462 ]
463 },
464 {
444 "cmd": [ 465 "cmd": [
445 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 466 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
446 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", 467 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
447 "-v", 468 "-v",
448 "--blacklist-file", 469 "--blacklist-file",
449 "[SLAVE_BUILD]/src/out/bad_devices.json" 470 "[SLAVE_BUILD]/src/out/bad_devices.json"
450 ], 471 ],
451 "cwd": "[SLAVE_BUILD]", 472 "cwd": "[SLAVE_BUILD]",
452 "env": { 473 "env": {
453 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 474 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
454 }, 475 },
455 "name": "install AndroidWebView.apk" 476 "name": "AndroidWebViewTest.install AndroidWebView.apk",
477 "~followup_annotations": [
478 "@@@STEP_NEST_LEVEL@1@@@"
479 ]
456 }, 480 },
457 { 481 {
458 "cmd": [ 482 "cmd": [
459 "python", 483 "python",
460 "-u", 484 "-u",
461 "[SLAVE_BUILD]/src/build/android/test_runner.py", 485 "[SLAVE_BUILD]/src/build/android/test_runner.py",
462 "instrumentation", 486 "instrumentation",
463 "--test-apk", 487 "--test-apk",
464 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", 488 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk",
465 "--blacklist-file", 489 "--blacklist-file",
466 "[SLAVE_BUILD]/src/out/bad_devices.json", 490 "[SLAVE_BUILD]/src/out/bad_devices.json",
467 "--apk-under-test", 491 "--apk-under-test",
468 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", 492 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
469 "--isolate-file-path", 493 "--isolate-file-path",
470 "android_webview/android_webview_test_apk.isolate", 494 "android_webview/android_webview_test_apk.isolate",
471 "--flakiness-dashboard-server", 495 "--flakiness-dashboard-server",
472 "test-results.appspot.com", 496 "test-results.appspot.com",
473 "--verbose", 497 "--verbose",
474 "--json-results-file", 498 "--json-results-file",
475 "/path/to/tmp/json" 499 "/path/to/tmp/json"
476 ], 500 ],
477 "cwd": "[SLAVE_BUILD]", 501 "cwd": "[SLAVE_BUILD]",
478 "name": "Instrumentation test AndroidWebViewTest", 502 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest",
479 "~followup_annotations": [ 503 "~followup_annotations": [
480 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 504 "@@@STEP_NEST_LEVEL@1@@@"
481 ] 505 ]
482 }, 506 },
483 { 507 {
508 "cmd": [
509 "python",
510 "-u",
511 "[BUILD]/scripts/slave/tee.py",
512 "/path/to/tmp/logcat",
513 "--",
514 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
515 "[TMP_BASE]/test_logcat_tmp_1"
516 ],
517 "cwd": "[SLAVE_BUILD]",
518 "name": "AndroidWebViewTest.logcat_dump",
519 "~followup_annotations": [
520 "@@@STEP_NEST_LEVEL@1@@@"
521 ]
522 },
523 {
524 "cmd": [],
525 "cwd": "[SLAVE_BUILD]",
526 "name": "ChromePublicTest"
527 },
528 {
529 "cmd": [
530 "[BUILD]/scripts/slave/daemonizer.py",
531 "--",
532 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
533 "[TMP_BASE]/test_logcat_tmp_2"
534 ],
535 "cwd": "[SLAVE_BUILD]",
536 "env": {
537 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
538 },
539 "name": "ChromePublicTest.spawn_logcat_monitor",
540 "~followup_annotations": [
541 "@@@STEP_NEST_LEVEL@1@@@"
542 ]
543 },
544 {
484 "cmd": [ 545 "cmd": [
485 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 546 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
486 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", 547 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
487 "-v", 548 "-v",
488 "--blacklist-file", 549 "--blacklist-file",
489 "[SLAVE_BUILD]/src/out/bad_devices.json" 550 "[SLAVE_BUILD]/src/out/bad_devices.json"
490 ], 551 ],
491 "cwd": "[SLAVE_BUILD]", 552 "cwd": "[SLAVE_BUILD]",
492 "env": { 553 "env": {
493 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 554 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
494 }, 555 },
495 "name": "install ChromePublic.apk" 556 "name": "ChromePublicTest.install ChromePublic.apk",
557 "~followup_annotations": [
558 "@@@STEP_NEST_LEVEL@1@@@"
559 ]
496 }, 560 },
497 { 561 {
498 "cmd": [ 562 "cmd": [
499 "python", 563 "python",
500 "-u", 564 "-u",
501 "[SLAVE_BUILD]/src/build/android/test_runner.py", 565 "[SLAVE_BUILD]/src/build/android/test_runner.py",
502 "instrumentation", 566 "instrumentation",
503 "--test-apk", 567 "--test-apk",
504 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", 568 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk",
505 "--blacklist-file", 569 "--blacklist-file",
506 "[SLAVE_BUILD]/src/out/bad_devices.json", 570 "[SLAVE_BUILD]/src/out/bad_devices.json",
507 "--apk-under-test", 571 "--apk-under-test",
508 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", 572 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
509 "--isolate-file-path", 573 "--isolate-file-path",
510 "chrome/chrome_public_test_apk.isolate", 574 "chrome/chrome_public_test_apk.isolate",
511 "--flakiness-dashboard-server", 575 "--flakiness-dashboard-server",
512 "test-results.appspot.com", 576 "test-results.appspot.com",
513 "--verbose", 577 "--verbose",
514 "--json-results-file", 578 "--json-results-file",
515 "/path/to/tmp/json" 579 "/path/to/tmp/json"
516 ], 580 ],
517 "cwd": "[SLAVE_BUILD]", 581 "cwd": "[SLAVE_BUILD]",
518 "name": "Instrumentation test ChromePublicTest", 582 "name": "ChromePublicTest.Instrumentation test ChromePublicTest",
519 "~followup_annotations": [ 583 "~followup_annotations": [
520 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 584 "@@@STEP_NEST_LEVEL@1@@@"
521 ] 585 ]
522 }, 586 },
523 { 587 {
588 "cmd": [
589 "python",
590 "-u",
591 "[BUILD]/scripts/slave/tee.py",
592 "/path/to/tmp/logcat",
593 "--",
594 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
595 "[TMP_BASE]/test_logcat_tmp_2"
596 ],
597 "cwd": "[SLAVE_BUILD]",
598 "name": "ChromePublicTest.logcat_dump",
599 "~followup_annotations": [
600 "@@@STEP_NEST_LEVEL@1@@@"
601 ]
602 },
603 {
604 "cmd": [],
605 "cwd": "[SLAVE_BUILD]",
606 "name": "ContentShellTest"
607 },
608 {
609 "cmd": [
610 "[BUILD]/scripts/slave/daemonizer.py",
611 "--",
612 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
613 "[TMP_BASE]/test_logcat_tmp_3"
614 ],
615 "cwd": "[SLAVE_BUILD]",
616 "env": {
617 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
618 },
619 "name": "ContentShellTest.spawn_logcat_monitor",
620 "~followup_annotations": [
621 "@@@STEP_NEST_LEVEL@1@@@"
622 ]
623 },
624 {
524 "cmd": [ 625 "cmd": [
525 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 626 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
526 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", 627 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
527 "-v", 628 "-v",
528 "--blacklist-file", 629 "--blacklist-file",
529 "[SLAVE_BUILD]/src/out/bad_devices.json" 630 "[SLAVE_BUILD]/src/out/bad_devices.json"
530 ], 631 ],
531 "cwd": "[SLAVE_BUILD]", 632 "cwd": "[SLAVE_BUILD]",
532 "env": { 633 "env": {
533 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 634 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
534 }, 635 },
535 "name": "install ContentShell.apk" 636 "name": "ContentShellTest.install ContentShell.apk",
637 "~followup_annotations": [
638 "@@@STEP_NEST_LEVEL@1@@@"
639 ]
536 }, 640 },
537 { 641 {
538 "cmd": [ 642 "cmd": [
539 "python", 643 "python",
540 "-u", 644 "-u",
541 "[SLAVE_BUILD]/src/build/android/test_runner.py", 645 "[SLAVE_BUILD]/src/build/android/test_runner.py",
542 "instrumentation", 646 "instrumentation",
543 "--test-apk", 647 "--test-apk",
544 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", 648 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk",
545 "--blacklist-file", 649 "--blacklist-file",
546 "[SLAVE_BUILD]/src/out/bad_devices.json", 650 "[SLAVE_BUILD]/src/out/bad_devices.json",
547 "--apk-under-test", 651 "--apk-under-test",
548 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", 652 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
549 "--isolate-file-path", 653 "--isolate-file-path",
550 "content/content_shell_test_apk.isolate", 654 "content/content_shell_test_apk.isolate",
551 "--flakiness-dashboard-server", 655 "--flakiness-dashboard-server",
552 "test-results.appspot.com", 656 "test-results.appspot.com",
553 "--verbose", 657 "--verbose",
554 "--json-results-file", 658 "--json-results-file",
555 "/path/to/tmp/json" 659 "/path/to/tmp/json"
556 ], 660 ],
557 "cwd": "[SLAVE_BUILD]", 661 "cwd": "[SLAVE_BUILD]",
558 "name": "Instrumentation test ContentShellTest", 662 "name": "ContentShellTest.Instrumentation test ContentShellTest",
559 "~followup_annotations": [ 663 "~followup_annotations": [
560 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 664 "@@@STEP_NEST_LEVEL@1@@@"
561 ] 665 ]
562 }, 666 },
563 { 667 {
668 "cmd": [
669 "python",
670 "-u",
671 "[BUILD]/scripts/slave/tee.py",
672 "/path/to/tmp/logcat",
673 "--",
674 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
675 "[TMP_BASE]/test_logcat_tmp_3"
676 ],
677 "cwd": "[SLAVE_BUILD]",
678 "name": "ContentShellTest.logcat_dump",
679 "~followup_annotations": [
680 "@@@STEP_NEST_LEVEL@1@@@"
681 ]
682 },
683 {
684 "cmd": [],
685 "cwd": "[SLAVE_BUILD]",
686 "name": "ChromeSyncShellTest"
687 },
688 {
689 "cmd": [
690 "[BUILD]/scripts/slave/daemonizer.py",
691 "--",
692 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
693 "[TMP_BASE]/test_logcat_tmp_4"
694 ],
695 "cwd": "[SLAVE_BUILD]",
696 "env": {
697 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
698 },
699 "name": "ChromeSyncShellTest.spawn_logcat_monitor",
700 "~followup_annotations": [
701 "@@@STEP_NEST_LEVEL@1@@@"
702 ]
703 },
704 {
564 "cmd": [ 705 "cmd": [
565 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 706 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
566 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", 707 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
567 "-v", 708 "-v",
568 "--blacklist-file", 709 "--blacklist-file",
569 "[SLAVE_BUILD]/src/out/bad_devices.json" 710 "[SLAVE_BUILD]/src/out/bad_devices.json"
570 ], 711 ],
571 "cwd": "[SLAVE_BUILD]", 712 "cwd": "[SLAVE_BUILD]",
572 "env": { 713 "env": {
573 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 714 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
574 }, 715 },
575 "name": "install ChromeSyncShell.apk" 716 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk",
717 "~followup_annotations": [
718 "@@@STEP_NEST_LEVEL@1@@@"
719 ]
576 }, 720 },
577 { 721 {
578 "cmd": [ 722 "cmd": [
579 "python", 723 "python",
580 "-u", 724 "-u",
581 "[SLAVE_BUILD]/src/build/android/test_runner.py", 725 "[SLAVE_BUILD]/src/build/android/test_runner.py",
582 "instrumentation", 726 "instrumentation",
583 "--test-apk", 727 "--test-apk",
584 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", 728 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk",
585 "--blacklist-file", 729 "--blacklist-file",
586 "[SLAVE_BUILD]/src/out/bad_devices.json", 730 "[SLAVE_BUILD]/src/out/bad_devices.json",
587 "--apk-under-test", 731 "--apk-under-test",
588 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", 732 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
589 "--flakiness-dashboard-server", 733 "--flakiness-dashboard-server",
590 "test-results.appspot.com", 734 "test-results.appspot.com",
591 "--verbose", 735 "--verbose",
592 "--json-results-file", 736 "--json-results-file",
593 "/path/to/tmp/json" 737 "/path/to/tmp/json"
594 ], 738 ],
595 "cwd": "[SLAVE_BUILD]", 739 "cwd": "[SLAVE_BUILD]",
596 "name": "Instrumentation test ChromeSyncShellTest", 740 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest",
597 "~followup_annotations": [ 741 "~followup_annotations": [
598 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 742 "@@@STEP_NEST_LEVEL@1@@@"
599 ] 743 ]
600 }, 744 },
601 { 745 {
602 "cmd": [ 746 "cmd": [
603 "python", 747 "python",
604 "-u", 748 "-u",
605 "[SLAVE_BUILD]/src/build/android/test_runner.py", 749 "[BUILD]/scripts/slave/tee.py",
606 "gtest", 750 "/path/to/tmp/logcat",
607 "-s", 751 "--",
608 "android_webview_unittests", 752 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
609 "--blacklist-file", 753 "[TMP_BASE]/test_logcat_tmp_4"
610 "[SLAVE_BUILD]/src/out/bad_devices.json", 754 ],
611 "--verbose", 755 "cwd": "[SLAVE_BUILD]",
612 "--flakiness-dashboard-server=test-results.appspot.com", 756 "name": "ChromeSyncShellTest.logcat_dump",
613 "--json-results-file", 757 "~followup_annotations": [
614 "/path/to/tmp/json" 758 "@@@STEP_NEST_LEVEL@1@@@"
759 ]
760 },
761 {
762 "cmd": [],
763 "cwd": "[SLAVE_BUILD]",
764 "name": "android_webview_unittests"
765 },
766 {
767 "cmd": [
768 "[BUILD]/scripts/slave/daemonizer.py",
769 "--",
770 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
771 "[TMP_BASE]/test_logcat_tmp_5"
615 ], 772 ],
616 "cwd": "[SLAVE_BUILD]", 773 "cwd": "[SLAVE_BUILD]",
617 "env": { 774 "env": {
618 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 775 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
619 }, 776 },
620 "name": "android_webview_unittests" 777 "name": "android_webview_unittests.spawn_logcat_monitor",
778 "~followup_annotations": [
779 "@@@STEP_NEST_LEVEL@1@@@"
780 ]
621 }, 781 },
622 { 782 {
623 "cmd": [ 783 "cmd": [
624 "python", 784 "python",
625 "-u", 785 "-u",
626 "[SLAVE_BUILD]/src/build/android/test_runner.py", 786 "[SLAVE_BUILD]/src/build/android/test_runner.py",
627 "gtest", 787 "gtest",
628 "-s", 788 "-s",
629 "base_unittests", 789 "android_webview_unittests",
630 "--blacklist-file", 790 "--blacklist-file",
631 "[SLAVE_BUILD]/src/out/bad_devices.json", 791 "[SLAVE_BUILD]/src/out/bad_devices.json",
632 "--verbose", 792 "--verbose",
633 "--isolate_file_path=[SLAVE_BUILD]/src/base/base_unittests.isolate",
634 "--flakiness-dashboard-server=test-results.appspot.com", 793 "--flakiness-dashboard-server=test-results.appspot.com",
635 "--json-results-file", 794 "--json-results-file",
636 "/path/to/tmp/json" 795 "/path/to/tmp/json"
637 ], 796 ],
638 "cwd": "[SLAVE_BUILD]", 797 "cwd": "[SLAVE_BUILD]",
639 "env": { 798 "env": {
640 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 799 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
641 }, 800 },
642 "name": "base_unittests" 801 "name": "android_webview_unittests.android_webview_unittests",
802 "~followup_annotations": [
803 "@@@STEP_NEST_LEVEL@1@@@"
804 ]
643 }, 805 },
644 { 806 {
645 "cmd": [ 807 "cmd": [
646 "python", 808 "python",
647 "-u", 809 "-u",
648 "[SLAVE_BUILD]/src/build/android/test_runner.py", 810 "[BUILD]/scripts/slave/tee.py",
649 "gtest", 811 "/path/to/tmp/logcat",
650 "-s", 812 "--",
651 "breakpad_unittests", 813 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
652 "--blacklist-file", 814 "[TMP_BASE]/test_logcat_tmp_5"
653 "[SLAVE_BUILD]/src/out/bad_devices.json", 815 ],
654 "--verbose", 816 "cwd": "[SLAVE_BUILD]",
655 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ", 817 "name": "android_webview_unittests.logcat_dump",
656 "--flakiness-dashboard-server=test-results.appspot.com", 818 "~followup_annotations": [
657 "--json-results-file", 819 "@@@STEP_NEST_LEVEL@1@@@"
658 "/path/to/tmp/json" 820 ]
821 },
822 {
823 "cmd": [],
824 "cwd": "[SLAVE_BUILD]",
825 "name": "base_unittests"
826 },
827 {
828 "cmd": [
829 "[BUILD]/scripts/slave/daemonizer.py",
830 "--",
831 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
832 "[TMP_BASE]/test_logcat_tmp_6"
659 ], 833 ],
660 "cwd": "[SLAVE_BUILD]", 834 "cwd": "[SLAVE_BUILD]",
661 "env": { 835 "env": {
662 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 836 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
663 }, 837 },
664 "name": "breakpad_unittests" 838 "name": "base_unittests.spawn_logcat_monitor",
839 "~followup_annotations": [
840 "@@@STEP_NEST_LEVEL@1@@@"
841 ]
665 }, 842 },
666 { 843 {
667 "cmd": [ 844 "cmd": [
668 "python", 845 "python",
669 "-u", 846 "-u",
670 "[SLAVE_BUILD]/src/build/android/test_runner.py", 847 "[SLAVE_BUILD]/src/build/android/test_runner.py",
671 "gtest", 848 "gtest",
672 "-s", 849 "-s",
673 "cc_unittests", 850 "base_unittests",
674 "--blacklist-file", 851 "--blacklist-file",
675 "[SLAVE_BUILD]/src/out/bad_devices.json", 852 "[SLAVE_BUILD]/src/out/bad_devices.json",
676 "--verbose", 853 "--verbose",
854 "--isolate_file_path=[SLAVE_BUILD]/src/base/base_unittests.isolate",
677 "--flakiness-dashboard-server=test-results.appspot.com", 855 "--flakiness-dashboard-server=test-results.appspot.com",
678 "--json-results-file", 856 "--json-results-file",
679 "/path/to/tmp/json" 857 "/path/to/tmp/json"
680 ], 858 ],
681 "cwd": "[SLAVE_BUILD]", 859 "cwd": "[SLAVE_BUILD]",
682 "env": { 860 "env": {
683 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 861 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
684 }, 862 },
685 "name": "cc_unittests" 863 "name": "base_unittests.base_unittests",
864 "~followup_annotations": [
865 "@@@STEP_NEST_LEVEL@1@@@"
866 ]
686 }, 867 },
687 { 868 {
688 "cmd": [ 869 "cmd": [
689 "python", 870 "python",
690 "-u", 871 "-u",
691 "[SLAVE_BUILD]/src/build/android/test_runner.py", 872 "[BUILD]/scripts/slave/tee.py",
692 "gtest", 873 "/path/to/tmp/logcat",
693 "-s", 874 "--",
694 "components_browsertests", 875 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
695 "--blacklist-file", 876 "[TMP_BASE]/test_logcat_tmp_6"
696 "[SLAVE_BUILD]/src/out/bad_devices.json", 877 ],
697 "--verbose", 878 "cwd": "[SLAVE_BUILD]",
698 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests. isolate", 879 "name": "base_unittests.logcat_dump",
699 "--flakiness-dashboard-server=test-results.appspot.com", 880 "~followup_annotations": [
700 "--json-results-file", 881 "@@@STEP_NEST_LEVEL@1@@@"
701 "/path/to/tmp/json" 882 ]
883 },
884 {
885 "cmd": [],
886 "cwd": "[SLAVE_BUILD]",
887 "name": "breakpad_unittests"
888 },
889 {
890 "cmd": [
891 "[BUILD]/scripts/slave/daemonizer.py",
892 "--",
893 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
894 "[TMP_BASE]/test_logcat_tmp_7"
702 ], 895 ],
703 "cwd": "[SLAVE_BUILD]", 896 "cwd": "[SLAVE_BUILD]",
704 "env": { 897 "env": {
705 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 898 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
706 }, 899 },
707 "name": "components_browsertests" 900 "name": "breakpad_unittests.spawn_logcat_monitor",
901 "~followup_annotations": [
902 "@@@STEP_NEST_LEVEL@1@@@"
903 ]
708 }, 904 },
709 { 905 {
710 "cmd": [ 906 "cmd": [
711 "python", 907 "python",
712 "-u", 908 "-u",
713 "[SLAVE_BUILD]/src/build/android/test_runner.py", 909 "[SLAVE_BUILD]/src/build/android/test_runner.py",
714 "gtest", 910 "gtest",
715 "-s", 911 "-s",
716 "components_unittests", 912 "breakpad_unittests",
717 "--blacklist-file", 913 "--blacklist-file",
718 "[SLAVE_BUILD]/src/out/bad_devices.json", 914 "[SLAVE_BUILD]/src/out/bad_devices.json",
719 "--verbose", 915 "--verbose",
720 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_unittests.iso late", 916 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
721 "--flakiness-dashboard-server=test-results.appspot.com", 917 "--flakiness-dashboard-server=test-results.appspot.com",
722 "--json-results-file", 918 "--json-results-file",
723 "/path/to/tmp/json" 919 "/path/to/tmp/json"
724 ], 920 ],
725 "cwd": "[SLAVE_BUILD]", 921 "cwd": "[SLAVE_BUILD]",
726 "env": { 922 "env": {
727 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 923 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
728 }, 924 },
729 "name": "components_unittests" 925 "name": "breakpad_unittests.breakpad_unittests",
926 "~followup_annotations": [
927 "@@@STEP_NEST_LEVEL@1@@@"
928 ]
730 }, 929 },
731 { 930 {
732 "cmd": [ 931 "cmd": [
733 "python", 932 "python",
734 "-u", 933 "-u",
735 "[SLAVE_BUILD]/src/build/android/test_runner.py", 934 "[BUILD]/scripts/slave/tee.py",
736 "gtest", 935 "/path/to/tmp/logcat",
737 "-s", 936 "--",
738 "content_browsertests", 937 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
739 "--blacklist-file", 938 "[TMP_BASE]/test_logcat_tmp_7"
740 "[SLAVE_BUILD]/src/out/bad_devices.json", 939 ],
741 "--verbose", 940 "cwd": "[SLAVE_BUILD]",
742 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_browsertests.isolat e", 941 "name": "breakpad_unittests.logcat_dump",
743 "--flakiness-dashboard-server=test-results.appspot.com", 942 "~followup_annotations": [
744 "--json-results-file", 943 "@@@STEP_NEST_LEVEL@1@@@"
745 "/path/to/tmp/json" 944 ]
945 },
946 {
947 "cmd": [],
948 "cwd": "[SLAVE_BUILD]",
949 "name": "cc_unittests"
950 },
951 {
952 "cmd": [
953 "[BUILD]/scripts/slave/daemonizer.py",
954 "--",
955 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
956 "[TMP_BASE]/test_logcat_tmp_8"
746 ], 957 ],
747 "cwd": "[SLAVE_BUILD]", 958 "cwd": "[SLAVE_BUILD]",
748 "env": { 959 "env": {
749 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 960 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
750 }, 961 },
751 "name": "content_browsertests" 962 "name": "cc_unittests.spawn_logcat_monitor",
963 "~followup_annotations": [
964 "@@@STEP_NEST_LEVEL@1@@@"
965 ]
752 }, 966 },
753 { 967 {
754 "cmd": [ 968 "cmd": [
755 "python", 969 "python",
756 "-u", 970 "-u",
757 "[SLAVE_BUILD]/src/build/android/test_runner.py", 971 "[SLAVE_BUILD]/src/build/android/test_runner.py",
758 "gtest", 972 "gtest",
759 "-s", 973 "-s",
760 "content_unittests", 974 "cc_unittests",
761 "--blacklist-file", 975 "--blacklist-file",
762 "[SLAVE_BUILD]/src/out/bad_devices.json", 976 "[SLAVE_BUILD]/src/out/bad_devices.json",
763 "--verbose", 977 "--verbose",
764 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate",
765 "--flakiness-dashboard-server=test-results.appspot.com", 978 "--flakiness-dashboard-server=test-results.appspot.com",
766 "--json-results-file", 979 "--json-results-file",
767 "/path/to/tmp/json" 980 "/path/to/tmp/json"
768 ], 981 ],
769 "cwd": "[SLAVE_BUILD]", 982 "cwd": "[SLAVE_BUILD]",
770 "env": { 983 "env": {
771 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 984 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
772 }, 985 },
986 "name": "cc_unittests.cc_unittests",
987 "~followup_annotations": [
988 "@@@STEP_NEST_LEVEL@1@@@"
989 ]
990 },
991 {
992 "cmd": [
993 "python",
994 "-u",
995 "[BUILD]/scripts/slave/tee.py",
996 "/path/to/tmp/logcat",
997 "--",
998 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
999 "[TMP_BASE]/test_logcat_tmp_8"
1000 ],
1001 "cwd": "[SLAVE_BUILD]",
1002 "name": "cc_unittests.logcat_dump",
1003 "~followup_annotations": [
1004 "@@@STEP_NEST_LEVEL@1@@@"
1005 ]
1006 },
1007 {
1008 "cmd": [],
1009 "cwd": "[SLAVE_BUILD]",
1010 "name": "components_browsertests"
1011 },
1012 {
1013 "cmd": [
1014 "[BUILD]/scripts/slave/daemonizer.py",
1015 "--",
1016 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1017 "[TMP_BASE]/test_logcat_tmp_9"
1018 ],
1019 "cwd": "[SLAVE_BUILD]",
1020 "env": {
1021 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1022 },
1023 "name": "components_browsertests.spawn_logcat_monitor",
1024 "~followup_annotations": [
1025 "@@@STEP_NEST_LEVEL@1@@@"
1026 ]
1027 },
1028 {
1029 "cmd": [
1030 "python",
1031 "-u",
1032 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1033 "gtest",
1034 "-s",
1035 "components_browsertests",
1036 "--blacklist-file",
1037 "[SLAVE_BUILD]/src/out/bad_devices.json",
1038 "--verbose",
1039 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests. isolate",
1040 "--flakiness-dashboard-server=test-results.appspot.com",
1041 "--json-results-file",
1042 "/path/to/tmp/json"
1043 ],
1044 "cwd": "[SLAVE_BUILD]",
1045 "env": {
1046 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1047 },
1048 "name": "components_browsertests.components_browsertests",
1049 "~followup_annotations": [
1050 "@@@STEP_NEST_LEVEL@1@@@"
1051 ]
1052 },
1053 {
1054 "cmd": [
1055 "python",
1056 "-u",
1057 "[BUILD]/scripts/slave/tee.py",
1058 "/path/to/tmp/logcat",
1059 "--",
1060 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1061 "[TMP_BASE]/test_logcat_tmp_9"
1062 ],
1063 "cwd": "[SLAVE_BUILD]",
1064 "name": "components_browsertests.logcat_dump",
1065 "~followup_annotations": [
1066 "@@@STEP_NEST_LEVEL@1@@@"
1067 ]
1068 },
1069 {
1070 "cmd": [],
1071 "cwd": "[SLAVE_BUILD]",
1072 "name": "components_unittests"
1073 },
1074 {
1075 "cmd": [
1076 "[BUILD]/scripts/slave/daemonizer.py",
1077 "--",
1078 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1079 "[TMP_BASE]/test_logcat_tmp_10"
1080 ],
1081 "cwd": "[SLAVE_BUILD]",
1082 "env": {
1083 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1084 },
1085 "name": "components_unittests.spawn_logcat_monitor",
1086 "~followup_annotations": [
1087 "@@@STEP_NEST_LEVEL@1@@@"
1088 ]
1089 },
1090 {
1091 "cmd": [
1092 "python",
1093 "-u",
1094 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1095 "gtest",
1096 "-s",
1097 "components_unittests",
1098 "--blacklist-file",
1099 "[SLAVE_BUILD]/src/out/bad_devices.json",
1100 "--verbose",
1101 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_unittests.iso late",
1102 "--flakiness-dashboard-server=test-results.appspot.com",
1103 "--json-results-file",
1104 "/path/to/tmp/json"
1105 ],
1106 "cwd": "[SLAVE_BUILD]",
1107 "env": {
1108 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1109 },
1110 "name": "components_unittests.components_unittests",
1111 "~followup_annotations": [
1112 "@@@STEP_NEST_LEVEL@1@@@"
1113 ]
1114 },
1115 {
1116 "cmd": [
1117 "python",
1118 "-u",
1119 "[BUILD]/scripts/slave/tee.py",
1120 "/path/to/tmp/logcat",
1121 "--",
1122 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1123 "[TMP_BASE]/test_logcat_tmp_10"
1124 ],
1125 "cwd": "[SLAVE_BUILD]",
1126 "name": "components_unittests.logcat_dump",
1127 "~followup_annotations": [
1128 "@@@STEP_NEST_LEVEL@1@@@"
1129 ]
1130 },
1131 {
1132 "cmd": [],
1133 "cwd": "[SLAVE_BUILD]",
1134 "name": "content_browsertests"
1135 },
1136 {
1137 "cmd": [
1138 "[BUILD]/scripts/slave/daemonizer.py",
1139 "--",
1140 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1141 "[TMP_BASE]/test_logcat_tmp_11"
1142 ],
1143 "cwd": "[SLAVE_BUILD]",
1144 "env": {
1145 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1146 },
1147 "name": "content_browsertests.spawn_logcat_monitor",
1148 "~followup_annotations": [
1149 "@@@STEP_NEST_LEVEL@1@@@"
1150 ]
1151 },
1152 {
1153 "cmd": [
1154 "python",
1155 "-u",
1156 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1157 "gtest",
1158 "-s",
1159 "content_browsertests",
1160 "--blacklist-file",
1161 "[SLAVE_BUILD]/src/out/bad_devices.json",
1162 "--verbose",
1163 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_browsertests.isolat e",
1164 "--flakiness-dashboard-server=test-results.appspot.com",
1165 "--json-results-file",
1166 "/path/to/tmp/json"
1167 ],
1168 "cwd": "[SLAVE_BUILD]",
1169 "env": {
1170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1171 },
1172 "name": "content_browsertests.content_browsertests",
1173 "~followup_annotations": [
1174 "@@@STEP_NEST_LEVEL@1@@@"
1175 ]
1176 },
1177 {
1178 "cmd": [
1179 "python",
1180 "-u",
1181 "[BUILD]/scripts/slave/tee.py",
1182 "/path/to/tmp/logcat",
1183 "--",
1184 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1185 "[TMP_BASE]/test_logcat_tmp_11"
1186 ],
1187 "cwd": "[SLAVE_BUILD]",
1188 "name": "content_browsertests.logcat_dump",
1189 "~followup_annotations": [
1190 "@@@STEP_NEST_LEVEL@1@@@"
1191 ]
1192 },
1193 {
1194 "cmd": [],
1195 "cwd": "[SLAVE_BUILD]",
773 "name": "content_unittests" 1196 "name": "content_unittests"
774 }, 1197 },
775 { 1198 {
776 "cmd": [ 1199 "cmd": [
777 "python", 1200 "[BUILD]/scripts/slave/daemonizer.py",
778 "-u", 1201 "--",
779 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1202 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
780 "gtest", 1203 "[TMP_BASE]/test_logcat_tmp_12"
781 "-s", 1204 ],
782 "device_unittests", 1205 "cwd": "[SLAVE_BUILD]",
783 "--blacklist-file", 1206 "env": {
784 "[SLAVE_BUILD]/src/out/bad_devices.json", 1207 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
785 "--verbose", 1208 },
786 "--flakiness-dashboard-server=test-results.appspot.com", 1209 "name": "content_unittests.spawn_logcat_monitor",
787 "--json-results-file", 1210 "~followup_annotations": [
788 "/path/to/tmp/json" 1211 "@@@STEP_NEST_LEVEL@1@@@"
1212 ]
1213 },
1214 {
1215 "cmd": [
1216 "python",
1217 "-u",
1218 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1219 "gtest",
1220 "-s",
1221 "content_unittests",
1222 "--blacklist-file",
1223 "[SLAVE_BUILD]/src/out/bad_devices.json",
1224 "--verbose",
1225 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate",
1226 "--flakiness-dashboard-server=test-results.appspot.com",
1227 "--json-results-file",
1228 "/path/to/tmp/json"
789 ], 1229 ],
790 "cwd": "[SLAVE_BUILD]", 1230 "cwd": "[SLAVE_BUILD]",
791 "env": { 1231 "env": {
792 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1232 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
793 }, 1233 },
1234 "name": "content_unittests.content_unittests",
1235 "~followup_annotations": [
1236 "@@@STEP_NEST_LEVEL@1@@@"
1237 ]
1238 },
1239 {
1240 "cmd": [
1241 "python",
1242 "-u",
1243 "[BUILD]/scripts/slave/tee.py",
1244 "/path/to/tmp/logcat",
1245 "--",
1246 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1247 "[TMP_BASE]/test_logcat_tmp_12"
1248 ],
1249 "cwd": "[SLAVE_BUILD]",
1250 "name": "content_unittests.logcat_dump",
1251 "~followup_annotations": [
1252 "@@@STEP_NEST_LEVEL@1@@@"
1253 ]
1254 },
1255 {
1256 "cmd": [],
1257 "cwd": "[SLAVE_BUILD]",
794 "name": "device_unittests" 1258 "name": "device_unittests"
795 }, 1259 },
796 { 1260 {
797 "cmd": [ 1261 "cmd": [
1262 "[BUILD]/scripts/slave/daemonizer.py",
1263 "--",
1264 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1265 "[TMP_BASE]/test_logcat_tmp_13"
1266 ],
1267 "cwd": "[SLAVE_BUILD]",
1268 "env": {
1269 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1270 },
1271 "name": "device_unittests.spawn_logcat_monitor",
1272 "~followup_annotations": [
1273 "@@@STEP_NEST_LEVEL@1@@@"
1274 ]
1275 },
1276 {
1277 "cmd": [
798 "python", 1278 "python",
799 "-u", 1279 "-u",
800 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1280 "[SLAVE_BUILD]/src/build/android/test_runner.py",
801 "gtest", 1281 "gtest",
802 "-s", 1282 "-s",
803 "events_unittests", 1283 "device_unittests",
804 "--blacklist-file", 1284 "--blacklist-file",
805 "[SLAVE_BUILD]/src/out/bad_devices.json", 1285 "[SLAVE_BUILD]/src/out/bad_devices.json",
806 "--verbose", 1286 "--verbose",
807 "--flakiness-dashboard-server=test-results.appspot.com", 1287 "--flakiness-dashboard-server=test-results.appspot.com",
808 "--json-results-file", 1288 "--json-results-file",
809 "/path/to/tmp/json" 1289 "/path/to/tmp/json"
810 ], 1290 ],
811 "cwd": "[SLAVE_BUILD]", 1291 "cwd": "[SLAVE_BUILD]",
812 "env": { 1292 "env": {
813 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1293 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
814 }, 1294 },
1295 "name": "device_unittests.device_unittests",
1296 "~followup_annotations": [
1297 "@@@STEP_NEST_LEVEL@1@@@"
1298 ]
1299 },
1300 {
1301 "cmd": [
1302 "python",
1303 "-u",
1304 "[BUILD]/scripts/slave/tee.py",
1305 "/path/to/tmp/logcat",
1306 "--",
1307 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1308 "[TMP_BASE]/test_logcat_tmp_13"
1309 ],
1310 "cwd": "[SLAVE_BUILD]",
1311 "name": "device_unittests.logcat_dump",
1312 "~followup_annotations": [
1313 "@@@STEP_NEST_LEVEL@1@@@"
1314 ]
1315 },
1316 {
1317 "cmd": [],
1318 "cwd": "[SLAVE_BUILD]",
815 "name": "events_unittests" 1319 "name": "events_unittests"
816 }, 1320 },
817 { 1321 {
818 "cmd": [ 1322 "cmd": [
1323 "[BUILD]/scripts/slave/daemonizer.py",
1324 "--",
1325 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1326 "[TMP_BASE]/test_logcat_tmp_14"
1327 ],
1328 "cwd": "[SLAVE_BUILD]",
1329 "env": {
1330 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1331 },
1332 "name": "events_unittests.spawn_logcat_monitor",
1333 "~followup_annotations": [
1334 "@@@STEP_NEST_LEVEL@1@@@"
1335 ]
1336 },
1337 {
1338 "cmd": [
1339 "python",
1340 "-u",
1341 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1342 "gtest",
1343 "-s",
1344 "events_unittests",
1345 "--blacklist-file",
1346 "[SLAVE_BUILD]/src/out/bad_devices.json",
1347 "--verbose",
1348 "--flakiness-dashboard-server=test-results.appspot.com",
1349 "--json-results-file",
1350 "/path/to/tmp/json"
1351 ],
1352 "cwd": "[SLAVE_BUILD]",
1353 "env": {
1354 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1355 },
1356 "name": "events_unittests.events_unittests",
1357 "~followup_annotations": [
1358 "@@@STEP_NEST_LEVEL@1@@@"
1359 ]
1360 },
1361 {
1362 "cmd": [
1363 "python",
1364 "-u",
1365 "[BUILD]/scripts/slave/tee.py",
1366 "/path/to/tmp/logcat",
1367 "--",
1368 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1369 "[TMP_BASE]/test_logcat_tmp_14"
1370 ],
1371 "cwd": "[SLAVE_BUILD]",
1372 "name": "events_unittests.logcat_dump",
1373 "~followup_annotations": [
1374 "@@@STEP_NEST_LEVEL@1@@@"
1375 ]
1376 },
1377 {
1378 "cmd": [],
1379 "cwd": "[SLAVE_BUILD]",
1380 "name": "gl_tests"
1381 },
1382 {
1383 "cmd": [
1384 "[BUILD]/scripts/slave/daemonizer.py",
1385 "--",
1386 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1387 "[TMP_BASE]/test_logcat_tmp_15"
1388 ],
1389 "cwd": "[SLAVE_BUILD]",
1390 "env": {
1391 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1392 },
1393 "name": "gl_tests.spawn_logcat_monitor",
1394 "~followup_annotations": [
1395 "@@@STEP_NEST_LEVEL@1@@@"
1396 ]
1397 },
1398 {
1399 "cmd": [
1400 "python",
1401 "-u",
1402 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1403 "gtest",
1404 "-s",
1405 "gl_tests",
1406 "--blacklist-file",
1407 "[SLAVE_BUILD]/src/out/bad_devices.json",
1408 "--verbose",
1409 "--flakiness-dashboard-server=test-results.appspot.com",
1410 "--json-results-file",
1411 "/path/to/tmp/json"
1412 ],
1413 "cwd": "[SLAVE_BUILD]",
1414 "env": {
1415 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1416 },
1417 "name": "gl_tests.gl_tests",
1418 "~followup_annotations": [
1419 "@@@STEP_NEST_LEVEL@1@@@"
1420 ]
1421 },
1422 {
1423 "cmd": [
1424 "python",
1425 "-u",
1426 "[BUILD]/scripts/slave/tee.py",
1427 "/path/to/tmp/logcat",
1428 "--",
1429 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1430 "[TMP_BASE]/test_logcat_tmp_15"
1431 ],
1432 "cwd": "[SLAVE_BUILD]",
1433 "name": "gl_tests.logcat_dump",
1434 "~followup_annotations": [
1435 "@@@STEP_NEST_LEVEL@1@@@"
1436 ]
1437 },
1438 {
1439 "cmd": [],
1440 "cwd": "[SLAVE_BUILD]",
1441 "name": "gl_unittests"
1442 },
1443 {
1444 "cmd": [
1445 "[BUILD]/scripts/slave/daemonizer.py",
1446 "--",
1447 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1448 "[TMP_BASE]/test_logcat_tmp_16"
1449 ],
1450 "cwd": "[SLAVE_BUILD]",
1451 "env": {
1452 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1453 },
1454 "name": "gl_unittests.spawn_logcat_monitor",
1455 "~followup_annotations": [
1456 "@@@STEP_NEST_LEVEL@1@@@"
1457 ]
1458 },
1459 {
1460 "cmd": [
1461 "python",
1462 "-u",
1463 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1464 "gtest",
1465 "-s",
1466 "gl_unittests",
1467 "--blacklist-file",
1468 "[SLAVE_BUILD]/src/out/bad_devices.json",
1469 "--verbose",
1470 "--flakiness-dashboard-server=test-results.appspot.com",
1471 "--json-results-file",
1472 "/path/to/tmp/json"
1473 ],
1474 "cwd": "[SLAVE_BUILD]",
1475 "env": {
1476 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1477 },
1478 "name": "gl_unittests.gl_unittests",
1479 "~followup_annotations": [
1480 "@@@STEP_NEST_LEVEL@1@@@"
1481 ]
1482 },
1483 {
1484 "cmd": [
1485 "python",
1486 "-u",
1487 "[BUILD]/scripts/slave/tee.py",
1488 "/path/to/tmp/logcat",
1489 "--",
1490 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1491 "[TMP_BASE]/test_logcat_tmp_16"
1492 ],
1493 "cwd": "[SLAVE_BUILD]",
1494 "name": "gl_unittests.logcat_dump",
1495 "~followup_annotations": [
1496 "@@@STEP_NEST_LEVEL@1@@@"
1497 ]
1498 },
1499 {
1500 "cmd": [],
1501 "cwd": "[SLAVE_BUILD]",
1502 "name": "gpu_unittests"
1503 },
1504 {
1505 "cmd": [
1506 "[BUILD]/scripts/slave/daemonizer.py",
1507 "--",
1508 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1509 "[TMP_BASE]/test_logcat_tmp_17"
1510 ],
1511 "cwd": "[SLAVE_BUILD]",
1512 "env": {
1513 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1514 },
1515 "name": "gpu_unittests.spawn_logcat_monitor",
1516 "~followup_annotations": [
1517 "@@@STEP_NEST_LEVEL@1@@@"
1518 ]
1519 },
1520 {
1521 "cmd": [
1522 "python",
1523 "-u",
1524 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1525 "gtest",
1526 "-s",
1527 "gpu_unittests",
1528 "--blacklist-file",
1529 "[SLAVE_BUILD]/src/out/bad_devices.json",
1530 "--verbose",
1531 "--flakiness-dashboard-server=test-results.appspot.com",
1532 "--json-results-file",
1533 "/path/to/tmp/json"
1534 ],
1535 "cwd": "[SLAVE_BUILD]",
1536 "env": {
1537 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1538 },
1539 "name": "gpu_unittests.gpu_unittests",
1540 "~followup_annotations": [
1541 "@@@STEP_NEST_LEVEL@1@@@"
1542 ]
1543 },
1544 {
1545 "cmd": [
1546 "python",
1547 "-u",
1548 "[BUILD]/scripts/slave/tee.py",
1549 "/path/to/tmp/logcat",
1550 "--",
1551 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1552 "[TMP_BASE]/test_logcat_tmp_17"
1553 ],
1554 "cwd": "[SLAVE_BUILD]",
1555 "name": "gpu_unittests.logcat_dump",
1556 "~followup_annotations": [
1557 "@@@STEP_NEST_LEVEL@1@@@"
1558 ]
1559 },
1560 {
1561 "cmd": [],
1562 "cwd": "[SLAVE_BUILD]",
1563 "name": "ipc_tests"
1564 },
1565 {
1566 "cmd": [
1567 "[BUILD]/scripts/slave/daemonizer.py",
1568 "--",
1569 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1570 "[TMP_BASE]/test_logcat_tmp_18"
1571 ],
1572 "cwd": "[SLAVE_BUILD]",
1573 "env": {
1574 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1575 },
1576 "name": "ipc_tests.spawn_logcat_monitor",
1577 "~followup_annotations": [
1578 "@@@STEP_NEST_LEVEL@1@@@"
1579 ]
1580 },
1581 {
1582 "cmd": [
1583 "python",
1584 "-u",
1585 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1586 "gtest",
1587 "-s",
1588 "ipc_tests",
1589 "--blacklist-file",
1590 "[SLAVE_BUILD]/src/out/bad_devices.json",
1591 "--verbose",
1592 "--flakiness-dashboard-server=test-results.appspot.com",
1593 "--json-results-file",
1594 "/path/to/tmp/json"
1595 ],
1596 "cwd": "[SLAVE_BUILD]",
1597 "env": {
1598 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1599 },
1600 "name": "ipc_tests.ipc_tests",
1601 "~followup_annotations": [
1602 "@@@STEP_NEST_LEVEL@1@@@"
1603 ]
1604 },
1605 {
1606 "cmd": [
1607 "python",
1608 "-u",
1609 "[BUILD]/scripts/slave/tee.py",
1610 "/path/to/tmp/logcat",
1611 "--",
1612 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1613 "[TMP_BASE]/test_logcat_tmp_18"
1614 ],
1615 "cwd": "[SLAVE_BUILD]",
1616 "name": "ipc_tests.logcat_dump",
1617 "~followup_annotations": [
1618 "@@@STEP_NEST_LEVEL@1@@@"
1619 ]
1620 },
1621 {
1622 "cmd": [],
1623 "cwd": "[SLAVE_BUILD]",
1624 "name": "media_unittests"
1625 },
1626 {
1627 "cmd": [
1628 "[BUILD]/scripts/slave/daemonizer.py",
1629 "--",
1630 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1631 "[TMP_BASE]/test_logcat_tmp_19"
1632 ],
1633 "cwd": "[SLAVE_BUILD]",
1634 "env": {
1635 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1636 },
1637 "name": "media_unittests.spawn_logcat_monitor",
1638 "~followup_annotations": [
1639 "@@@STEP_NEST_LEVEL@1@@@"
1640 ]
1641 },
1642 {
1643 "cmd": [
1644 "python",
1645 "-u",
1646 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1647 "gtest",
1648 "-s",
1649 "media_unittests",
1650 "--blacklist-file",
1651 "[SLAVE_BUILD]/src/out/bad_devices.json",
1652 "--verbose",
1653 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate",
1654 "--flakiness-dashboard-server=test-results.appspot.com",
1655 "--json-results-file",
1656 "/path/to/tmp/json"
1657 ],
1658 "cwd": "[SLAVE_BUILD]",
1659 "env": {
1660 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1661 },
1662 "name": "media_unittests.media_unittests",
1663 "~followup_annotations": [
1664 "@@@STEP_NEST_LEVEL@1@@@"
1665 ]
1666 },
1667 {
1668 "cmd": [
1669 "python",
1670 "-u",
1671 "[BUILD]/scripts/slave/tee.py",
1672 "/path/to/tmp/logcat",
1673 "--",
1674 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1675 "[TMP_BASE]/test_logcat_tmp_19"
1676 ],
1677 "cwd": "[SLAVE_BUILD]",
1678 "name": "media_unittests.logcat_dump",
1679 "~followup_annotations": [
1680 "@@@STEP_NEST_LEVEL@1@@@"
1681 ]
1682 },
1683 {
1684 "cmd": [],
1685 "cwd": "[SLAVE_BUILD]",
1686 "name": "net_unittests"
1687 },
1688 {
1689 "cmd": [
1690 "[BUILD]/scripts/slave/daemonizer.py",
1691 "--",
1692 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1693 "[TMP_BASE]/test_logcat_tmp_20"
1694 ],
1695 "cwd": "[SLAVE_BUILD]",
1696 "env": {
1697 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1698 },
1699 "name": "net_unittests.spawn_logcat_monitor",
1700 "~followup_annotations": [
1701 "@@@STEP_NEST_LEVEL@1@@@"
1702 ]
1703 },
1704 {
1705 "cmd": [
819 "python", 1706 "python",
820 "-u", 1707 "-u",
821 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1708 "[SLAVE_BUILD]/src/build/android/test_runner.py",
822 "gtest", 1709 "gtest",
823 "-s", 1710 "-s",
824 "gl_tests", 1711 "net_unittests",
825 "--blacklist-file", 1712 "--blacklist-file",
826 "[SLAVE_BUILD]/src/out/bad_devices.json", 1713 "[SLAVE_BUILD]/src/out/bad_devices.json",
827 "--verbose", 1714 "--verbose",
1715 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
828 "--flakiness-dashboard-server=test-results.appspot.com", 1716 "--flakiness-dashboard-server=test-results.appspot.com",
829 "--json-results-file", 1717 "--json-results-file",
830 "/path/to/tmp/json" 1718 "/path/to/tmp/json"
831 ], 1719 ],
832 "cwd": "[SLAVE_BUILD]", 1720 "cwd": "[SLAVE_BUILD]",
833 "env": { 1721 "env": {
834 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1722 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
835 }, 1723 },
836 "name": "gl_tests" 1724 "name": "net_unittests.net_unittests",
1725 "~followup_annotations": [
1726 "@@@STEP_NEST_LEVEL@1@@@"
1727 ]
837 }, 1728 },
838 { 1729 {
839 "cmd": [ 1730 "cmd": [
840 "python", 1731 "python",
841 "-u", 1732 "-u",
842 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1733 "[BUILD]/scripts/slave/tee.py",
843 "gtest", 1734 "/path/to/tmp/logcat",
844 "-s", 1735 "--",
845 "gl_unittests", 1736 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
846 "--blacklist-file", 1737 "[TMP_BASE]/test_logcat_tmp_20"
847 "[SLAVE_BUILD]/src/out/bad_devices.json", 1738 ],
848 "--verbose", 1739 "cwd": "[SLAVE_BUILD]",
849 "--flakiness-dashboard-server=test-results.appspot.com", 1740 "name": "net_unittests.logcat_dump",
850 "--json-results-file", 1741 "~followup_annotations": [
851 "/path/to/tmp/json" 1742 "@@@STEP_NEST_LEVEL@1@@@"
1743 ]
1744 },
1745 {
1746 "cmd": [],
1747 "cwd": "[SLAVE_BUILD]",
1748 "name": "sandbox_linux_unittests"
1749 },
1750 {
1751 "cmd": [
1752 "[BUILD]/scripts/slave/daemonizer.py",
1753 "--",
1754 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1755 "[TMP_BASE]/test_logcat_tmp_21"
852 ], 1756 ],
853 "cwd": "[SLAVE_BUILD]", 1757 "cwd": "[SLAVE_BUILD]",
854 "env": { 1758 "env": {
855 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1759 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
856 }, 1760 },
857 "name": "gl_unittests" 1761 "name": "sandbox_linux_unittests.spawn_logcat_monitor",
1762 "~followup_annotations": [
1763 "@@@STEP_NEST_LEVEL@1@@@"
1764 ]
858 }, 1765 },
859 { 1766 {
860 "cmd": [ 1767 "cmd": [
861 "python", 1768 "python",
862 "-u", 1769 "-u",
863 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1770 "[SLAVE_BUILD]/src/build/android/test_runner.py",
864 "gtest", 1771 "gtest",
865 "-s", 1772 "-s",
866 "gpu_unittests", 1773 "sandbox_linux_unittests",
867 "--blacklist-file", 1774 "--blacklist-file",
868 "[SLAVE_BUILD]/src/out/bad_devices.json", 1775 "[SLAVE_BUILD]/src/out/bad_devices.json",
869 "--verbose", 1776 "--verbose",
870 "--flakiness-dashboard-server=test-results.appspot.com", 1777 "--flakiness-dashboard-server=test-results.appspot.com",
871 "--json-results-file", 1778 "--json-results-file",
872 "/path/to/tmp/json" 1779 "/path/to/tmp/json"
873 ], 1780 ],
874 "cwd": "[SLAVE_BUILD]", 1781 "cwd": "[SLAVE_BUILD]",
875 "env": { 1782 "env": {
876 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1783 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
877 }, 1784 },
878 "name": "gpu_unittests" 1785 "name": "sandbox_linux_unittests.sandbox_linux_unittests",
1786 "~followup_annotations": [
1787 "@@@STEP_NEST_LEVEL@1@@@"
1788 ]
879 }, 1789 },
880 { 1790 {
881 "cmd": [ 1791 "cmd": [
882 "python", 1792 "python",
883 "-u", 1793 "-u",
884 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1794 "[BUILD]/scripts/slave/tee.py",
885 "gtest", 1795 "/path/to/tmp/logcat",
886 "-s", 1796 "--",
887 "ipc_tests", 1797 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
888 "--blacklist-file", 1798 "[TMP_BASE]/test_logcat_tmp_21"
889 "[SLAVE_BUILD]/src/out/bad_devices.json", 1799 ],
890 "--verbose", 1800 "cwd": "[SLAVE_BUILD]",
891 "--flakiness-dashboard-server=test-results.appspot.com", 1801 "name": "sandbox_linux_unittests.logcat_dump",
892 "--json-results-file", 1802 "~followup_annotations": [
893 "/path/to/tmp/json" 1803 "@@@STEP_NEST_LEVEL@1@@@"
1804 ]
1805 },
1806 {
1807 "cmd": [],
1808 "cwd": "[SLAVE_BUILD]",
1809 "name": "sql_unittests"
1810 },
1811 {
1812 "cmd": [
1813 "[BUILD]/scripts/slave/daemonizer.py",
1814 "--",
1815 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1816 "[TMP_BASE]/test_logcat_tmp_22"
894 ], 1817 ],
895 "cwd": "[SLAVE_BUILD]", 1818 "cwd": "[SLAVE_BUILD]",
896 "env": { 1819 "env": {
897 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1820 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
898 }, 1821 },
899 "name": "ipc_tests" 1822 "name": "sql_unittests.spawn_logcat_monitor",
1823 "~followup_annotations": [
1824 "@@@STEP_NEST_LEVEL@1@@@"
1825 ]
900 }, 1826 },
901 { 1827 {
902 "cmd": [ 1828 "cmd": [
903 "python", 1829 "python",
904 "-u", 1830 "-u",
905 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1831 "[SLAVE_BUILD]/src/build/android/test_runner.py",
906 "gtest", 1832 "gtest",
907 "-s", 1833 "-s",
908 "media_unittests", 1834 "sql_unittests",
909 "--blacklist-file", 1835 "--blacklist-file",
910 "[SLAVE_BUILD]/src/out/bad_devices.json", 1836 "[SLAVE_BUILD]/src/out/bad_devices.json",
911 "--verbose", 1837 "--verbose",
912 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate", 1838 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate",
913 "--flakiness-dashboard-server=test-results.appspot.com", 1839 "--flakiness-dashboard-server=test-results.appspot.com",
914 "--json-results-file", 1840 "--json-results-file",
915 "/path/to/tmp/json" 1841 "/path/to/tmp/json"
916 ], 1842 ],
917 "cwd": "[SLAVE_BUILD]", 1843 "cwd": "[SLAVE_BUILD]",
918 "env": { 1844 "env": {
919 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1845 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
920 }, 1846 },
921 "name": "media_unittests" 1847 "name": "sql_unittests.sql_unittests",
1848 "~followup_annotations": [
1849 "@@@STEP_NEST_LEVEL@1@@@"
1850 ]
922 }, 1851 },
923 { 1852 {
924 "cmd": [ 1853 "cmd": [
925 "python", 1854 "python",
926 "-u", 1855 "-u",
927 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1856 "[BUILD]/scripts/slave/tee.py",
928 "gtest", 1857 "/path/to/tmp/logcat",
929 "-s", 1858 "--",
930 "net_unittests", 1859 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
931 "--blacklist-file", 1860 "[TMP_BASE]/test_logcat_tmp_22"
932 "[SLAVE_BUILD]/src/out/bad_devices.json", 1861 ],
933 "--verbose", 1862 "cwd": "[SLAVE_BUILD]",
934 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", 1863 "name": "sql_unittests.logcat_dump",
935 "--flakiness-dashboard-server=test-results.appspot.com", 1864 "~followup_annotations": [
936 "--json-results-file", 1865 "@@@STEP_NEST_LEVEL@1@@@"
937 "/path/to/tmp/json" 1866 ]
1867 },
1868 {
1869 "cmd": [],
1870 "cwd": "[SLAVE_BUILD]",
1871 "name": "sync_unit_tests"
1872 },
1873 {
1874 "cmd": [
1875 "[BUILD]/scripts/slave/daemonizer.py",
1876 "--",
1877 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1878 "[TMP_BASE]/test_logcat_tmp_23"
938 ], 1879 ],
939 "cwd": "[SLAVE_BUILD]", 1880 "cwd": "[SLAVE_BUILD]",
940 "env": { 1881 "env": {
941 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1882 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
942 }, 1883 },
943 "name": "net_unittests" 1884 "name": "sync_unit_tests.spawn_logcat_monitor",
1885 "~followup_annotations": [
1886 "@@@STEP_NEST_LEVEL@1@@@"
1887 ]
944 }, 1888 },
945 { 1889 {
946 "cmd": [ 1890 "cmd": [
947 "python", 1891 "python",
948 "-u", 1892 "-u",
949 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1893 "[SLAVE_BUILD]/src/build/android/test_runner.py",
950 "gtest", 1894 "gtest",
951 "-s", 1895 "-s",
952 "sandbox_linux_unittests", 1896 "sync_unit_tests",
953 "--blacklist-file", 1897 "--blacklist-file",
954 "[SLAVE_BUILD]/src/out/bad_devices.json", 1898 "[SLAVE_BUILD]/src/out/bad_devices.json",
955 "--verbose", 1899 "--verbose",
1900 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate",
956 "--flakiness-dashboard-server=test-results.appspot.com", 1901 "--flakiness-dashboard-server=test-results.appspot.com",
957 "--json-results-file", 1902 "--json-results-file",
958 "/path/to/tmp/json" 1903 "/path/to/tmp/json"
959 ], 1904 ],
960 "cwd": "[SLAVE_BUILD]", 1905 "cwd": "[SLAVE_BUILD]",
961 "env": { 1906 "env": {
962 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1907 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
963 }, 1908 },
964 "name": "sandbox_linux_unittests" 1909 "name": "sync_unit_tests.sync_unit_tests",
1910 "~followup_annotations": [
1911 "@@@STEP_NEST_LEVEL@1@@@"
1912 ]
965 }, 1913 },
966 { 1914 {
967 "cmd": [ 1915 "cmd": [
968 "python", 1916 "python",
969 "-u", 1917 "-u",
970 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1918 "[BUILD]/scripts/slave/tee.py",
971 "gtest", 1919 "/path/to/tmp/logcat",
972 "-s", 1920 "--",
973 "sql_unittests", 1921 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
974 "--blacklist-file", 1922 "[TMP_BASE]/test_logcat_tmp_23"
975 "[SLAVE_BUILD]/src/out/bad_devices.json", 1923 ],
976 "--verbose", 1924 "cwd": "[SLAVE_BUILD]",
977 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate", 1925 "name": "sync_unit_tests.logcat_dump",
978 "--flakiness-dashboard-server=test-results.appspot.com", 1926 "~followup_annotations": [
979 "--json-results-file", 1927 "@@@STEP_NEST_LEVEL@1@@@"
980 "/path/to/tmp/json" 1928 ]
1929 },
1930 {
1931 "cmd": [],
1932 "cwd": "[SLAVE_BUILD]",
1933 "name": "ui_android_unittests"
1934 },
1935 {
1936 "cmd": [
1937 "[BUILD]/scripts/slave/daemonizer.py",
1938 "--",
1939 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1940 "[TMP_BASE]/test_logcat_tmp_24"
981 ], 1941 ],
982 "cwd": "[SLAVE_BUILD]", 1942 "cwd": "[SLAVE_BUILD]",
983 "env": { 1943 "env": {
984 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1944 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
985 }, 1945 },
986 "name": "sql_unittests" 1946 "name": "ui_android_unittests.spawn_logcat_monitor",
1947 "~followup_annotations": [
1948 "@@@STEP_NEST_LEVEL@1@@@"
1949 ]
987 }, 1950 },
988 { 1951 {
989 "cmd": [ 1952 "cmd": [
990 "python", 1953 "python",
991 "-u", 1954 "-u",
992 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1955 "[SLAVE_BUILD]/src/build/android/test_runner.py",
993 "gtest", 1956 "gtest",
994 "-s", 1957 "-s",
995 "sync_unit_tests", 1958 "ui_android_unittests",
996 "--blacklist-file", 1959 "--blacklist-file",
997 "[SLAVE_BUILD]/src/out/bad_devices.json", 1960 "[SLAVE_BUILD]/src/out/bad_devices.json",
998 "--verbose", 1961 "--verbose",
999 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate",
1000 "--flakiness-dashboard-server=test-results.appspot.com", 1962 "--flakiness-dashboard-server=test-results.appspot.com",
1001 "--json-results-file", 1963 "--json-results-file",
1002 "/path/to/tmp/json" 1964 "/path/to/tmp/json"
1003 ], 1965 ],
1004 "cwd": "[SLAVE_BUILD]", 1966 "cwd": "[SLAVE_BUILD]",
1005 "env": { 1967 "env": {
1006 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1968 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1007 }, 1969 },
1008 "name": "sync_unit_tests" 1970 "name": "ui_android_unittests.ui_android_unittests",
1971 "~followup_annotations": [
1972 "@@@STEP_NEST_LEVEL@1@@@"
1973 ]
1009 }, 1974 },
1010 { 1975 {
1011 "cmd": [ 1976 "cmd": [
1012 "python", 1977 "python",
1013 "-u", 1978 "-u",
1014 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1979 "[BUILD]/scripts/slave/tee.py",
1015 "gtest", 1980 "/path/to/tmp/logcat",
1016 "-s", 1981 "--",
1017 "ui_android_unittests", 1982 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1018 "--blacklist-file", 1983 "[TMP_BASE]/test_logcat_tmp_24"
1019 "[SLAVE_BUILD]/src/out/bad_devices.json", 1984 ],
1020 "--verbose", 1985 "cwd": "[SLAVE_BUILD]",
1021 "--flakiness-dashboard-server=test-results.appspot.com", 1986 "name": "ui_android_unittests.logcat_dump",
1022 "--json-results-file", 1987 "~followup_annotations": [
1023 "/path/to/tmp/json" 1988 "@@@STEP_NEST_LEVEL@1@@@"
1989 ]
1990 },
1991 {
1992 "cmd": [],
1993 "cwd": "[SLAVE_BUILD]",
1994 "name": "ui_base_unittests"
1995 },
1996 {
1997 "cmd": [
1998 "[BUILD]/scripts/slave/daemonizer.py",
1999 "--",
2000 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2001 "[TMP_BASE]/test_logcat_tmp_25"
1024 ], 2002 ],
1025 "cwd": "[SLAVE_BUILD]", 2003 "cwd": "[SLAVE_BUILD]",
1026 "env": { 2004 "env": {
1027 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2005 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1028 }, 2006 },
1029 "name": "ui_android_unittests" 2007 "name": "ui_base_unittests.spawn_logcat_monitor",
2008 "~followup_annotations": [
2009 "@@@STEP_NEST_LEVEL@1@@@"
2010 ]
1030 }, 2011 },
1031 { 2012 {
1032 "cmd": [ 2013 "cmd": [
1033 "python", 2014 "python",
1034 "-u", 2015 "-u",
1035 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2016 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1036 "gtest", 2017 "gtest",
1037 "-s", 2018 "-s",
1038 "ui_base_unittests", 2019 "ui_base_unittests",
1039 "--blacklist-file", 2020 "--blacklist-file",
1040 "[SLAVE_BUILD]/src/out/bad_devices.json", 2021 "[SLAVE_BUILD]/src/out/bad_devices.json",
1041 "--verbose", 2022 "--verbose",
1042 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate", 2023 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate",
1043 "--flakiness-dashboard-server=test-results.appspot.com", 2024 "--flakiness-dashboard-server=test-results.appspot.com",
1044 "--json-results-file", 2025 "--json-results-file",
1045 "/path/to/tmp/json" 2026 "/path/to/tmp/json"
1046 ], 2027 ],
1047 "cwd": "[SLAVE_BUILD]", 2028 "cwd": "[SLAVE_BUILD]",
1048 "env": { 2029 "env": {
1049 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2030 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1050 }, 2031 },
1051 "name": "ui_base_unittests" 2032 "name": "ui_base_unittests.ui_base_unittests",
2033 "~followup_annotations": [
2034 "@@@STEP_NEST_LEVEL@1@@@"
2035 ]
1052 }, 2036 },
1053 { 2037 {
1054 "cmd": [ 2038 "cmd": [
2039 "python",
2040 "-u",
2041 "[BUILD]/scripts/slave/tee.py",
2042 "/path/to/tmp/logcat",
2043 "--",
2044 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2045 "[TMP_BASE]/test_logcat_tmp_25"
2046 ],
2047 "cwd": "[SLAVE_BUILD]",
2048 "name": "ui_base_unittests.logcat_dump",
2049 "~followup_annotations": [
2050 "@@@STEP_NEST_LEVEL@1@@@"
2051 ]
2052 },
2053 {
2054 "cmd": [],
2055 "cwd": "[SLAVE_BUILD]",
2056 "name": "ui_touch_selection_unittests"
2057 },
2058 {
2059 "cmd": [
2060 "[BUILD]/scripts/slave/daemonizer.py",
2061 "--",
2062 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2063 "[TMP_BASE]/test_logcat_tmp_26"
2064 ],
2065 "cwd": "[SLAVE_BUILD]",
2066 "env": {
2067 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2068 },
2069 "name": "ui_touch_selection_unittests.spawn_logcat_monitor",
2070 "~followup_annotations": [
2071 "@@@STEP_NEST_LEVEL@1@@@"
2072 ]
2073 },
2074 {
2075 "cmd": [
1055 "python", 2076 "python",
1056 "-u", 2077 "-u",
1057 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2078 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1058 "gtest", 2079 "gtest",
1059 "-s", 2080 "-s",
1060 "ui_touch_selection_unittests", 2081 "ui_touch_selection_unittests",
1061 "--blacklist-file", 2082 "--blacklist-file",
1062 "[SLAVE_BUILD]/src/out/bad_devices.json", 2083 "[SLAVE_BUILD]/src/out/bad_devices.json",
1063 "--verbose", 2084 "--verbose",
1064 "--flakiness-dashboard-server=test-results.appspot.com", 2085 "--flakiness-dashboard-server=test-results.appspot.com",
1065 "--json-results-file", 2086 "--json-results-file",
1066 "/path/to/tmp/json" 2087 "/path/to/tmp/json"
1067 ], 2088 ],
1068 "cwd": "[SLAVE_BUILD]", 2089 "cwd": "[SLAVE_BUILD]",
1069 "env": { 2090 "env": {
1070 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2091 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1071 }, 2092 },
1072 "name": "ui_touch_selection_unittests" 2093 "name": "ui_touch_selection_unittests.ui_touch_selection_unittests",
2094 "~followup_annotations": [
2095 "@@@STEP_NEST_LEVEL@1@@@"
2096 ]
1073 }, 2097 },
1074 { 2098 {
1075 "cmd": [ 2099 "cmd": [
2100 "python",
2101 "-u",
2102 "[BUILD]/scripts/slave/tee.py",
2103 "/path/to/tmp/logcat",
2104 "--",
2105 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2106 "[TMP_BASE]/test_logcat_tmp_26"
2107 ],
2108 "cwd": "[SLAVE_BUILD]",
2109 "name": "ui_touch_selection_unittests.logcat_dump",
2110 "~followup_annotations": [
2111 "@@@STEP_NEST_LEVEL@1@@@"
2112 ]
2113 },
2114 {
2115 "cmd": [],
2116 "cwd": "[SLAVE_BUILD]",
2117 "name": "unit_tests"
2118 },
2119 {
2120 "cmd": [
2121 "[BUILD]/scripts/slave/daemonizer.py",
2122 "--",
2123 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2124 "[TMP_BASE]/test_logcat_tmp_27"
2125 ],
2126 "cwd": "[SLAVE_BUILD]",
2127 "env": {
2128 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2129 },
2130 "name": "unit_tests.spawn_logcat_monitor",
2131 "~followup_annotations": [
2132 "@@@STEP_NEST_LEVEL@1@@@"
2133 ]
2134 },
2135 {
2136 "cmd": [
1076 "python", 2137 "python",
1077 "-u", 2138 "-u",
1078 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2139 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1079 "gtest", 2140 "gtest",
1080 "-s", 2141 "-s",
1081 "unit_tests", 2142 "unit_tests",
1082 "--blacklist-file", 2143 "--blacklist-file",
1083 "[SLAVE_BUILD]/src/out/bad_devices.json", 2144 "[SLAVE_BUILD]/src/out/bad_devices.json",
1084 "--verbose", 2145 "--verbose",
1085 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate", 2146 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate",
1086 "--flakiness-dashboard-server=test-results.appspot.com", 2147 "--flakiness-dashboard-server=test-results.appspot.com",
1087 "--json-results-file", 2148 "--json-results-file",
1088 "/path/to/tmp/json" 2149 "/path/to/tmp/json"
1089 ], 2150 ],
1090 "cwd": "[SLAVE_BUILD]", 2151 "cwd": "[SLAVE_BUILD]",
1091 "env": { 2152 "env": {
1092 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2153 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1093 }, 2154 },
1094 "name": "unit_tests" 2155 "name": "unit_tests.unit_tests",
2156 "~followup_annotations": [
2157 "@@@STEP_NEST_LEVEL@1@@@"
2158 ]
1095 }, 2159 },
1096 { 2160 {
1097 "cmd": [ 2161 "cmd": [
2162 "python",
2163 "-u",
2164 "[BUILD]/scripts/slave/tee.py",
2165 "/path/to/tmp/logcat",
2166 "--",
2167 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2168 "[TMP_BASE]/test_logcat_tmp_27"
2169 ],
2170 "cwd": "[SLAVE_BUILD]",
2171 "name": "unit_tests.logcat_dump",
2172 "~followup_annotations": [
2173 "@@@STEP_NEST_LEVEL@1@@@"
2174 ]
2175 },
2176 {
2177 "cmd": [
1098 "python", 2178 "python",
1099 "-u", 2179 "-u",
1100 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2180 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1101 "junit", 2181 "junit",
1102 "-s", 2182 "-s",
1103 "base_junit_tests", 2183 "base_junit_tests",
1104 "--verbose", 2184 "--verbose",
1105 "--json-results-file", 2185 "--json-results-file",
1106 "/path/to/tmp/json" 2186 "/path/to/tmp/json"
1107 ], 2187 ],
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2390 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1311 "@@@STEP_LOG_END@python.inline@@@" 2391 "@@@STEP_LOG_END@python.inline@@@"
1312 ] 2392 ]
1313 }, 2393 },
1314 { 2394 {
1315 "name": "$result", 2395 "name": "$result",
1316 "recipe_result": null, 2396 "recipe_result": null,
1317 "status_code": 0 2397 "status_code": 0
1318 } 2398 }
1319 ] 2399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698