| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Coverage (dbg)", | 10 "Android Coverage (dbg)", |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "[\"07a00ca4\"]", | 433 "[\"07a00ca4\"]", |
| 434 "chromium.fyi", | 434 "chromium.fyi", |
| 435 "Android Coverage (dbg)", | 435 "Android Coverage (dbg)", |
| 436 "--blacklist-file", | 436 "--blacklist-file", |
| 437 "[SLAVE_BUILD]/src/out/bad_devices.json" | 437 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 438 ], | 438 ], |
| 439 "cwd": "[SLAVE_BUILD]", | 439 "cwd": "[SLAVE_BUILD]", |
| 440 "name": "spawn_device_monitor" | 440 "name": "spawn_device_monitor" |
| 441 }, | 441 }, |
| 442 { | 442 { |
| 443 "cmd": [], |
| 444 "cwd": "[SLAVE_BUILD]", |
| 445 "name": "AndroidWebViewTest" |
| 446 }, |
| 447 { |
| 448 "cmd": [ |
| 449 "[BUILD]/scripts/slave/daemonizer.py", |
| 450 "--", |
| 451 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 452 "[TMP_BASE]/test_logcat_tmp_1" |
| 453 ], |
| 454 "cwd": "[SLAVE_BUILD]", |
| 455 "env": { |
| 456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 457 }, |
| 458 "name": "AndroidWebViewTest.spawn_logcat_monitor", |
| 459 "~followup_annotations": [ |
| 460 "@@@STEP_NEST_LEVEL@1@@@" |
| 461 ] |
| 462 }, |
| 463 { |
| 443 "cmd": [ | 464 "cmd": [ |
| 444 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 465 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 445 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | 466 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", |
| 446 "-v", | 467 "-v", |
| 447 "--blacklist-file", | 468 "--blacklist-file", |
| 448 "[SLAVE_BUILD]/src/out/bad_devices.json" | 469 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 449 ], | 470 ], |
| 450 "cwd": "[SLAVE_BUILD]", | 471 "cwd": "[SLAVE_BUILD]", |
| 451 "env": { | 472 "env": { |
| 452 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 473 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 453 }, | 474 }, |
| 454 "name": "install AndroidWebView.apk" | 475 "name": "AndroidWebViewTest.install AndroidWebView.apk", |
| 476 "~followup_annotations": [ |
| 477 "@@@STEP_NEST_LEVEL@1@@@" |
| 478 ] |
| 455 }, | 479 }, |
| 456 { | 480 { |
| 457 "cmd": [ | 481 "cmd": [ |
| 458 "python", | 482 "python", |
| 459 "-u", | 483 "-u", |
| 460 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 484 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 461 "instrumentation", | 485 "instrumentation", |
| 462 "--test-apk", | 486 "--test-apk", |
| 463 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", | 487 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", |
| 464 "--blacklist-file", | 488 "--blacklist-file", |
| 465 "[SLAVE_BUILD]/src/out/bad_devices.json", | 489 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 466 "--apk-under-test", | 490 "--apk-under-test", |
| 467 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | 491 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", |
| 468 "--isolate-file-path", | 492 "--isolate-file-path", |
| 469 "android_webview/android_webview_test_apk.isolate", | 493 "android_webview/android_webview_test_apk.isolate", |
| 470 "--flakiness-dashboard-server", | 494 "--flakiness-dashboard-server", |
| 471 "test-results.appspot.com", | 495 "test-results.appspot.com", |
| 472 "--verbose", | 496 "--verbose", |
| 473 "--coverage-dir", | 497 "--coverage-dir", |
| 474 "[SLAVE_BUILD]/src/out/Debug/coverage", | 498 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 475 "--json-results-file", | 499 "--json-results-file", |
| 476 "/path/to/tmp/json" | 500 "/path/to/tmp/json" |
| 477 ], | 501 ], |
| 478 "cwd": "[SLAVE_BUILD]", | 502 "cwd": "[SLAVE_BUILD]", |
| 479 "name": "Instrumentation test AndroidWebViewTest", | 503 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest", |
| 480 "~followup_annotations": [ | 504 "~followup_annotations": [ |
| 481 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 505 "@@@STEP_NEST_LEVEL@1@@@" |
| 482 ] | 506 ] |
| 483 }, | 507 }, |
| 484 { | 508 { |
| 509 "cmd": [ |
| 510 "python", |
| 511 "-u", |
| 512 "[BUILD]/scripts/slave/tee.py", |
| 513 "/path/to/tmp/logcat", |
| 514 "--", |
| 515 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 516 "[TMP_BASE]/test_logcat_tmp_1" |
| 517 ], |
| 518 "cwd": "[SLAVE_BUILD]", |
| 519 "name": "AndroidWebViewTest.logcat_dump", |
| 520 "~followup_annotations": [ |
| 521 "@@@STEP_NEST_LEVEL@1@@@" |
| 522 ] |
| 523 }, |
| 524 { |
| 525 "cmd": [], |
| 526 "cwd": "[SLAVE_BUILD]", |
| 527 "name": "ChromePublicTest" |
| 528 }, |
| 529 { |
| 530 "cmd": [ |
| 531 "[BUILD]/scripts/slave/daemonizer.py", |
| 532 "--", |
| 533 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 534 "[TMP_BASE]/test_logcat_tmp_2" |
| 535 ], |
| 536 "cwd": "[SLAVE_BUILD]", |
| 537 "env": { |
| 538 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 539 }, |
| 540 "name": "ChromePublicTest.spawn_logcat_monitor", |
| 541 "~followup_annotations": [ |
| 542 "@@@STEP_NEST_LEVEL@1@@@" |
| 543 ] |
| 544 }, |
| 545 { |
| 485 "cmd": [ | 546 "cmd": [ |
| 486 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 547 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 487 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | 548 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", |
| 488 "-v", | 549 "-v", |
| 489 "--blacklist-file", | 550 "--blacklist-file", |
| 490 "[SLAVE_BUILD]/src/out/bad_devices.json" | 551 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 491 ], | 552 ], |
| 492 "cwd": "[SLAVE_BUILD]", | 553 "cwd": "[SLAVE_BUILD]", |
| 493 "env": { | 554 "env": { |
| 494 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 555 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 495 }, | 556 }, |
| 496 "name": "install ChromePublic.apk" | 557 "name": "ChromePublicTest.install ChromePublic.apk", |
| 558 "~followup_annotations": [ |
| 559 "@@@STEP_NEST_LEVEL@1@@@" |
| 560 ] |
| 497 }, | 561 }, |
| 498 { | 562 { |
| 499 "cmd": [ | 563 "cmd": [ |
| 500 "python", | 564 "python", |
| 501 "-u", | 565 "-u", |
| 502 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 566 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 503 "instrumentation", | 567 "instrumentation", |
| 504 "--test-apk", | 568 "--test-apk", |
| 505 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | 569 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", |
| 506 "--blacklist-file", | 570 "--blacklist-file", |
| 507 "[SLAVE_BUILD]/src/out/bad_devices.json", | 571 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 508 "--apk-under-test", | 572 "--apk-under-test", |
| 509 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | 573 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", |
| 510 "--isolate-file-path", | 574 "--isolate-file-path", |
| 511 "chrome/chrome_public_test_apk.isolate", | 575 "chrome/chrome_public_test_apk.isolate", |
| 512 "--flakiness-dashboard-server", | 576 "--flakiness-dashboard-server", |
| 513 "test-results.appspot.com", | 577 "test-results.appspot.com", |
| 514 "--verbose", | 578 "--verbose", |
| 515 "--coverage-dir", | 579 "--coverage-dir", |
| 516 "[SLAVE_BUILD]/src/out/Debug/coverage", | 580 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 517 "--json-results-file", | 581 "--json-results-file", |
| 518 "/path/to/tmp/json" | 582 "/path/to/tmp/json" |
| 519 ], | 583 ], |
| 520 "cwd": "[SLAVE_BUILD]", | 584 "cwd": "[SLAVE_BUILD]", |
| 521 "name": "Instrumentation test ChromePublicTest", | 585 "name": "ChromePublicTest.Instrumentation test ChromePublicTest", |
| 522 "~followup_annotations": [ | 586 "~followup_annotations": [ |
| 523 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 587 "@@@STEP_NEST_LEVEL@1@@@" |
| 524 ] | 588 ] |
| 525 }, | 589 }, |
| 526 { | 590 { |
| 591 "cmd": [ |
| 592 "python", |
| 593 "-u", |
| 594 "[BUILD]/scripts/slave/tee.py", |
| 595 "/path/to/tmp/logcat", |
| 596 "--", |
| 597 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 598 "[TMP_BASE]/test_logcat_tmp_2" |
| 599 ], |
| 600 "cwd": "[SLAVE_BUILD]", |
| 601 "name": "ChromePublicTest.logcat_dump", |
| 602 "~followup_annotations": [ |
| 603 "@@@STEP_NEST_LEVEL@1@@@" |
| 604 ] |
| 605 }, |
| 606 { |
| 607 "cmd": [], |
| 608 "cwd": "[SLAVE_BUILD]", |
| 609 "name": "ContentShellTest" |
| 610 }, |
| 611 { |
| 612 "cmd": [ |
| 613 "[BUILD]/scripts/slave/daemonizer.py", |
| 614 "--", |
| 615 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 616 "[TMP_BASE]/test_logcat_tmp_3" |
| 617 ], |
| 618 "cwd": "[SLAVE_BUILD]", |
| 619 "env": { |
| 620 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 621 }, |
| 622 "name": "ContentShellTest.spawn_logcat_monitor", |
| 623 "~followup_annotations": [ |
| 624 "@@@STEP_NEST_LEVEL@1@@@" |
| 625 ] |
| 626 }, |
| 627 { |
| 527 "cmd": [ | 628 "cmd": [ |
| 528 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 629 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 529 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | 630 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", |
| 530 "-v", | 631 "-v", |
| 531 "--blacklist-file", | 632 "--blacklist-file", |
| 532 "[SLAVE_BUILD]/src/out/bad_devices.json" | 633 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 533 ], | 634 ], |
| 534 "cwd": "[SLAVE_BUILD]", | 635 "cwd": "[SLAVE_BUILD]", |
| 535 "env": { | 636 "env": { |
| 536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 637 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 537 }, | 638 }, |
| 538 "name": "install ContentShell.apk" | 639 "name": "ContentShellTest.install ContentShell.apk", |
| 640 "~followup_annotations": [ |
| 641 "@@@STEP_NEST_LEVEL@1@@@" |
| 642 ] |
| 539 }, | 643 }, |
| 540 { | 644 { |
| 541 "cmd": [ | 645 "cmd": [ |
| 542 "python", | 646 "python", |
| 543 "-u", | 647 "-u", |
| 544 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 648 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 545 "instrumentation", | 649 "instrumentation", |
| 546 "--test-apk", | 650 "--test-apk", |
| 547 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", | 651 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", |
| 548 "--blacklist-file", | 652 "--blacklist-file", |
| 549 "[SLAVE_BUILD]/src/out/bad_devices.json", | 653 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 550 "--apk-under-test", | 654 "--apk-under-test", |
| 551 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | 655 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", |
| 552 "--isolate-file-path", | 656 "--isolate-file-path", |
| 553 "content/content_shell_test_apk.isolate", | 657 "content/content_shell_test_apk.isolate", |
| 554 "--flakiness-dashboard-server", | 658 "--flakiness-dashboard-server", |
| 555 "test-results.appspot.com", | 659 "test-results.appspot.com", |
| 556 "--verbose", | 660 "--verbose", |
| 557 "--coverage-dir", | 661 "--coverage-dir", |
| 558 "[SLAVE_BUILD]/src/out/Debug/coverage", | 662 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 559 "--json-results-file", | 663 "--json-results-file", |
| 560 "/path/to/tmp/json" | 664 "/path/to/tmp/json" |
| 561 ], | 665 ], |
| 562 "cwd": "[SLAVE_BUILD]", | 666 "cwd": "[SLAVE_BUILD]", |
| 563 "name": "Instrumentation test ContentShellTest", | 667 "name": "ContentShellTest.Instrumentation test ContentShellTest", |
| 564 "~followup_annotations": [ | 668 "~followup_annotations": [ |
| 565 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 669 "@@@STEP_NEST_LEVEL@1@@@" |
| 566 ] | 670 ] |
| 567 }, | 671 }, |
| 568 { | 672 { |
| 673 "cmd": [ |
| 674 "python", |
| 675 "-u", |
| 676 "[BUILD]/scripts/slave/tee.py", |
| 677 "/path/to/tmp/logcat", |
| 678 "--", |
| 679 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 680 "[TMP_BASE]/test_logcat_tmp_3" |
| 681 ], |
| 682 "cwd": "[SLAVE_BUILD]", |
| 683 "name": "ContentShellTest.logcat_dump", |
| 684 "~followup_annotations": [ |
| 685 "@@@STEP_NEST_LEVEL@1@@@" |
| 686 ] |
| 687 }, |
| 688 { |
| 689 "cmd": [], |
| 690 "cwd": "[SLAVE_BUILD]", |
| 691 "name": "ChromeSyncShellTest" |
| 692 }, |
| 693 { |
| 694 "cmd": [ |
| 695 "[BUILD]/scripts/slave/daemonizer.py", |
| 696 "--", |
| 697 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 698 "[TMP_BASE]/test_logcat_tmp_4" |
| 699 ], |
| 700 "cwd": "[SLAVE_BUILD]", |
| 701 "env": { |
| 702 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 703 }, |
| 704 "name": "ChromeSyncShellTest.spawn_logcat_monitor", |
| 705 "~followup_annotations": [ |
| 706 "@@@STEP_NEST_LEVEL@1@@@" |
| 707 ] |
| 708 }, |
| 709 { |
| 569 "cmd": [ | 710 "cmd": [ |
| 570 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 711 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 571 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | 712 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", |
| 572 "-v", | 713 "-v", |
| 573 "--blacklist-file", | 714 "--blacklist-file", |
| 574 "[SLAVE_BUILD]/src/out/bad_devices.json" | 715 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 575 ], | 716 ], |
| 576 "cwd": "[SLAVE_BUILD]", | 717 "cwd": "[SLAVE_BUILD]", |
| 577 "env": { | 718 "env": { |
| 578 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 719 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 579 }, | 720 }, |
| 580 "name": "install ChromeSyncShell.apk" | 721 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", |
| 722 "~followup_annotations": [ |
| 723 "@@@STEP_NEST_LEVEL@1@@@" |
| 724 ] |
| 581 }, | 725 }, |
| 582 { | 726 { |
| 583 "cmd": [ | 727 "cmd": [ |
| 584 "python", | 728 "python", |
| 585 "-u", | 729 "-u", |
| 586 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 730 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 587 "instrumentation", | 731 "instrumentation", |
| 588 "--test-apk", | 732 "--test-apk", |
| 589 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", | 733 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", |
| 590 "--blacklist-file", | 734 "--blacklist-file", |
| 591 "[SLAVE_BUILD]/src/out/bad_devices.json", | 735 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 592 "--apk-under-test", | 736 "--apk-under-test", |
| 593 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | 737 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", |
| 594 "--flakiness-dashboard-server", | 738 "--flakiness-dashboard-server", |
| 595 "test-results.appspot.com", | 739 "test-results.appspot.com", |
| 596 "--verbose", | 740 "--verbose", |
| 597 "--coverage-dir", | 741 "--coverage-dir", |
| 598 "[SLAVE_BUILD]/src/out/Debug/coverage", | 742 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 599 "--json-results-file", | 743 "--json-results-file", |
| 600 "/path/to/tmp/json" | 744 "/path/to/tmp/json" |
| 601 ], | 745 ], |
| 602 "cwd": "[SLAVE_BUILD]", | 746 "cwd": "[SLAVE_BUILD]", |
| 603 "name": "Instrumentation test ChromeSyncShellTest", | 747 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest", |
| 604 "~followup_annotations": [ | 748 "~followup_annotations": [ |
| 605 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 749 "@@@STEP_NEST_LEVEL@1@@@" |
| 606 ] | 750 ] |
| 607 }, | 751 }, |
| 608 { | 752 { |
| 753 "cmd": [ |
| 754 "python", |
| 755 "-u", |
| 756 "[BUILD]/scripts/slave/tee.py", |
| 757 "/path/to/tmp/logcat", |
| 758 "--", |
| 759 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 760 "[TMP_BASE]/test_logcat_tmp_4" |
| 761 ], |
| 762 "cwd": "[SLAVE_BUILD]", |
| 763 "name": "ChromeSyncShellTest.logcat_dump", |
| 764 "~followup_annotations": [ |
| 765 "@@@STEP_NEST_LEVEL@1@@@" |
| 766 ] |
| 767 }, |
| 768 { |
| 609 "cmd": [ | 769 "cmd": [ |
| 610 "python", | 770 "python", |
| 611 "-u", | 771 "-u", |
| 612 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", | 772 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", |
| 613 "--coverage-dir", | 773 "--coverage-dir", |
| 614 "[SLAVE_BUILD]/src/out/Debug/coverage", | 774 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 615 "--metadata-dir", | 775 "--metadata-dir", |
| 616 "[SLAVE_BUILD]/src/out/Debug", | 776 "[SLAVE_BUILD]/src/out/Debug", |
| 617 "--cleanup", | 777 "--cleanup", |
| 618 "--output", | 778 "--output", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 "cwd": "[SLAVE_BUILD]/src", | 875 "cwd": "[SLAVE_BUILD]/src", |
| 716 "name": "Finding lines changed in modified file fake/file3.java", | 876 "name": "Finding lines changed in modified file fake/file3.java", |
| 717 "stdout": "/path/to/tmp/" | 877 "stdout": "/path/to/tmp/" |
| 718 }, | 878 }, |
| 719 { | 879 { |
| 720 "cmd": [ | 880 "cmd": [ |
| 721 "python", | 881 "python", |
| 722 "-u", | 882 "-u", |
| 723 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 883 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 724 "{\"fake/file1.java\": [], \"fake/file2.java;\": [], \"fake/file3.java\":
[]}", | 884 "{\"fake/file1.java\": [], \"fake/file2.java;\": [], \"fake/file3.java\":
[]}", |
| 725 "[TMP_BASE]/coverage_tmp_1/file_changes.json" | 885 "[TMP_BASE]/coverage_tmp_5/file_changes.json" |
| 726 ], | 886 ], |
| 727 "cwd": "[SLAVE_BUILD]", | 887 "cwd": "[SLAVE_BUILD]", |
| 728 "name": "Saving changed lines for revision." | 888 "name": "Saving changed lines for revision." |
| 729 }, | 889 }, |
| 730 { | 890 { |
| 731 "cmd": [ | 891 "cmd": [ |
| 732 "python", | 892 "python", |
| 733 "-u", | 893 "-u", |
| 734 "build/android/emma_coverage_stats.py", | 894 "build/android/emma_coverage_stats.py", |
| 735 "-v", | 895 "-v", |
| 736 "--out", | 896 "--out", |
| 737 "/path/to/tmp/json", | 897 "/path/to/tmp/json", |
| 738 "--emma-dir", | 898 "--emma-dir", |
| 739 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html", | 899 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html", |
| 740 "--lines-for-coverage", | 900 "--lines-for-coverage", |
| 741 "[TMP_BASE]/coverage_tmp_1/file_changes.json" | 901 "[TMP_BASE]/coverage_tmp_5/file_changes.json" |
| 742 ], | 902 ], |
| 743 "cwd": "[SLAVE_BUILD]/src", | 903 "cwd": "[SLAVE_BUILD]/src", |
| 744 "name": "Incremental coverage report", | 904 "name": "Incremental coverage report", |
| 745 "~followup_annotations": [ | 905 "~followup_annotations": [ |
| 746 "@@@STEP_LOG_LINE@json.output@{@@@", | 906 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 747 "@@@STEP_LOG_LINE@json.output@ \"files\": {@@@", | 907 "@@@STEP_LOG_LINE@json.output@ \"files\": {@@@", |
| 748 "@@@STEP_LOG_LINE@json.output@ \"sample file 1\": {@@@", | 908 "@@@STEP_LOG_LINE@json.output@ \"sample file 1\": {@@@", |
| 749 "@@@STEP_LOG_LINE@json.output@ \"absolute\": {@@@", | 909 "@@@STEP_LOG_LINE@json.output@ \"absolute\": {@@@", |
| 750 "@@@STEP_LOG_LINE@json.output@ \"covered\": 70, @@@", | 910 "@@@STEP_LOG_LINE@json.output@ \"covered\": 70, @@@", |
| 751 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", | 911 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1010 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 851 "@@@STEP_LOG_END@python.inline@@@" | 1011 "@@@STEP_LOG_END@python.inline@@@" |
| 852 ] | 1012 ] |
| 853 }, | 1013 }, |
| 854 { | 1014 { |
| 855 "name": "$result", | 1015 "name": "$result", |
| 856 "recipe_result": null, | 1016 "recipe_result": null, |
| 857 "status_code": 0 | 1017 "status_code": 0 |
| 858 } | 1018 } |
| 859 ] | 1019 ] |
| OLD | NEW |