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

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

Issue 1511403002: Revert "[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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Coverage (dbg)", 10 "Android Coverage (dbg)",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'wait-for-device'])@@@", 262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'wait-for-device'])@@@",
263 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de vice)@@@", 263 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de vice)@@@",
264 "@@@STEP_LOG_END@python.inline@@@" 264 "@@@STEP_LOG_END@python.inline@@@"
265 ] 265 ]
266 }, 266 },
267 { 267 {
268 "cmd": [ 268 "cmd": [
269 "[BUILD]/scripts/slave/daemonizer.py", 269 "[BUILD]/scripts/slave/daemonizer.py",
270 "--", 270 "--",
271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
272 "[SLAVE_BUILD]/src/out/logcat_dir" 272 "[SLAVE_BUILD]/src/out/logcat"
273 ], 273 ],
274 "cwd": "[SLAVE_BUILD]", 274 "cwd": "[SLAVE_BUILD]",
275 "env": { 275 "env": {
276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
277 }, 277 },
278 "name": "spawn_logcat_monitor" 278 "name": "spawn_logcat_monitor"
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python", 282 "python",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
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]/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 {
464 "cmd": [ 443 "cmd": [
465 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 444 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
466 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", 445 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
467 "-v", 446 "-v",
468 "--blacklist-file", 447 "--blacklist-file",
469 "[SLAVE_BUILD]/src/out/bad_devices.json" 448 "[SLAVE_BUILD]/src/out/bad_devices.json"
470 ], 449 ],
471 "cwd": "[SLAVE_BUILD]", 450 "cwd": "[SLAVE_BUILD]",
472 "env": { 451 "env": {
473 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 452 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
474 }, 453 },
475 "name": "AndroidWebViewTest.install AndroidWebView.apk", 454 "name": "install AndroidWebView.apk"
476 "~followup_annotations": [
477 "@@@STEP_NEST_LEVEL@1@@@"
478 ]
479 }, 455 },
480 { 456 {
481 "cmd": [ 457 "cmd": [
482 "python", 458 "python",
483 "-u", 459 "-u",
484 "[SLAVE_BUILD]/src/build/android/test_runner.py", 460 "[SLAVE_BUILD]/src/build/android/test_runner.py",
485 "instrumentation", 461 "instrumentation",
486 "--test-apk", 462 "--test-apk",
487 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", 463 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk",
488 "--blacklist-file", 464 "--blacklist-file",
489 "[SLAVE_BUILD]/src/out/bad_devices.json", 465 "[SLAVE_BUILD]/src/out/bad_devices.json",
490 "--apk-under-test", 466 "--apk-under-test",
491 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", 467 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
492 "--isolate-file-path", 468 "--isolate-file-path",
493 "android_webview/android_webview_test_apk.isolate", 469 "android_webview/android_webview_test_apk.isolate",
494 "--flakiness-dashboard-server", 470 "--flakiness-dashboard-server",
495 "test-results.appspot.com", 471 "test-results.appspot.com",
496 "--verbose", 472 "--verbose",
497 "--coverage-dir", 473 "--coverage-dir",
498 "[SLAVE_BUILD]/src/out/Debug/coverage", 474 "[SLAVE_BUILD]/src/out/Debug/coverage",
499 "--json-results-file", 475 "--json-results-file",
500 "/path/to/tmp/json" 476 "/path/to/tmp/json"
501 ], 477 ],
502 "cwd": "[SLAVE_BUILD]", 478 "cwd": "[SLAVE_BUILD]",
503 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest", 479 "name": "Instrumentation test AndroidWebViewTest",
504 "~followup_annotations": [ 480 "~followup_annotations": [
505 "@@@STEP_NEST_LEVEL@1@@@" 481 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
506 ] 482 ]
507 }, 483 },
508 { 484 {
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]/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]/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 {
546 "cmd": [ 485 "cmd": [
547 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 486 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
548 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", 487 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
549 "-v", 488 "-v",
550 "--blacklist-file", 489 "--blacklist-file",
551 "[SLAVE_BUILD]/src/out/bad_devices.json" 490 "[SLAVE_BUILD]/src/out/bad_devices.json"
552 ], 491 ],
553 "cwd": "[SLAVE_BUILD]", 492 "cwd": "[SLAVE_BUILD]",
554 "env": { 493 "env": {
555 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 494 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
556 }, 495 },
557 "name": "ChromePublicTest.install ChromePublic.apk", 496 "name": "install ChromePublic.apk"
558 "~followup_annotations": [
559 "@@@STEP_NEST_LEVEL@1@@@"
560 ]
561 }, 497 },
562 { 498 {
563 "cmd": [ 499 "cmd": [
564 "python", 500 "python",
565 "-u", 501 "-u",
566 "[SLAVE_BUILD]/src/build/android/test_runner.py", 502 "[SLAVE_BUILD]/src/build/android/test_runner.py",
567 "instrumentation", 503 "instrumentation",
568 "--test-apk", 504 "--test-apk",
569 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", 505 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk",
570 "--blacklist-file", 506 "--blacklist-file",
571 "[SLAVE_BUILD]/src/out/bad_devices.json", 507 "[SLAVE_BUILD]/src/out/bad_devices.json",
572 "--apk-under-test", 508 "--apk-under-test",
573 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", 509 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
574 "--isolate-file-path", 510 "--isolate-file-path",
575 "chrome/chrome_public_test_apk.isolate", 511 "chrome/chrome_public_test_apk.isolate",
576 "--flakiness-dashboard-server", 512 "--flakiness-dashboard-server",
577 "test-results.appspot.com", 513 "test-results.appspot.com",
578 "--verbose", 514 "--verbose",
579 "--coverage-dir", 515 "--coverage-dir",
580 "[SLAVE_BUILD]/src/out/Debug/coverage", 516 "[SLAVE_BUILD]/src/out/Debug/coverage",
581 "--json-results-file", 517 "--json-results-file",
582 "/path/to/tmp/json" 518 "/path/to/tmp/json"
583 ], 519 ],
584 "cwd": "[SLAVE_BUILD]", 520 "cwd": "[SLAVE_BUILD]",
585 "name": "ChromePublicTest.Instrumentation test ChromePublicTest", 521 "name": "Instrumentation test ChromePublicTest",
586 "~followup_annotations": [ 522 "~followup_annotations": [
587 "@@@STEP_NEST_LEVEL@1@@@" 523 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
588 ] 524 ]
589 }, 525 },
590 { 526 {
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]/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]/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 {
628 "cmd": [ 527 "cmd": [
629 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 528 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
630 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", 529 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
631 "-v", 530 "-v",
632 "--blacklist-file", 531 "--blacklist-file",
633 "[SLAVE_BUILD]/src/out/bad_devices.json" 532 "[SLAVE_BUILD]/src/out/bad_devices.json"
634 ], 533 ],
635 "cwd": "[SLAVE_BUILD]", 534 "cwd": "[SLAVE_BUILD]",
636 "env": { 535 "env": {
637 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
638 }, 537 },
639 "name": "ContentShellTest.install ContentShell.apk", 538 "name": "install ContentShell.apk"
640 "~followup_annotations": [
641 "@@@STEP_NEST_LEVEL@1@@@"
642 ]
643 }, 539 },
644 { 540 {
645 "cmd": [ 541 "cmd": [
646 "python", 542 "python",
647 "-u", 543 "-u",
648 "[SLAVE_BUILD]/src/build/android/test_runner.py", 544 "[SLAVE_BUILD]/src/build/android/test_runner.py",
649 "instrumentation", 545 "instrumentation",
650 "--test-apk", 546 "--test-apk",
651 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", 547 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk",
652 "--blacklist-file", 548 "--blacklist-file",
653 "[SLAVE_BUILD]/src/out/bad_devices.json", 549 "[SLAVE_BUILD]/src/out/bad_devices.json",
654 "--apk-under-test", 550 "--apk-under-test",
655 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", 551 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
656 "--isolate-file-path", 552 "--isolate-file-path",
657 "content/content_shell_test_apk.isolate", 553 "content/content_shell_test_apk.isolate",
658 "--flakiness-dashboard-server", 554 "--flakiness-dashboard-server",
659 "test-results.appspot.com", 555 "test-results.appspot.com",
660 "--verbose", 556 "--verbose",
661 "--coverage-dir", 557 "--coverage-dir",
662 "[SLAVE_BUILD]/src/out/Debug/coverage", 558 "[SLAVE_BUILD]/src/out/Debug/coverage",
663 "--json-results-file", 559 "--json-results-file",
664 "/path/to/tmp/json" 560 "/path/to/tmp/json"
665 ], 561 ],
666 "cwd": "[SLAVE_BUILD]", 562 "cwd": "[SLAVE_BUILD]",
667 "name": "ContentShellTest.Instrumentation test ContentShellTest", 563 "name": "Instrumentation test ContentShellTest",
668 "~followup_annotations": [ 564 "~followup_annotations": [
669 "@@@STEP_NEST_LEVEL@1@@@" 565 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
670 ] 566 ]
671 }, 567 },
672 { 568 {
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]/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]/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 {
710 "cmd": [ 569 "cmd": [
711 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 570 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
712 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", 571 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
713 "-v", 572 "-v",
714 "--blacklist-file", 573 "--blacklist-file",
715 "[SLAVE_BUILD]/src/out/bad_devices.json" 574 "[SLAVE_BUILD]/src/out/bad_devices.json"
716 ], 575 ],
717 "cwd": "[SLAVE_BUILD]", 576 "cwd": "[SLAVE_BUILD]",
718 "env": { 577 "env": {
719 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 578 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
720 }, 579 },
721 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", 580 "name": "install ChromeSyncShell.apk"
722 "~followup_annotations": [
723 "@@@STEP_NEST_LEVEL@1@@@"
724 ]
725 }, 581 },
726 { 582 {
727 "cmd": [ 583 "cmd": [
728 "python", 584 "python",
729 "-u", 585 "-u",
730 "[SLAVE_BUILD]/src/build/android/test_runner.py", 586 "[SLAVE_BUILD]/src/build/android/test_runner.py",
731 "instrumentation", 587 "instrumentation",
732 "--test-apk", 588 "--test-apk",
733 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", 589 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk",
734 "--blacklist-file", 590 "--blacklist-file",
735 "[SLAVE_BUILD]/src/out/bad_devices.json", 591 "[SLAVE_BUILD]/src/out/bad_devices.json",
736 "--apk-under-test", 592 "--apk-under-test",
737 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", 593 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
738 "--flakiness-dashboard-server", 594 "--flakiness-dashboard-server",
739 "test-results.appspot.com", 595 "test-results.appspot.com",
740 "--verbose", 596 "--verbose",
741 "--coverage-dir", 597 "--coverage-dir",
742 "[SLAVE_BUILD]/src/out/Debug/coverage", 598 "[SLAVE_BUILD]/src/out/Debug/coverage",
743 "--json-results-file", 599 "--json-results-file",
744 "/path/to/tmp/json" 600 "/path/to/tmp/json"
745 ], 601 ],
746 "cwd": "[SLAVE_BUILD]", 602 "cwd": "[SLAVE_BUILD]",
747 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest", 603 "name": "Instrumentation test ChromeSyncShellTest",
748 "~followup_annotations": [ 604 "~followup_annotations": [
749 "@@@STEP_NEST_LEVEL@1@@@" 605 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
750 ] 606 ]
751 }, 607 },
752 { 608 {
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]/logcat_tmp_4"
761 ],
762 "cwd": "[SLAVE_BUILD]",
763 "name": "ChromeSyncShellTest.logcat_dump",
764 "~followup_annotations": [
765 "@@@STEP_NEST_LEVEL@1@@@"
766 ]
767 },
768 {
769 "cmd": [ 609 "cmd": [
770 "python", 610 "python",
771 "-u", 611 "-u",
772 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", 612 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py",
773 "--coverage-dir", 613 "--coverage-dir",
774 "[SLAVE_BUILD]/src/out/Debug/coverage", 614 "[SLAVE_BUILD]/src/out/Debug/coverage",
775 "--metadata-dir", 615 "--metadata-dir",
776 "[SLAVE_BUILD]/src/out/Debug", 616 "[SLAVE_BUILD]/src/out/Debug",
777 "--cleanup", 617 "--cleanup",
778 "--output", 618 "--output",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 "cwd": "[SLAVE_BUILD]/src", 715 "cwd": "[SLAVE_BUILD]/src",
876 "name": "Finding lines changed in modified file fake/file3.java", 716 "name": "Finding lines changed in modified file fake/file3.java",
877 "stdout": "/path/to/tmp/" 717 "stdout": "/path/to/tmp/"
878 }, 718 },
879 { 719 {
880 "cmd": [ 720 "cmd": [
881 "python", 721 "python",
882 "-u", 722 "-u",
883 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 723 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
884 "{\"fake/file1.java\": [], \"fake/file2.java;\": [], \"fake/file3.java\": []}", 724 "{\"fake/file1.java\": [], \"fake/file2.java;\": [], \"fake/file3.java\": []}",
885 "[TMP_BASE]/coverage_tmp_5/file_changes.json" 725 "[TMP_BASE]/coverage_tmp_1/file_changes.json"
886 ], 726 ],
887 "cwd": "[SLAVE_BUILD]", 727 "cwd": "[SLAVE_BUILD]",
888 "name": "Saving changed lines for revision." 728 "name": "Saving changed lines for revision."
889 }, 729 },
890 { 730 {
891 "cmd": [ 731 "cmd": [
892 "python", 732 "python",
893 "-u", 733 "-u",
894 "build/android/emma_coverage_stats.py", 734 "build/android/emma_coverage_stats.py",
895 "-v", 735 "-v",
896 "--out", 736 "--out",
897 "/path/to/tmp/json", 737 "/path/to/tmp/json",
898 "--emma-dir", 738 "--emma-dir",
899 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html", 739 "[SLAVE_BUILD]/src/out/Debug/coverage/coverage_html",
900 "--lines-for-coverage", 740 "--lines-for-coverage",
901 "[TMP_BASE]/coverage_tmp_5/file_changes.json" 741 "[TMP_BASE]/coverage_tmp_1/file_changes.json"
902 ], 742 ],
903 "cwd": "[SLAVE_BUILD]/src", 743 "cwd": "[SLAVE_BUILD]/src",
904 "name": "Incremental coverage report", 744 "name": "Incremental coverage report",
905 "~followup_annotations": [ 745 "~followup_annotations": [
906 "@@@STEP_LOG_LINE@json.output@{@@@", 746 "@@@STEP_LOG_LINE@json.output@{@@@",
907 "@@@STEP_LOG_LINE@json.output@ \"files\": {@@@", 747 "@@@STEP_LOG_LINE@json.output@ \"files\": {@@@",
908 "@@@STEP_LOG_LINE@json.output@ \"sample file 1\": {@@@", 748 "@@@STEP_LOG_LINE@json.output@ \"sample file 1\": {@@@",
909 "@@@STEP_LOG_LINE@json.output@ \"absolute\": {@@@", 749 "@@@STEP_LOG_LINE@json.output@ \"absolute\": {@@@",
910 "@@@STEP_LOG_LINE@json.output@ \"covered\": 70, @@@", 750 "@@@STEP_LOG_LINE@json.output@ \"covered\": 70, @@@",
911 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@", 751 "@@@STEP_LOG_LINE@json.output@ \"total\": 100@@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 "name": "shutdown_device_monitor" 792 "name": "shutdown_device_monitor"
953 }, 793 },
954 { 794 {
955 "cmd": [ 795 "cmd": [
956 "python", 796 "python",
957 "-u", 797 "-u",
958 "[BUILD]/scripts/slave/tee.py", 798 "[BUILD]/scripts/slave/tee.py",
959 "[SLAVE_BUILD]/src/out/Debug/full_log", 799 "[SLAVE_BUILD]/src/out/Debug/full_log",
960 "--", 800 "--",
961 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 801 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
962 "[SLAVE_BUILD]/src/out/logcat_dir" 802 "[SLAVE_BUILD]/src/out/logcat"
963 ], 803 ],
964 "cwd": "[SLAVE_BUILD]", 804 "cwd": "[SLAVE_BUILD]",
965 "name": "logcat_dump" 805 "name": "logcat_dump"
966 }, 806 },
967 { 807 {
968 "cmd": [ 808 "cmd": [
969 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 809 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
970 "--arch", 810 "--arch",
971 "arm", 811 "arm",
972 "--more-info", 812 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 850 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1011 "@@@STEP_LOG_END@python.inline@@@" 851 "@@@STEP_LOG_END@python.inline@@@"
1012 ] 852 ]
1013 }, 853 },
1014 { 854 {
1015 "name": "$result", 855 "name": "$result",
1016 "recipe_result": null, 856 "recipe_result": null,
1017 "status_code": 0 857 "status_code": 0
1018 } 858 }
1019 ] 859 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698