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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_release_fyi.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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 463 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
464 "--test-machine-name", 464 "--test-machine-name",
465 "TestBuilder", 465 "TestBuilder",
466 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 466 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
467 "--output-format", 467 "--output-format",
468 "json", 468 "json",
469 "--output-dir", 469 "--output-dir",
470 "/path/to/tmp/" 470 "/path/to/tmp/"
471 ], 471 ],
472 "cwd": "[SLAVE_BUILD]", 472 "cwd": "[SLAVE_BUILD]",
473 "name": "maps_pixel_test", 473 "name": "maps_pixel_test"
474 "~followup_annotations": [
475 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
476 ]
477 }, 474 },
478 { 475 {
479 "allow_subannotations": true, 476 "allow_subannotations": true,
480 "cmd": [ 477 "cmd": [
481 "python", 478 "python",
482 "-u", 479 "-u",
483 "[BUILD]\\scripts\\slave\\runtest.py", 480 "[BUILD]\\scripts\\slave\\runtest.py",
484 "--target", 481 "--target",
485 "Release", 482 "Release",
486 "--factory-properties", 483 "--factory-properties",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 "win", 516 "win",
520 "--test-machine-name", 517 "--test-machine-name",
521 "TestBuilder", 518 "TestBuilder",
522 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 519 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
523 "--output-format", 520 "--output-format",
524 "json", 521 "json",
525 "--output-dir", 522 "--output-dir",
526 "/path/to/tmp/" 523 "/path/to/tmp/"
527 ], 524 ],
528 "cwd": "[SLAVE_BUILD]", 525 "cwd": "[SLAVE_BUILD]",
529 "name": "pixel_test", 526 "name": "pixel_test"
530 "~followup_annotations": [
531 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
532 ]
533 }, 527 },
534 { 528 {
535 "allow_subannotations": true, 529 "allow_subannotations": true,
536 "cmd": [ 530 "cmd": [
537 "python", 531 "python",
538 "-u", 532 "-u",
539 "[BUILD]\\scripts\\slave\\runtest.py", 533 "[BUILD]\\scripts\\slave\\runtest.py",
540 "--target", 534 "--target",
541 "Release", 535 "Release",
542 "--factory-properties", 536 "--factory-properties",
(...skipping 23 matching lines...) Expand all
566 "--browser=release", 560 "--browser=release",
567 "-v", 561 "-v",
568 "--use-devtools-active-port", 562 "--use-devtools-active-port",
569 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 563 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
570 "--output-format", 564 "--output-format",
571 "json", 565 "json",
572 "--output-dir", 566 "--output-dir",
573 "/path/to/tmp/" 567 "/path/to/tmp/"
574 ], 568 ],
575 "cwd": "[SLAVE_BUILD]", 569 "cwd": "[SLAVE_BUILD]",
576 "name": "webgl_conformance_tests", 570 "name": "webgl_conformance_tests"
577 "~followup_annotations": [
578 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
579 ]
580 }, 571 },
581 { 572 {
582 "allow_subannotations": true, 573 "allow_subannotations": true,
583 "cmd": [ 574 "cmd": [
584 "python", 575 "python",
585 "-u", 576 "-u",
586 "[BUILD]\\scripts\\slave\\runtest.py", 577 "[BUILD]\\scripts\\slave\\runtest.py",
587 "--target", 578 "--target",
588 "Release", 579 "Release",
589 "--factory-properties", 580 "--factory-properties",
(...skipping 23 matching lines...) Expand all
613 "--browser=release", 604 "--browser=release",
614 "-v", 605 "-v",
615 "--use-devtools-active-port", 606 "--use-devtools-active-port",
616 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use -angle=d3d9", 607 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use -angle=d3d9",
617 "--output-format", 608 "--output-format",
618 "json", 609 "json",
619 "--output-dir", 610 "--output-dir",
620 "/path/to/tmp/" 611 "/path/to/tmp/"
621 ], 612 ],
622 "cwd": "[SLAVE_BUILD]", 613 "cwd": "[SLAVE_BUILD]",
623 "name": "webgl_conformance_d3d9_tests", 614 "name": "webgl_conformance_d3d9_tests"
624 "~followup_annotations": [
625 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
626 ]
627 }, 615 },
628 { 616 {
629 "allow_subannotations": true, 617 "allow_subannotations": true,
630 "cmd": [ 618 "cmd": [
631 "python", 619 "python",
632 "-u", 620 "-u",
633 "[BUILD]\\scripts\\slave\\runtest.py", 621 "[BUILD]\\scripts\\slave\\runtest.py",
634 "--target", 622 "--target",
635 "Release", 623 "Release",
636 "--factory-properties", 624 "--factory-properties",
(...skipping 23 matching lines...) Expand all
660 "--browser=release", 648 "--browser=release",
661 "-v", 649 "-v",
662 "--use-devtools-active-port", 650 "--use-devtools-active-port",
663 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use -gpu-in-tests --use-angle=gl --disable-gpu-sandbox", 651 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use -gpu-in-tests --use-angle=gl --disable-gpu-sandbox",
664 "--output-format", 652 "--output-format",
665 "json", 653 "json",
666 "--output-dir", 654 "--output-dir",
667 "/path/to/tmp/" 655 "/path/to/tmp/"
668 ], 656 ],
669 "cwd": "[SLAVE_BUILD]", 657 "cwd": "[SLAVE_BUILD]",
670 "name": "webgl_conformance_gl_tests", 658 "name": "webgl_conformance_gl_tests"
671 "~followup_annotations": [
672 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
673 ]
674 }, 659 },
675 { 660 {
676 "allow_subannotations": true, 661 "allow_subannotations": true,
677 "cmd": [ 662 "cmd": [
678 "python", 663 "python",
679 "-u", 664 "-u",
680 "[BUILD]\\scripts\\slave\\runtest.py", 665 "[BUILD]\\scripts\\slave\\runtest.py",
681 "--target", 666 "--target",
682 "Release", 667 "Release",
683 "--factory-properties", 668 "--factory-properties",
(...skipping 25 matching lines...) Expand all
709 "--use-devtools-active-port", 694 "--use-devtools-active-port",
710 "--webgl-conformance-version=2.0.0", 695 "--webgl-conformance-version=2.0.0",
711 "--webgl2-only=true", 696 "--webgl2-only=true",
712 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 697 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
713 "--output-format", 698 "--output-format",
714 "json", 699 "json",
715 "--output-dir", 700 "--output-dir",
716 "/path/to/tmp/" 701 "/path/to/tmp/"
717 ], 702 ],
718 "cwd": "[SLAVE_BUILD]", 703 "cwd": "[SLAVE_BUILD]",
719 "name": "webgl2_conformance_tests", 704 "name": "webgl2_conformance_tests"
720 "~followup_annotations": [
721 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
722 ]
723 }, 705 },
724 { 706 {
725 "allow_subannotations": true, 707 "allow_subannotations": true,
726 "cmd": [ 708 "cmd": [
727 "python", 709 "python",
728 "-u", 710 "-u",
729 "[BUILD]\\scripts\\slave\\runtest.py", 711 "[BUILD]\\scripts\\slave\\runtest.py",
730 "--target", 712 "--target",
731 "Release", 713 "Release",
732 "--factory-properties", 714 "--factory-properties",
(...skipping 23 matching lines...) Expand all
756 "--browser=release", 738 "--browser=release",
757 "-v", 739 "-v",
758 "--use-devtools-active-port", 740 "--use-devtools-active-port",
759 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 741 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
760 "--output-format", 742 "--output-format",
761 "json", 743 "json",
762 "--output-dir", 744 "--output-dir",
763 "/path/to/tmp/" 745 "/path/to/tmp/"
764 ], 746 ],
765 "cwd": "[SLAVE_BUILD]", 747 "cwd": "[SLAVE_BUILD]",
766 "name": "context_lost_tests", 748 "name": "context_lost_tests"
767 "~followup_annotations": [
768 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
769 ]
770 }, 749 },
771 { 750 {
772 "allow_subannotations": true, 751 "allow_subannotations": true,
773 "cmd": [ 752 "cmd": [
774 "python", 753 "python",
775 "-u", 754 "-u",
776 "[BUILD]\\scripts\\slave\\runtest.py", 755 "[BUILD]\\scripts\\slave\\runtest.py",
777 "--target", 756 "--target",
778 "Release", 757 "Release",
779 "--factory-properties", 758 "--factory-properties",
(...skipping 23 matching lines...) Expand all
803 "--browser=release", 782 "--browser=release",
804 "-v", 783 "-v",
805 "--use-devtools-active-port", 784 "--use-devtools-active-port",
806 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 785 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
807 "--output-format", 786 "--output-format",
808 "json", 787 "json",
809 "--output-dir", 788 "--output-dir",
810 "/path/to/tmp/" 789 "/path/to/tmp/"
811 ], 790 ],
812 "cwd": "[SLAVE_BUILD]", 791 "cwd": "[SLAVE_BUILD]",
813 "name": "memory_test", 792 "name": "memory_test"
814 "~followup_annotations": [
815 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
816 ]
817 }, 793 },
818 { 794 {
819 "allow_subannotations": true, 795 "allow_subannotations": true,
820 "cmd": [ 796 "cmd": [
821 "python", 797 "python",
822 "-u", 798 "-u",
823 "[BUILD]\\scripts\\slave\\runtest.py", 799 "[BUILD]\\scripts\\slave\\runtest.py",
824 "--target", 800 "--target",
825 "Release", 801 "Release",
826 "--factory-properties", 802 "--factory-properties",
(...skipping 23 matching lines...) Expand all
850 "--browser=release", 826 "--browser=release",
851 "-v", 827 "-v",
852 "--use-devtools-active-port", 828 "--use-devtools-active-port",
853 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 829 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
854 "--output-format", 830 "--output-format",
855 "json", 831 "json",
856 "--output-dir", 832 "--output-dir",
857 "/path/to/tmp/" 833 "/path/to/tmp/"
858 ], 834 ],
859 "cwd": "[SLAVE_BUILD]", 835 "cwd": "[SLAVE_BUILD]",
860 "name": "trace_test", 836 "name": "trace_test"
861 "~followup_annotations": [
862 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
863 ]
864 }, 837 },
865 { 838 {
866 "allow_subannotations": true, 839 "allow_subannotations": true,
867 "cmd": [ 840 "cmd": [
868 "python", 841 "python",
869 "-u", 842 "-u",
870 "[BUILD]\\scripts\\slave\\runtest.py", 843 "[BUILD]\\scripts\\slave\\runtest.py",
871 "--target", 844 "--target",
872 "Release", 845 "Release",
873 "--factory-properties", 846 "--factory-properties",
(...skipping 23 matching lines...) Expand all
897 "--browser=release", 870 "--browser=release",
898 "-v", 871 "-v",
899 "--use-devtools-active-port", 872 "--use-devtools-active-port",
900 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 873 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
901 "--output-format", 874 "--output-format",
902 "json", 875 "json",
903 "--output-dir", 876 "--output-dir",
904 "/path/to/tmp/" 877 "/path/to/tmp/"
905 ], 878 ],
906 "cwd": "[SLAVE_BUILD]", 879 "cwd": "[SLAVE_BUILD]",
907 "name": "screenshot_sync_tests", 880 "name": "screenshot_sync_tests"
908 "~followup_annotations": [
909 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
910 ]
911 }, 881 },
912 { 882 {
913 "allow_subannotations": true, 883 "allow_subannotations": true,
914 "cmd": [ 884 "cmd": [
915 "python", 885 "python",
916 "-u", 886 "-u",
917 "[BUILD]\\scripts\\slave\\runtest.py", 887 "[BUILD]\\scripts\\slave\\runtest.py",
918 "--target", 888 "--target",
919 "Release", 889 "Release",
920 "--factory-properties", 890 "--factory-properties",
(...skipping 23 matching lines...) Expand all
944 "--browser=release", 914 "--browser=release",
945 "-v", 915 "-v",
946 "--use-devtools-active-port", 916 "--use-devtools-active-port",
947 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 917 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
948 "--output-format", 918 "--output-format",
949 "json", 919 "json",
950 "--output-dir", 920 "--output-dir",
951 "/path/to/tmp/" 921 "/path/to/tmp/"
952 ], 922 ],
953 "cwd": "[SLAVE_BUILD]", 923 "cwd": "[SLAVE_BUILD]",
954 "name": "hardware_accelerated_feature_tests", 924 "name": "hardware_accelerated_feature_tests"
955 "~followup_annotations": [
956 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
957 ]
958 }, 925 },
959 { 926 {
960 "allow_subannotations": true, 927 "allow_subannotations": true,
961 "cmd": [ 928 "cmd": [
962 "python", 929 "python",
963 "-u", 930 "-u",
964 "[BUILD]\\scripts\\slave\\runtest.py", 931 "[BUILD]\\scripts\\slave\\runtest.py",
965 "--target", 932 "--target",
966 "Release", 933 "Release",
967 "--factory-properties", 934 "--factory-properties",
(...skipping 23 matching lines...) Expand all
991 "--browser=release", 958 "--browser=release",
992 "-v", 959 "-v",
993 "--use-devtools-active-port", 960 "--use-devtools-active-port",
994 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 961 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
995 "--output-format", 962 "--output-format",
996 "json", 963 "json",
997 "--output-dir", 964 "--output-dir",
998 "/path/to/tmp/" 965 "/path/to/tmp/"
999 ], 966 ],
1000 "cwd": "[SLAVE_BUILD]", 967 "cwd": "[SLAVE_BUILD]",
1001 "name": "gpu_process_launch_tests", 968 "name": "gpu_process_launch_tests"
1002 "~followup_annotations": [
1003 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
1004 ]
1005 }, 969 },
1006 { 970 {
1007 "allow_subannotations": true, 971 "allow_subannotations": true,
1008 "cmd": [ 972 "cmd": [
1009 "python", 973 "python",
1010 "-u", 974 "-u",
1011 "[BUILD]\\scripts\\slave\\runtest.py", 975 "[BUILD]\\scripts\\slave\\runtest.py",
1012 "--target", 976 "--target",
1013 "Release", 977 "Release",
1014 "--factory-properties", 978 "--factory-properties",
(...skipping 27 matching lines...) Expand all
1042 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 1006 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
1043 "--test-machine-name", 1007 "--test-machine-name",
1044 "TestBuilder", 1008 "TestBuilder",
1045 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1009 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1046 "--output-format", 1010 "--output-format",
1047 "json", 1011 "json",
1048 "--output-dir", 1012 "--output-dir",
1049 "/path/to/tmp/" 1013 "/path/to/tmp/"
1050 ], 1014 ],
1051 "cwd": "[SLAVE_BUILD]", 1015 "cwd": "[SLAVE_BUILD]",
1052 "name": "gpu_rasterization_tests", 1016 "name": "gpu_rasterization_tests"
1053 "~followup_annotations": [
1054 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
1055 ]
1056 }, 1017 },
1057 { 1018 {
1058 "allow_subannotations": true, 1019 "allow_subannotations": true,
1059 "cmd": [ 1020 "cmd": [
1060 "python", 1021 "python",
1061 "-u", 1022 "-u",
1062 "[BUILD]\\scripts\\slave\\runtest.py", 1023 "[BUILD]\\scripts\\slave\\runtest.py",
1063 "--target", 1024 "--target",
1064 "Release", 1025 "Release",
1065 "--factory-properties", 1026 "--factory-properties",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 "--isolated", 1149 "--isolated",
1189 "[dummy hash for audio_unittests]", 1150 "[dummy hash for audio_unittests]",
1190 "-I", 1151 "-I",
1191 "https://isolateserver.appspot.com", 1152 "https://isolateserver.appspot.com",
1192 "--" 1153 "--"
1193 ], 1154 ],
1194 "cwd": "[SLAVE_BUILD]", 1155 "cwd": "[SLAVE_BUILD]",
1195 "name": "audio_unittests" 1156 "name": "audio_unittests"
1196 } 1157 }
1197 ] 1158 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698