| OLD | NEW |
| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_coverage", | 10 "android_coverage", |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 "[\"07a00ca4\"]", | 480 "[\"07a00ca4\"]", |
| 481 "tryserver.chromium.linux", | 481 "tryserver.chromium.linux", |
| 482 "android_coverage", | 482 "android_coverage", |
| 483 "--blacklist-file", | 483 "--blacklist-file", |
| 484 "[SLAVE_BUILD]/src/out/bad_devices.json" | 484 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 485 ], | 485 ], |
| 486 "cwd": "[SLAVE_BUILD]", | 486 "cwd": "[SLAVE_BUILD]", |
| 487 "name": "spawn_device_monitor" | 487 "name": "spawn_device_monitor" |
| 488 }, | 488 }, |
| 489 { | 489 { |
| 490 "cmd": [], |
| 491 "cwd": "[SLAVE_BUILD]", |
| 492 "name": "AndroidWebViewTest" |
| 493 }, |
| 494 { |
| 495 "cmd": [ |
| 496 "[BUILD]/scripts/slave/daemonizer.py", |
| 497 "--", |
| 498 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 499 "[TMP_BASE]/test_logcat_tmp_1" |
| 500 ], |
| 501 "cwd": "[SLAVE_BUILD]", |
| 502 "env": { |
| 503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 504 }, |
| 505 "name": "AndroidWebViewTest.spawn_logcat_monitor", |
| 506 "~followup_annotations": [ |
| 507 "@@@STEP_NEST_LEVEL@1@@@" |
| 508 ] |
| 509 }, |
| 510 { |
| 490 "cmd": [ | 511 "cmd": [ |
| 491 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 512 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 492 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | 513 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", |
| 493 "-v", | 514 "-v", |
| 494 "--blacklist-file", | 515 "--blacklist-file", |
| 495 "[SLAVE_BUILD]/src/out/bad_devices.json" | 516 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 496 ], | 517 ], |
| 497 "cwd": "[SLAVE_BUILD]", | 518 "cwd": "[SLAVE_BUILD]", |
| 498 "env": { | 519 "env": { |
| 499 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 520 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 500 }, | 521 }, |
| 501 "name": "install AndroidWebView.apk" | 522 "name": "AndroidWebViewTest.install AndroidWebView.apk", |
| 523 "~followup_annotations": [ |
| 524 "@@@STEP_NEST_LEVEL@1@@@" |
| 525 ] |
| 502 }, | 526 }, |
| 503 { | 527 { |
| 504 "cmd": [ | 528 "cmd": [ |
| 505 "python", | 529 "python", |
| 506 "-u", | 530 "-u", |
| 507 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 531 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 508 "instrumentation", | 532 "instrumentation", |
| 509 "--test-apk", | 533 "--test-apk", |
| 510 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", | 534 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", |
| 511 "--blacklist-file", | 535 "--blacklist-file", |
| 512 "[SLAVE_BUILD]/src/out/bad_devices.json", | 536 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 513 "--apk-under-test", | 537 "--apk-under-test", |
| 514 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | 538 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", |
| 515 "--isolate-file-path", | 539 "--isolate-file-path", |
| 516 "android_webview/android_webview_test_apk.isolate", | 540 "android_webview/android_webview_test_apk.isolate", |
| 517 "--flakiness-dashboard-server", | 541 "--flakiness-dashboard-server", |
| 518 "test-results.appspot.com", | 542 "test-results.appspot.com", |
| 519 "--verbose", | 543 "--verbose", |
| 520 "--coverage-dir", | 544 "--coverage-dir", |
| 521 "[SLAVE_BUILD]/src/out/Debug/coverage", | 545 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 522 "--json-results-file", | 546 "--json-results-file", |
| 523 "/path/to/tmp/json" | 547 "/path/to/tmp/json" |
| 524 ], | 548 ], |
| 525 "cwd": "[SLAVE_BUILD]", | 549 "cwd": "[SLAVE_BUILD]", |
| 526 "name": "Instrumentation test AndroidWebViewTest (with patch)", | 550 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest (with pa
tch)", |
| 527 "~followup_annotations": [ | 551 "~followup_annotations": [ |
| 528 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 552 "@@@STEP_NEST_LEVEL@1@@@" |
| 529 ] | 553 ] |
| 530 }, | 554 }, |
| 531 { | 555 { |
| 556 "cmd": [ |
| 557 "python", |
| 558 "-u", |
| 559 "[BUILD]/scripts/slave/tee.py", |
| 560 "/path/to/tmp/logcat", |
| 561 "--", |
| 562 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 563 "[TMP_BASE]/test_logcat_tmp_1" |
| 564 ], |
| 565 "cwd": "[SLAVE_BUILD]", |
| 566 "name": "AndroidWebViewTest.logcat_dump", |
| 567 "~followup_annotations": [ |
| 568 "@@@STEP_NEST_LEVEL@1@@@" |
| 569 ] |
| 570 }, |
| 571 { |
| 572 "cmd": [], |
| 573 "cwd": "[SLAVE_BUILD]", |
| 574 "name": "ChromePublicTest" |
| 575 }, |
| 576 { |
| 577 "cmd": [ |
| 578 "[BUILD]/scripts/slave/daemonizer.py", |
| 579 "--", |
| 580 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 581 "[TMP_BASE]/test_logcat_tmp_2" |
| 582 ], |
| 583 "cwd": "[SLAVE_BUILD]", |
| 584 "env": { |
| 585 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 586 }, |
| 587 "name": "ChromePublicTest.spawn_logcat_monitor", |
| 588 "~followup_annotations": [ |
| 589 "@@@STEP_NEST_LEVEL@1@@@" |
| 590 ] |
| 591 }, |
| 592 { |
| 532 "cmd": [ | 593 "cmd": [ |
| 533 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 594 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 534 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | 595 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", |
| 535 "-v", | 596 "-v", |
| 536 "--blacklist-file", | 597 "--blacklist-file", |
| 537 "[SLAVE_BUILD]/src/out/bad_devices.json" | 598 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 538 ], | 599 ], |
| 539 "cwd": "[SLAVE_BUILD]", | 600 "cwd": "[SLAVE_BUILD]", |
| 540 "env": { | 601 "env": { |
| 541 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 602 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 542 }, | 603 }, |
| 543 "name": "install ChromePublic.apk" | 604 "name": "ChromePublicTest.install ChromePublic.apk", |
| 605 "~followup_annotations": [ |
| 606 "@@@STEP_NEST_LEVEL@1@@@" |
| 607 ] |
| 544 }, | 608 }, |
| 545 { | 609 { |
| 546 "cmd": [ | 610 "cmd": [ |
| 547 "python", | 611 "python", |
| 548 "-u", | 612 "-u", |
| 549 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 613 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 550 "instrumentation", | 614 "instrumentation", |
| 551 "--test-apk", | 615 "--test-apk", |
| 552 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | 616 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", |
| 553 "--blacklist-file", | 617 "--blacklist-file", |
| 554 "[SLAVE_BUILD]/src/out/bad_devices.json", | 618 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 555 "--apk-under-test", | 619 "--apk-under-test", |
| 556 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | 620 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", |
| 557 "--isolate-file-path", | 621 "--isolate-file-path", |
| 558 "chrome/chrome_public_test_apk.isolate", | 622 "chrome/chrome_public_test_apk.isolate", |
| 559 "--flakiness-dashboard-server", | 623 "--flakiness-dashboard-server", |
| 560 "test-results.appspot.com", | 624 "test-results.appspot.com", |
| 561 "--verbose", | 625 "--verbose", |
| 562 "--coverage-dir", | 626 "--coverage-dir", |
| 563 "[SLAVE_BUILD]/src/out/Debug/coverage", | 627 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 564 "--json-results-file", | 628 "--json-results-file", |
| 565 "/path/to/tmp/json" | 629 "/path/to/tmp/json" |
| 566 ], | 630 ], |
| 567 "cwd": "[SLAVE_BUILD]", | 631 "cwd": "[SLAVE_BUILD]", |
| 568 "name": "Instrumentation test ChromePublicTest (with patch)", | 632 "name": "ChromePublicTest.Instrumentation test ChromePublicTest (with patch)
", |
| 569 "~followup_annotations": [ | 633 "~followup_annotations": [ |
| 570 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 634 "@@@STEP_NEST_LEVEL@1@@@" |
| 571 ] | 635 ] |
| 572 }, | 636 }, |
| 573 { | 637 { |
| 638 "cmd": [ |
| 639 "python", |
| 640 "-u", |
| 641 "[BUILD]/scripts/slave/tee.py", |
| 642 "/path/to/tmp/logcat", |
| 643 "--", |
| 644 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 645 "[TMP_BASE]/test_logcat_tmp_2" |
| 646 ], |
| 647 "cwd": "[SLAVE_BUILD]", |
| 648 "name": "ChromePublicTest.logcat_dump", |
| 649 "~followup_annotations": [ |
| 650 "@@@STEP_NEST_LEVEL@1@@@" |
| 651 ] |
| 652 }, |
| 653 { |
| 654 "cmd": [], |
| 655 "cwd": "[SLAVE_BUILD]", |
| 656 "name": "ContentShellTest" |
| 657 }, |
| 658 { |
| 659 "cmd": [ |
| 660 "[BUILD]/scripts/slave/daemonizer.py", |
| 661 "--", |
| 662 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 663 "[TMP_BASE]/test_logcat_tmp_3" |
| 664 ], |
| 665 "cwd": "[SLAVE_BUILD]", |
| 666 "env": { |
| 667 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 668 }, |
| 669 "name": "ContentShellTest.spawn_logcat_monitor", |
| 670 "~followup_annotations": [ |
| 671 "@@@STEP_NEST_LEVEL@1@@@" |
| 672 ] |
| 673 }, |
| 674 { |
| 574 "cmd": [ | 675 "cmd": [ |
| 575 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 676 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 576 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | 677 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", |
| 577 "-v", | 678 "-v", |
| 578 "--blacklist-file", | 679 "--blacklist-file", |
| 579 "[SLAVE_BUILD]/src/out/bad_devices.json" | 680 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 580 ], | 681 ], |
| 581 "cwd": "[SLAVE_BUILD]", | 682 "cwd": "[SLAVE_BUILD]", |
| 582 "env": { | 683 "env": { |
| 583 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 684 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 584 }, | 685 }, |
| 585 "name": "install ContentShell.apk" | 686 "name": "ContentShellTest.install ContentShell.apk", |
| 687 "~followup_annotations": [ |
| 688 "@@@STEP_NEST_LEVEL@1@@@" |
| 689 ] |
| 586 }, | 690 }, |
| 587 { | 691 { |
| 588 "cmd": [ | 692 "cmd": [ |
| 589 "python", | 693 "python", |
| 590 "-u", | 694 "-u", |
| 591 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 695 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 592 "instrumentation", | 696 "instrumentation", |
| 593 "--test-apk", | 697 "--test-apk", |
| 594 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", | 698 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", |
| 595 "--blacklist-file", | 699 "--blacklist-file", |
| 596 "[SLAVE_BUILD]/src/out/bad_devices.json", | 700 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 597 "--apk-under-test", | 701 "--apk-under-test", |
| 598 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | 702 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", |
| 599 "--isolate-file-path", | 703 "--isolate-file-path", |
| 600 "content/content_shell_test_apk.isolate", | 704 "content/content_shell_test_apk.isolate", |
| 601 "--flakiness-dashboard-server", | 705 "--flakiness-dashboard-server", |
| 602 "test-results.appspot.com", | 706 "test-results.appspot.com", |
| 603 "--verbose", | 707 "--verbose", |
| 604 "--coverage-dir", | 708 "--coverage-dir", |
| 605 "[SLAVE_BUILD]/src/out/Debug/coverage", | 709 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 606 "--json-results-file", | 710 "--json-results-file", |
| 607 "/path/to/tmp/json" | 711 "/path/to/tmp/json" |
| 608 ], | 712 ], |
| 609 "cwd": "[SLAVE_BUILD]", | 713 "cwd": "[SLAVE_BUILD]", |
| 610 "name": "Instrumentation test ContentShellTest (with patch)", | 714 "name": "ContentShellTest.Instrumentation test ContentShellTest (with patch)
", |
| 611 "~followup_annotations": [ | 715 "~followup_annotations": [ |
| 612 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 716 "@@@STEP_NEST_LEVEL@1@@@" |
| 613 ] | 717 ] |
| 614 }, | 718 }, |
| 615 { | 719 { |
| 720 "cmd": [ |
| 721 "python", |
| 722 "-u", |
| 723 "[BUILD]/scripts/slave/tee.py", |
| 724 "/path/to/tmp/logcat", |
| 725 "--", |
| 726 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 727 "[TMP_BASE]/test_logcat_tmp_3" |
| 728 ], |
| 729 "cwd": "[SLAVE_BUILD]", |
| 730 "name": "ContentShellTest.logcat_dump", |
| 731 "~followup_annotations": [ |
| 732 "@@@STEP_NEST_LEVEL@1@@@" |
| 733 ] |
| 734 }, |
| 735 { |
| 736 "cmd": [], |
| 737 "cwd": "[SLAVE_BUILD]", |
| 738 "name": "ChromeSyncShellTest" |
| 739 }, |
| 740 { |
| 741 "cmd": [ |
| 742 "[BUILD]/scripts/slave/daemonizer.py", |
| 743 "--", |
| 744 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 745 "[TMP_BASE]/test_logcat_tmp_4" |
| 746 ], |
| 747 "cwd": "[SLAVE_BUILD]", |
| 748 "env": { |
| 749 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 750 }, |
| 751 "name": "ChromeSyncShellTest.spawn_logcat_monitor", |
| 752 "~followup_annotations": [ |
| 753 "@@@STEP_NEST_LEVEL@1@@@" |
| 754 ] |
| 755 }, |
| 756 { |
| 616 "cmd": [ | 757 "cmd": [ |
| 617 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 758 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 618 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | 759 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", |
| 619 "-v", | 760 "-v", |
| 620 "--blacklist-file", | 761 "--blacklist-file", |
| 621 "[SLAVE_BUILD]/src/out/bad_devices.json" | 762 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 622 ], | 763 ], |
| 623 "cwd": "[SLAVE_BUILD]", | 764 "cwd": "[SLAVE_BUILD]", |
| 624 "env": { | 765 "env": { |
| 625 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 766 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 626 }, | 767 }, |
| 627 "name": "install ChromeSyncShell.apk" | 768 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", |
| 769 "~followup_annotations": [ |
| 770 "@@@STEP_NEST_LEVEL@1@@@" |
| 771 ] |
| 628 }, | 772 }, |
| 629 { | 773 { |
| 630 "cmd": [ | 774 "cmd": [ |
| 631 "python", | 775 "python", |
| 632 "-u", | 776 "-u", |
| 633 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 777 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 634 "instrumentation", | 778 "instrumentation", |
| 635 "--test-apk", | 779 "--test-apk", |
| 636 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", | 780 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", |
| 637 "--blacklist-file", | 781 "--blacklist-file", |
| 638 "[SLAVE_BUILD]/src/out/bad_devices.json", | 782 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 639 "--apk-under-test", | 783 "--apk-under-test", |
| 640 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | 784 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", |
| 641 "--flakiness-dashboard-server", | 785 "--flakiness-dashboard-server", |
| 642 "test-results.appspot.com", | 786 "test-results.appspot.com", |
| 643 "--verbose", | 787 "--verbose", |
| 644 "--coverage-dir", | 788 "--coverage-dir", |
| 645 "[SLAVE_BUILD]/src/out/Debug/coverage", | 789 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 646 "--json-results-file", | 790 "--json-results-file", |
| 647 "/path/to/tmp/json" | 791 "/path/to/tmp/json" |
| 648 ], | 792 ], |
| 649 "cwd": "[SLAVE_BUILD]", | 793 "cwd": "[SLAVE_BUILD]", |
| 650 "name": "Instrumentation test ChromeSyncShellTest (with patch)", | 794 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest (with
patch)", |
| 651 "~followup_annotations": [ | 795 "~followup_annotations": [ |
| 652 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 796 "@@@STEP_NEST_LEVEL@1@@@" |
| 653 ] | 797 ] |
| 654 }, | 798 }, |
| 655 { | 799 { |
| 800 "cmd": [ |
| 801 "python", |
| 802 "-u", |
| 803 "[BUILD]/scripts/slave/tee.py", |
| 804 "/path/to/tmp/logcat", |
| 805 "--", |
| 806 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 807 "[TMP_BASE]/test_logcat_tmp_4" |
| 808 ], |
| 809 "cwd": "[SLAVE_BUILD]", |
| 810 "name": "ChromeSyncShellTest.logcat_dump", |
| 811 "~followup_annotations": [ |
| 812 "@@@STEP_NEST_LEVEL@1@@@" |
| 813 ] |
| 814 }, |
| 815 { |
| 656 "cmd": [ | 816 "cmd": [ |
| 657 "python", | 817 "python", |
| 658 "-u", | 818 "-u", |
| 659 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", | 819 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", |
| 660 "--coverage-dir", | 820 "--coverage-dir", |
| 661 "[SLAVE_BUILD]/src/out/Debug/coverage", | 821 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 662 "--metadata-dir", | 822 "--metadata-dir", |
| 663 "[SLAVE_BUILD]/src/out/Debug", | 823 "[SLAVE_BUILD]/src/out/Debug", |
| 664 "--cleanup", | 824 "--cleanup", |
| 665 "--output", | 825 "--output", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 "cwd": "[SLAVE_BUILD]/src", | 922 "cwd": "[SLAVE_BUILD]/src", |
| 763 "name": "Finding lines changed in modified file fake/file3.java", | 923 "name": "Finding lines changed in modified file fake/file3.java", |
| 764 "stdout": "/path/to/tmp/" | 924 "stdout": "/path/to/tmp/" |
| 765 }, | 925 }, |
| 766 { | 926 { |
| 767 "cmd": [ | 927 "cmd": [ |
| 768 "python", | 928 "python", |
| 769 "-u", | 929 "-u", |
| 770 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 930 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 771 "{\"fake/file1.java\": [], \"fake/file2.java;\": [], \"fake/file3.java\":
[]}", | 931 "{\"fake/file1.java\": [], \"fake/file2.java;\": [], \"fake/file3.java\":
[]}", |
| 772 "[TMP_BASE]/coverage_tmp_1/file_changes.json" | 932 "[TMP_BASE]/coverage_tmp_5/file_changes.json" |
| 773 ], | 933 ], |
| 774 "cwd": "[SLAVE_BUILD]", | 934 "cwd": "[SLAVE_BUILD]", |
| 775 "name": "Saving changed lines for revision." | 935 "name": "Saving changed lines for revision." |
| 776 }, | 936 }, |
| 777 { | 937 { |
| 778 "cmd": [ | 938 "cmd": [ |
| 779 "python", | 939 "python", |
| 780 "-u", | 940 "-u", |
| 781 "build/android/emma_coverage_stats.py", | 941 "build/android/emma_coverage_stats.py", |
| 782 "-v", | 942 "-v", |
| 783 "--out", | 943 "--out", |
| 784 "/path/to/tmp/json", | 944 "/path/to/tmp/json", |
| 785 "--emma-dir", | 945 "--emma-dir", |
| 786 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html", | 946 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html", |
| 787 "--lines-for-coverage", | 947 "--lines-for-coverage", |
| 788 "[TMP_BASE]/coverage_tmp_1/file_changes.json" | 948 "[TMP_BASE]/coverage_tmp_5/file_changes.json" |
| 789 ], | 949 ], |
| 790 "cwd": "[SLAVE_BUILD]/src", | 950 "cwd": "[SLAVE_BUILD]/src", |
| 791 "name": "Incremental coverage report", | 951 "name": "Incremental coverage report", |
| 792 "~followup_annotations": [ | 952 "~followup_annotations": [ |
| 793 "@@@STEP_LOG_LINE@json.output@{@@@", | 953 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 794 "@@@STEP_LOG_LINE@json.output@ \"files\": {@@@", | 954 "@@@STEP_LOG_LINE@json.output@ \"files\": {@@@", |
| 795 "@@@STEP_LOG_LINE@json.output@ \"sample file 1\": {@@@", | 955 "@@@STEP_LOG_LINE@json.output@ \"sample file 1\": {@@@", |
| 796 "@@@STEP_LOG_LINE@json.output@ \"absolute\": {@@@", | 956 "@@@STEP_LOG_LINE@json.output@ \"absolute\": {@@@", |
| 797 "@@@STEP_LOG_LINE@json.output@ \"covered\": 70, @@@", | 957 "@@@STEP_LOG_LINE@json.output@ \"covered\": 70, @@@", |
| 798 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", | 958 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 814 "@@@STEP_LOG_LINE@json.output@ }@@@", | 974 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 815 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 975 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 816 "@@@STEP_LOG_LINE@json.output@ \"patch\": {@@@", | 976 "@@@STEP_LOG_LINE@json.output@ \"patch\": {@@@", |
| 817 "@@@STEP_LOG_LINE@json.output@ \"incremental\": {@@@", | 977 "@@@STEP_LOG_LINE@json.output@ \"incremental\": {@@@", |
| 818 "@@@STEP_LOG_LINE@json.output@ \"covered\": 80, @@@", | 978 "@@@STEP_LOG_LINE@json.output@ \"covered\": 80, @@@", |
| 819 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", | 979 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", |
| 820 "@@@STEP_LOG_LINE@json.output@ }@@@", | 980 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 821 "@@@STEP_LOG_LINE@json.output@ }@@@", | 981 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 822 "@@@STEP_LOG_LINE@json.output@}@@@", | 982 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 823 "@@@STEP_LOG_END@json.output@@@", | 983 "@@@STEP_LOG_END@json.output@@@", |
| 984 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@", |
| 824 "@@@SET_BUILD_PROPERTY@moreInfoURL@\"http://c.org/p/cr/builders/android_co
verage/builds/571/steps/Incremental%20coverage%20report/logs/json.output\"@@@", | 985 "@@@SET_BUILD_PROPERTY@moreInfoURL@\"http://c.org/p/cr/builders/android_co
verage/builds/571/steps/Incremental%20coverage%20report/logs/json.output\"@@@", |
| 825 "@@@SET_BUILD_PROPERTY@summary@\"Test coverage for this patch: 80/100 line
s (80%).\"@@@" | 986 "@@@SET_BUILD_PROPERTY@summary@\"Test coverage for this patch: 80/100 line
s (80%).\"@@@" |
| 826 ] | 987 ] |
| 827 }, | 988 }, |
| 828 { | 989 { |
| 829 "cmd": [ | 990 "cmd": [ |
| 830 "python", | 991 "python", |
| 831 "-u", | 992 "-u", |
| 832 "[BUILD]/scripts/slave/bot_update.py", | 993 "import sys; sys.exit(1)" |
| 833 "--master", | |
| 834 "tryserver.chromium.linux", | |
| 835 "--builder", | |
| 836 "android_coverage", | |
| 837 "--slave", | |
| 838 "TestSlavename", | |
| 839 "--spec", | |
| 840 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", | |
| 841 "--root", | |
| 842 "src", | |
| 843 "--revision_mapping_file", | |
| 844 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | |
| 845 "--rietveld_server", | |
| 846 "https://codereview.chromium.org", | |
| 847 "--output_json", | |
| 848 "/path/to/tmp/json", | |
| 849 "--revision", | |
| 850 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 851 "--force", | |
| 852 "--output_manifest" | |
| 853 ], | 994 ], |
| 854 "cwd": "[SLAVE_BUILD]", | 995 "cwd": "[SLAVE_BUILD]", |
| 855 "name": "bot_update (without patch)", | 996 "name": "AndroidWebViewTest (2)", |
| 856 "~followup_annotations": [ | 997 "~followup_annotations": [ |
| 857 "@@@STEP_TEXT@Some step text@@@", | 998 "step returned non-zero exit code: 1", |
| 858 "@@@STEP_LOG_LINE@json.output@{@@@", | 999 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 859 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 1000 "@@@STEP_FAILURE@@@", |
| 860 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 1001 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
| 861 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 862 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 863 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 864 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 865 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
| 866 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
| 867 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
| 868 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 869 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
| 870 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
| 871 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
| 872 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 873 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
| 874 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
| 875 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
| 876 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 877 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
| 878 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
| 879 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
| 880 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 881 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
| 882 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
| 883 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
| 884 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 885 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 886 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 887 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 888 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 889 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
| 890 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
| 891 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
| 892 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
| 893 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 894 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
| 895 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
| 896 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
| 897 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
| 898 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
| 899 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
| 900 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
| 901 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 902 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 903 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 904 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 905 "@@@STEP_LOG_END@json.output@@@" | |
| 906 ] | 1002 ] |
| 907 }, | 1003 }, |
| 908 { | 1004 { |
| 909 "cmd": [ | 1005 "cmd": [ |
| 910 "python", | 1006 "python", |
| 911 "-u", | 1007 "-u", |
| 912 "[DEPOT_TOOLS]/gclient.py", | 1008 "import sys; sys.exit(1)" |
| 913 "runhooks" | |
| 914 ], | 1009 ], |
| 915 "cwd": "[SLAVE_BUILD]", | 1010 "cwd": "[SLAVE_BUILD]", |
| 916 "env": { | 1011 "name": "ChromePublicTest (2)", |
| 917 "GYP_CROSSCOMPILE": "1", | |
| 918 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 emm
a_coverage=1 emma_filter='org.chromium.content.browser.*' fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | |
| 919 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 920 }, | |
| 921 "name": "gclient runhooks (without patch)" | |
| 922 }, | |
| 923 { | |
| 924 "cmd": [ | |
| 925 "python", | |
| 926 "-u", | |
| 927 "[BUILD]/scripts/slave/compile.py", | |
| 928 "--target", | |
| 929 "Debug", | |
| 930 "--src-dir", | |
| 931 "[SLAVE_BUILD]/src", | |
| 932 "--build-tool", | |
| 933 "ninja", | |
| 934 "--compiler", | |
| 935 "goma", | |
| 936 "--goma-jsonstatus", | |
| 937 "/path/to/tmp/json", | |
| 938 "--goma-dir", | |
| 939 "[BUILD]/goma", | |
| 940 "--goma-fail-fast", | |
| 941 "--goma-disable-local-fallback", | |
| 942 "--", | |
| 943 "android_webview_test_apk", | |
| 944 "chrome_public_test_apk", | |
| 945 "chrome_sync_shell_test_apk", | |
| 946 "content_shell_test_apk" | |
| 947 ], | |
| 948 "cwd": "[SLAVE_BUILD]", | |
| 949 "env": { | |
| 950 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 951 }, | |
| 952 "name": "compile (without patch)", | |
| 953 "~followup_annotations": [ | 1012 "~followup_annotations": [ |
| 954 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 1013 "step returned non-zero exit code: 1", |
| 955 "@@@STEP_LOG_END@json.output (invalid)@@@" | 1014 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 956 ] | 1015 "@@@STEP_FAILURE@@@", |
| 957 }, | 1016 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
| 958 { | |
| 959 "cmd": [ | |
| 960 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 961 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
| 962 "-v", | |
| 963 "--blacklist-file", | |
| 964 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 965 ], | |
| 966 "cwd": "[SLAVE_BUILD]", | |
| 967 "env": { | |
| 968 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 969 }, | |
| 970 "name": "install AndroidWebView.apk (2)" | |
| 971 }, | |
| 972 { | |
| 973 "cmd": [ | |
| 974 "python", | |
| 975 "-u", | |
| 976 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 977 "instrumentation", | |
| 978 "--test-apk", | |
| 979 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", | |
| 980 "--blacklist-file", | |
| 981 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 982 "--apk-under-test", | |
| 983 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
| 984 "--isolate-file-path", | |
| 985 "android_webview/android_webview_test_apk.isolate", | |
| 986 "--flakiness-dashboard-server", | |
| 987 "test-results.appspot.com", | |
| 988 "--verbose", | |
| 989 "--coverage-dir", | |
| 990 "[SLAVE_BUILD]/src/out/Debug/coverage", | |
| 991 "--json-results-file", | |
| 992 "/path/to/tmp/json" | |
| 993 ], | |
| 994 "cwd": "[SLAVE_BUILD]", | |
| 995 "name": "Instrumentation test AndroidWebViewTest (without patch)", | |
| 996 "~followup_annotations": [ | |
| 997 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
| 998 ] | |
| 999 }, | |
| 1000 { | |
| 1001 "cmd": [ | |
| 1002 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1003 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
| 1004 "-v", | |
| 1005 "--blacklist-file", | |
| 1006 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 1007 ], | |
| 1008 "cwd": "[SLAVE_BUILD]", | |
| 1009 "env": { | |
| 1010 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1011 }, | |
| 1012 "name": "install ChromePublic.apk (2)" | |
| 1013 }, | |
| 1014 { | |
| 1015 "cmd": [ | |
| 1016 "python", | |
| 1017 "-u", | |
| 1018 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1019 "instrumentation", | |
| 1020 "--test-apk", | |
| 1021 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | |
| 1022 "--blacklist-file", | |
| 1023 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1024 "--apk-under-test", | |
| 1025 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
| 1026 "--isolate-file-path", | |
| 1027 "chrome/chrome_public_test_apk.isolate", | |
| 1028 "--flakiness-dashboard-server", | |
| 1029 "test-results.appspot.com", | |
| 1030 "--verbose", | |
| 1031 "--coverage-dir", | |
| 1032 "[SLAVE_BUILD]/src/out/Debug/coverage", | |
| 1033 "--json-results-file", | |
| 1034 "/path/to/tmp/json" | |
| 1035 ], | |
| 1036 "cwd": "[SLAVE_BUILD]", | |
| 1037 "name": "Instrumentation test ChromePublicTest (without patch)", | |
| 1038 "~followup_annotations": [ | |
| 1039 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
| 1040 ] | |
| 1041 }, | |
| 1042 { | |
| 1043 "cmd": [ | |
| 1044 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1045 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
| 1046 "-v", | |
| 1047 "--blacklist-file", | |
| 1048 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 1049 ], | |
| 1050 "cwd": "[SLAVE_BUILD]", | |
| 1051 "env": { | |
| 1052 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1053 }, | |
| 1054 "name": "install ContentShell.apk (2)" | |
| 1055 }, | |
| 1056 { | |
| 1057 "cmd": [ | |
| 1058 "python", | |
| 1059 "-u", | |
| 1060 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1061 "instrumentation", | |
| 1062 "--test-apk", | |
| 1063 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", | |
| 1064 "--blacklist-file", | |
| 1065 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1066 "--apk-under-test", | |
| 1067 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
| 1068 "--isolate-file-path", | |
| 1069 "content/content_shell_test_apk.isolate", | |
| 1070 "--flakiness-dashboard-server", | |
| 1071 "test-results.appspot.com", | |
| 1072 "--verbose", | |
| 1073 "--coverage-dir", | |
| 1074 "[SLAVE_BUILD]/src/out/Debug/coverage", | |
| 1075 "--json-results-file", | |
| 1076 "/path/to/tmp/json" | |
| 1077 ], | |
| 1078 "cwd": "[SLAVE_BUILD]", | |
| 1079 "name": "Instrumentation test ContentShellTest (without patch)", | |
| 1080 "~followup_annotations": [ | |
| 1081 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
| 1082 ] | |
| 1083 }, | |
| 1084 { | |
| 1085 "cmd": [ | |
| 1086 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1087 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
| 1088 "-v", | |
| 1089 "--blacklist-file", | |
| 1090 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 1091 ], | |
| 1092 "cwd": "[SLAVE_BUILD]", | |
| 1093 "env": { | |
| 1094 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1095 }, | |
| 1096 "name": "install ChromeSyncShell.apk (2)" | |
| 1097 }, | |
| 1098 { | |
| 1099 "cmd": [ | |
| 1100 "python", | |
| 1101 "-u", | |
| 1102 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 1103 "instrumentation", | |
| 1104 "--test-apk", | |
| 1105 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", | |
| 1106 "--blacklist-file", | |
| 1107 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1108 "--apk-under-test", | |
| 1109 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
| 1110 "--flakiness-dashboard-server", | |
| 1111 "test-results.appspot.com", | |
| 1112 "--verbose", | |
| 1113 "--coverage-dir", | |
| 1114 "[SLAVE_BUILD]/src/out/Debug/coverage", | |
| 1115 "--json-results-file", | |
| 1116 "/path/to/tmp/json" | |
| 1117 ], | |
| 1118 "cwd": "[SLAVE_BUILD]", | |
| 1119 "name": "Instrumentation test ChromeSyncShellTest (without patch)", | |
| 1120 "~followup_annotations": [ | |
| 1121 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
| 1122 ] | 1017 ] |
| 1123 }, | 1018 }, |
| 1124 { | 1019 { |
| 1125 "cmd": [ | 1020 "cmd": [ |
| 1126 "python", | 1021 "python", |
| 1127 "-u", | 1022 "-u", |
| 1128 "import sys; sys.exit(0)" | 1023 "import sys; sys.exit(1)" |
| 1129 ], | 1024 ], |
| 1130 "cwd": "[SLAVE_BUILD]", | 1025 "cwd": "[SLAVE_BUILD]", |
| 1131 "name": "AndroidWebViewTest", | 1026 "name": "ContentShellTest (2)", |
| 1132 "~followup_annotations": [ | 1027 "~followup_annotations": [ |
| 1133 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 1028 "step returned non-zero exit code: 1", |
| 1134 "@@@STEP_WARNINGS@@@" | 1029 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 1030 "@@@STEP_FAILURE@@@", |
| 1031 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
| 1135 ] | 1032 ] |
| 1136 }, | 1033 }, |
| 1137 { | 1034 { |
| 1138 "cmd": [ | 1035 "cmd": [ |
| 1139 "python", | 1036 "python", |
| 1140 "-u", | 1037 "-u", |
| 1141 "import sys; sys.exit(0)" | 1038 "import sys; sys.exit(1)" |
| 1142 ], | 1039 ], |
| 1143 "cwd": "[SLAVE_BUILD]", | 1040 "cwd": "[SLAVE_BUILD]", |
| 1144 "name": "ChromePublicTest", | 1041 "name": "ChromeSyncShellTest (2)", |
| 1145 "~followup_annotations": [ | 1042 "~followup_annotations": [ |
| 1146 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 1043 "step returned non-zero exit code: 1", |
| 1147 "@@@STEP_WARNINGS@@@" | 1044 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 1045 "@@@STEP_FAILURE@@@" |
| 1148 ] | 1046 ] |
| 1149 }, | 1047 }, |
| 1150 { | 1048 { |
| 1151 "cmd": [ | |
| 1152 "python", | |
| 1153 "-u", | |
| 1154 "import sys; sys.exit(0)" | |
| 1155 ], | |
| 1156 "cwd": "[SLAVE_BUILD]", | |
| 1157 "name": "ContentShellTest", | |
| 1158 "~followup_annotations": [ | |
| 1159 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | |
| 1160 "@@@STEP_WARNINGS@@@" | |
| 1161 ] | |
| 1162 }, | |
| 1163 { | |
| 1164 "cmd": [ | |
| 1165 "python", | |
| 1166 "-u", | |
| 1167 "import sys; sys.exit(0)" | |
| 1168 ], | |
| 1169 "cwd": "[SLAVE_BUILD]", | |
| 1170 "name": "ChromeSyncShellTest", | |
| 1171 "~followup_annotations": [ | |
| 1172 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | |
| 1173 "@@@STEP_WARNINGS@@@" | |
| 1174 ] | |
| 1175 }, | |
| 1176 { | |
| 1177 "cmd": [ | 1049 "cmd": [ |
| 1178 "python", | 1050 "python", |
| 1179 "-u", | 1051 "-u", |
| 1180 "[BUILD]/scripts/slave/daemonizer.py", | 1052 "[BUILD]/scripts/slave/daemonizer.py", |
| 1181 "--action", | 1053 "--action", |
| 1182 "stop", | 1054 "stop", |
| 1183 "--pid-file-path", | 1055 "--pid-file-path", |
| 1184 "/tmp/device_monitor.pid" | 1056 "/tmp/device_monitor.pid" |
| 1185 ], | 1057 ], |
| 1186 "cwd": "[SLAVE_BUILD]", | 1058 "cwd": "[SLAVE_BUILD]", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1255 "cwd": "[SLAVE_BUILD]", | 1127 "cwd": "[SLAVE_BUILD]", |
| 1256 "name": "test_report", | 1128 "name": "test_report", |
| 1257 "~followup_annotations": [ | 1129 "~followup_annotations": [ |
| 1258 "@@@STEP_LOG_LINE@python.inline@@@@", | 1130 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1259 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 1131 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 1260 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 1132 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 1261 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 1133 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 1262 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 1134 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 1263 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 1135 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 1264 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1136 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1265 "@@@STEP_LOG_END@python.inline@@@" | 1137 "@@@STEP_LOG_END@python.inline@@@", |
| 1138 "@@@SET_BUILD_PROPERTY@failure_hash@\"0b5a1d30aca247f6f92510b169636d723276
8847\"@@@" |
| 1266 ] | 1139 ] |
| 1267 }, | 1140 }, |
| 1268 { | 1141 { |
| 1269 "name": "$result", | 1142 "name": "$result", |
| 1270 "recipe_result": null, | 1143 "reason": "4 out of 4 aggregated steps failed. Failures: Step('AndroidWebVie
wTest (2)') failed with return_code 1, Step('ChromePublicTest (2)') failed with
return_code 1, Step('ContentShellTest (2)') failed with return_code 1, Step('Chr
omeSyncShellTest (2)') failed with return_code 1", |
| 1271 "status_code": 0 | 1144 "status_code": 1 |
| 1272 } | 1145 } |
| 1273 ] | 1146 ] |
| OLD | NEW |