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

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

Issue 1372723002: Empty per_page_values shouldn't imply test success (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove dead code Created 5 years, 2 months 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/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 414 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
415 "--test-machine-name", 415 "--test-machine-name",
416 "TestBuilder", 416 "TestBuilder",
417 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 417 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
418 "--output-format", 418 "--output-format",
419 "json", 419 "json",
420 "--output-dir", 420 "--output-dir",
421 "/path/to/tmp/" 421 "/path/to/tmp/"
422 ], 422 ],
423 "cwd": "[SLAVE_BUILD]", 423 "cwd": "[SLAVE_BUILD]",
424 "name": "maps_pixel_test", 424 "name": "maps_pixel_test"
425 "~followup_annotations": [
426 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
427 ]
428 }, 425 },
429 { 426 {
430 "allow_subannotations": true, 427 "allow_subannotations": true,
431 "cmd": [ 428 "cmd": [
432 "python", 429 "python",
433 "-u", 430 "-u",
434 "[BUILD]/scripts/slave/runtest.py", 431 "[BUILD]/scripts/slave/runtest.py",
435 "--target", 432 "--target",
436 "Debug", 433 "Debug",
437 "--factory-properties", 434 "--factory-properties",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "mac", 467 "mac",
471 "--test-machine-name", 468 "--test-machine-name",
472 "TestBuilder", 469 "TestBuilder",
473 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 470 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
474 "--output-format", 471 "--output-format",
475 "json", 472 "json",
476 "--output-dir", 473 "--output-dir",
477 "/path/to/tmp/" 474 "/path/to/tmp/"
478 ], 475 ],
479 "cwd": "[SLAVE_BUILD]", 476 "cwd": "[SLAVE_BUILD]",
480 "name": "pixel_test", 477 "name": "pixel_test"
481 "~followup_annotations": [
482 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
483 ]
484 }, 478 },
485 { 479 {
486 "allow_subannotations": true, 480 "allow_subannotations": true,
487 "cmd": [ 481 "cmd": [
488 "python", 482 "python",
489 "-u", 483 "-u",
490 "[BUILD]/scripts/slave/runtest.py", 484 "[BUILD]/scripts/slave/runtest.py",
491 "--target", 485 "--target",
492 "Debug", 486 "Debug",
493 "--factory-properties", 487 "--factory-properties",
(...skipping 23 matching lines...) Expand all
517 "--browser=debug", 511 "--browser=debug",
518 "-v", 512 "-v",
519 "--use-devtools-active-port", 513 "--use-devtools-active-port",
520 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 514 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
521 "--output-format", 515 "--output-format",
522 "json", 516 "json",
523 "--output-dir", 517 "--output-dir",
524 "/path/to/tmp/" 518 "/path/to/tmp/"
525 ], 519 ],
526 "cwd": "[SLAVE_BUILD]", 520 "cwd": "[SLAVE_BUILD]",
527 "name": "webgl_conformance_tests", 521 "name": "webgl_conformance_tests"
528 "~followup_annotations": [
529 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
530 ]
531 }, 522 },
532 { 523 {
533 "allow_subannotations": true, 524 "allow_subannotations": true,
534 "cmd": [ 525 "cmd": [
535 "python", 526 "python",
536 "-u", 527 "-u",
537 "[BUILD]/scripts/slave/runtest.py", 528 "[BUILD]/scripts/slave/runtest.py",
538 "--target", 529 "--target",
539 "Debug", 530 "Debug",
540 "--factory-properties", 531 "--factory-properties",
(...skipping 23 matching lines...) Expand all
564 "--browser=debug", 555 "--browser=debug",
565 "-v", 556 "-v",
566 "--use-devtools-active-port", 557 "--use-devtools-active-port",
567 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 558 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
568 "--output-format", 559 "--output-format",
569 "json", 560 "json",
570 "--output-dir", 561 "--output-dir",
571 "/path/to/tmp/" 562 "/path/to/tmp/"
572 ], 563 ],
573 "cwd": "[SLAVE_BUILD]", 564 "cwd": "[SLAVE_BUILD]",
574 "name": "context_lost_tests", 565 "name": "context_lost_tests"
575 "~followup_annotations": [
576 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
577 ]
578 }, 566 },
579 { 567 {
580 "allow_subannotations": true, 568 "allow_subannotations": true,
581 "cmd": [ 569 "cmd": [
582 "python", 570 "python",
583 "-u", 571 "-u",
584 "[BUILD]/scripts/slave/runtest.py", 572 "[BUILD]/scripts/slave/runtest.py",
585 "--target", 573 "--target",
586 "Debug", 574 "Debug",
587 "--factory-properties", 575 "--factory-properties",
(...skipping 23 matching lines...) Expand all
611 "--browser=debug", 599 "--browser=debug",
612 "-v", 600 "-v",
613 "--use-devtools-active-port", 601 "--use-devtools-active-port",
614 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 602 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
615 "--output-format", 603 "--output-format",
616 "json", 604 "json",
617 "--output-dir", 605 "--output-dir",
618 "/path/to/tmp/" 606 "/path/to/tmp/"
619 ], 607 ],
620 "cwd": "[SLAVE_BUILD]", 608 "cwd": "[SLAVE_BUILD]",
621 "name": "memory_test", 609 "name": "memory_test"
622 "~followup_annotations": [
623 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
624 ]
625 }, 610 },
626 { 611 {
627 "allow_subannotations": true, 612 "allow_subannotations": true,
628 "cmd": [ 613 "cmd": [
629 "python", 614 "python",
630 "-u", 615 "-u",
631 "[BUILD]/scripts/slave/runtest.py", 616 "[BUILD]/scripts/slave/runtest.py",
632 "--target", 617 "--target",
633 "Debug", 618 "Debug",
634 "--factory-properties", 619 "--factory-properties",
(...skipping 23 matching lines...) Expand all
658 "--browser=debug", 643 "--browser=debug",
659 "-v", 644 "-v",
660 "--use-devtools-active-port", 645 "--use-devtools-active-port",
661 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 646 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
662 "--output-format", 647 "--output-format",
663 "json", 648 "json",
664 "--output-dir", 649 "--output-dir",
665 "/path/to/tmp/" 650 "/path/to/tmp/"
666 ], 651 ],
667 "cwd": "[SLAVE_BUILD]", 652 "cwd": "[SLAVE_BUILD]",
668 "name": "trace_test", 653 "name": "trace_test"
669 "~followup_annotations": [
670 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
671 ]
672 }, 654 },
673 { 655 {
674 "allow_subannotations": true, 656 "allow_subannotations": true,
675 "cmd": [ 657 "cmd": [
676 "python", 658 "python",
677 "-u", 659 "-u",
678 "[BUILD]/scripts/slave/runtest.py", 660 "[BUILD]/scripts/slave/runtest.py",
679 "--target", 661 "--target",
680 "Debug", 662 "Debug",
681 "--factory-properties", 663 "--factory-properties",
(...skipping 23 matching lines...) Expand all
705 "--browser=debug", 687 "--browser=debug",
706 "-v", 688 "-v",
707 "--use-devtools-active-port", 689 "--use-devtools-active-port",
708 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 690 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
709 "--output-format", 691 "--output-format",
710 "json", 692 "json",
711 "--output-dir", 693 "--output-dir",
712 "/path/to/tmp/" 694 "/path/to/tmp/"
713 ], 695 ],
714 "cwd": "[SLAVE_BUILD]", 696 "cwd": "[SLAVE_BUILD]",
715 "name": "screenshot_sync_tests", 697 "name": "screenshot_sync_tests"
716 "~followup_annotations": [
717 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
718 ]
719 }, 698 },
720 { 699 {
721 "allow_subannotations": true, 700 "allow_subannotations": true,
722 "cmd": [ 701 "cmd": [
723 "python", 702 "python",
724 "-u", 703 "-u",
725 "[BUILD]/scripts/slave/runtest.py", 704 "[BUILD]/scripts/slave/runtest.py",
726 "--target", 705 "--target",
727 "Debug", 706 "Debug",
728 "--factory-properties", 707 "--factory-properties",
(...skipping 23 matching lines...) Expand all
752 "--browser=debug", 731 "--browser=debug",
753 "-v", 732 "-v",
754 "--use-devtools-active-port", 733 "--use-devtools-active-port",
755 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 734 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
756 "--output-format", 735 "--output-format",
757 "json", 736 "json",
758 "--output-dir", 737 "--output-dir",
759 "/path/to/tmp/" 738 "/path/to/tmp/"
760 ], 739 ],
761 "cwd": "[SLAVE_BUILD]", 740 "cwd": "[SLAVE_BUILD]",
762 "name": "hardware_accelerated_feature_tests", 741 "name": "hardware_accelerated_feature_tests"
763 "~followup_annotations": [
764 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
765 ]
766 }, 742 },
767 { 743 {
768 "allow_subannotations": true, 744 "allow_subannotations": true,
769 "cmd": [ 745 "cmd": [
770 "python", 746 "python",
771 "-u", 747 "-u",
772 "[BUILD]/scripts/slave/runtest.py", 748 "[BUILD]/scripts/slave/runtest.py",
773 "--target", 749 "--target",
774 "Debug", 750 "Debug",
775 "--factory-properties", 751 "--factory-properties",
(...skipping 23 matching lines...) Expand all
799 "--browser=debug", 775 "--browser=debug",
800 "-v", 776 "-v",
801 "--use-devtools-active-port", 777 "--use-devtools-active-port",
802 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 778 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
803 "--output-format", 779 "--output-format",
804 "json", 780 "json",
805 "--output-dir", 781 "--output-dir",
806 "/path/to/tmp/" 782 "/path/to/tmp/"
807 ], 783 ],
808 "cwd": "[SLAVE_BUILD]", 784 "cwd": "[SLAVE_BUILD]",
809 "name": "gpu_process_launch_tests", 785 "name": "gpu_process_launch_tests"
810 "~followup_annotations": [
811 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
812 ]
813 }, 786 },
814 { 787 {
815 "allow_subannotations": true, 788 "allow_subannotations": true,
816 "cmd": [ 789 "cmd": [
817 "python", 790 "python",
818 "-u", 791 "-u",
819 "[BUILD]/scripts/slave/runtest.py", 792 "[BUILD]/scripts/slave/runtest.py",
820 "--target", 793 "--target",
821 "Debug", 794 "Debug",
822 "--factory-properties", 795 "--factory-properties",
(...skipping 27 matching lines...) Expand all
850 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 823 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
851 "--test-machine-name", 824 "--test-machine-name",
852 "TestBuilder", 825 "TestBuilder",
853 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 826 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
854 "--output-format", 827 "--output-format",
855 "json", 828 "json",
856 "--output-dir", 829 "--output-dir",
857 "/path/to/tmp/" 830 "/path/to/tmp/"
858 ], 831 ],
859 "cwd": "[SLAVE_BUILD]", 832 "cwd": "[SLAVE_BUILD]",
860 "name": "gpu_rasterization_tests", 833 "name": "gpu_rasterization_tests"
861 "~followup_annotations": [
862 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
863 ]
864 } 834 }
865 ] 835 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698