|
3 | 3 | (alias runtest)
|
4 | 4 | (enabled_if (= %{context_name} "main"))
|
5 | 5 | (deps s.ml t.ml)
|
6 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 6 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
7 | 7 |
|
8 | 8 | (rule
|
9 | 9 | (alias runtest)
|
10 | 10 | (enabled_if (= %{context_name} "main"))
|
11 | 11 | (deps t5.ml test_assume.ml)
|
12 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 12 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
13 | 13 |
|
14 | 14 | (rule
|
15 | 15 | (alias runtest)
|
16 | 16 | (enabled_if (= %{context_name} "main"))
|
17 | 17 | (deps test_match_on_mutable_state.ml)
|
18 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 18 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
19 | 19 |
|
20 | 20 | (rule
|
21 | 21 | (alias runtest)
|
22 | 22 | (enabled_if (= %{context_name} "main"))
|
23 | 23 | (deps test_flambda.ml)
|
24 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 24 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
25 | 25 |
|
26 | 26 | (rule
|
27 | 27 | (enabled_if (= %{context_name} "main"))
|
|
464 | 464 | (alias runtest)
|
465 | 465 | (enabled_if (= %{context_name} "main"))
|
466 | 466 | (deps t7.ml)
|
467 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 467 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
468 | 468 |
|
469 | 469 | (rule
|
470 | 470 | (alias runtest)
|
471 | 471 | (enabled_if (= %{context_name} "main"))
|
472 | 472 | (deps test_stub_dep.ml test_stub.ml)
|
473 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 473 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
474 | 474 |
|
475 | 475 | (rule
|
476 | 476 | (enabled_if (= %{context_name} "main"))
|
|
571 | 571 | (alias runtest)
|
572 | 572 | (enabled_if (= %{context_name} "main"))
|
573 | 573 | (deps test_zero_alloc_opt1.ml)
|
574 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check opt -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 574 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check opt -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
575 | 575 |
|
576 | 576 | (rule
|
577 | 577 | (alias runtest)
|
578 | 578 | (enabled_if (= %{context_name} "main"))
|
579 | 579 | (deps test_zero_alloc_opt2.ml)
|
580 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check opt -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 580 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check opt -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
581 | 581 |
|
582 | 582 | (rule
|
583 | 583 | (enabled_if (= %{context_name} "main"))
|
|
636 | 636 | (deps test_misplaced_assume.output test_misplaced_assume.output.corrected)
|
637 | 637 | (action (diff test_misplaced_assume.output test_misplaced_assume.output.corrected)))
|
638 | 638 |
|
639 |
| -(rule |
640 |
| - (enabled_if (= %{context_name} "main")) |
641 |
| - (targets test_misplaced_attr.output.corrected) |
642 |
| - (deps (:ml test_misplaced_attr.ml) filter.sh) |
643 |
| - (action |
644 |
| - (with-outputs-to test_misplaced_attr.output.corrected |
645 |
| - (pipe-outputs |
646 |
| - (with-accepted-exit-codes 0 |
647 |
| - (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c |
648 |
| - -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
649 |
| - (run "./filter.sh") |
650 |
| - )))) |
651 |
| - |
652 |
| -(rule |
653 |
| - (alias runtest) |
654 |
| - (enabled_if (= %{context_name} "main")) |
655 |
| - (deps test_misplaced_attr.output test_misplaced_attr.output.corrected) |
656 |
| - (action (diff test_misplaced_attr.output test_misplaced_attr.output.corrected))) |
657 |
| - |
658 | 639 | (rule
|
659 | 640 | (enabled_if (= %{context_name} "main"))
|
660 | 641 | (targets test_attr_check.output.corrected)
|
|
754 | 735 | (alias runtest)
|
755 | 736 | (enabled_if (= %{context_name} "main"))
|
756 | 737 | (deps test_raise_message.ml)
|
757 |
| - (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -function-layout topological -dcse -dzero-alloc-checker -dump-into-file -O3 -warn-error +a))) |
| 738 | + (action (run %{bin:ocamlopt.opt} %{deps} -g -c -zero-alloc-check default -function-layout topological -dcse -dzero-alloc -dump-into-file -O3 -warn-error +a))) |
758 | 739 |
|
759 | 740 | (rule
|
760 | 741 | (enabled_if (= %{context_name} "main"))
|
|
803 | 784 | (pipe-outputs
|
804 | 785 | (with-accepted-exit-codes 2
|
805 | 786 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
806 |
| - -zero-alloc-check default -checkmach-details-cutoff 20 -O3)) |
| 787 | + -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
807 | 788 | (run "./filter.sh")
|
808 | 789 | ))))
|
809 | 790 |
|
|
822 | 803 | (pipe-outputs
|
823 | 804 | (with-accepted-exit-codes 2
|
824 | 805 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
825 |
| - -zero-alloc-check all -checkmach-details-cutoff 20 -O3)) |
| 806 | + -zero-alloc-check all -zero-alloc-checker-details-cutoff 20 -O3)) |
826 | 807 | (run "./filter.sh")
|
827 | 808 | ))))
|
828 | 809 |
|
|
841 | 822 | (pipe-outputs
|
842 | 823 | (with-accepted-exit-codes 2
|
843 | 824 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
844 |
| - -zero-alloc-check opt -checkmach-details-cutoff 20 -O3)) |
| 825 | + -zero-alloc-check opt -zero-alloc-checker-details-cutoff 20 -O3)) |
845 | 826 | (run "./filter.sh")
|
846 | 827 | ))))
|
847 | 828 |
|
|
860 | 841 | (pipe-outputs
|
861 | 842 | (with-accepted-exit-codes 2
|
862 | 843 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
863 |
| - -zero-alloc-check default -checkmach-details-cutoff 20 -O3)) |
| 844 | + -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
864 | 845 | (run "./filter.sh")
|
865 | 846 | ))))
|
866 | 847 |
|
|
886 | 867 | (pipe-outputs
|
887 | 868 | (with-accepted-exit-codes 2
|
888 | 869 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
889 |
| - -zero-alloc-check default -checkmach-details-cutoff 20 -O3)) |
| 870 | + -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
890 | 871 | (run "./filter.sh")
|
891 | 872 | ))))
|
892 | 873 |
|
|
905 | 886 | (pipe-outputs
|
906 | 887 | (with-accepted-exit-codes 2
|
907 | 888 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
908 |
| - -zero-alloc-check default -checkmach-details-cutoff 20 -O3)) |
| 889 | + -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
909 | 890 | (run "./filter.sh")
|
910 | 891 | ))))
|
911 | 892 |
|
|
931 | 912 | (pipe-outputs
|
932 | 913 | (with-accepted-exit-codes 2
|
933 | 914 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
934 |
| - -zero-alloc-check default -checkmach-details-cutoff 20 -O3)) |
| 915 | + -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
935 | 916 | (run "./filter.sh")
|
936 | 917 | ))))
|
937 | 918 |
|
|
950 | 931 | (pipe-outputs
|
951 | 932 | (with-accepted-exit-codes 2
|
952 | 933 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
953 |
| - -zero-alloc-check all -checkmach-details-cutoff 20 -O3)) |
| 934 | + -zero-alloc-check all -zero-alloc-checker-details-cutoff 20 -O3)) |
954 | 935 | (run "./filter.sh")
|
955 | 936 | ))))
|
956 | 937 |
|
|
969 | 950 | (pipe-outputs
|
970 | 951 | (with-accepted-exit-codes 2
|
971 | 952 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
972 |
| - -zero-alloc-check default -checkmach-details-cutoff 20 -O3)) |
| 953 | + -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
973 | 954 | (run "./filter.sh")
|
974 | 955 | ))))
|
975 | 956 |
|
|
988 | 969 | (pipe-outputs
|
989 | 970 | (with-accepted-exit-codes 2
|
990 | 971 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
991 |
| - -zero-alloc-check default -checkmach-details-cutoff 20 -O3)) |
| 972 | + -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
992 | 973 | (run "./filter.sh")
|
993 | 974 | ))))
|
994 | 975 |
|
|
1007 | 988 | (pipe-outputs
|
1008 | 989 | (with-accepted-exit-codes 2
|
1009 | 990 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
1010 |
| - -zero-alloc-check default -checkmach-details-cutoff 20 -O3)) |
| 991 | + -zero-alloc-check default -zero-alloc-checker-details-cutoff 20 -O3)) |
1011 | 992 | (run "./filter.sh")
|
1012 | 993 | ))))
|
1013 | 994 |
|
|
1026 | 1007 | (pipe-outputs
|
1027 | 1008 | (with-accepted-exit-codes 2
|
1028 | 1009 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
1029 |
| - -zero-alloc-check default -checkmach-join -2 -checkmach-details-cutoff 20 -O3)) |
| 1010 | + -zero-alloc-check default -zero-alloc-checker-join -2 -zero-alloc-checker-details-cutoff 20 -O3)) |
1030 | 1011 | (run "./filter_fatal_error.sh")
|
1031 | 1012 | ))))
|
1032 | 1013 |
|
|
1045 | 1026 | (pipe-outputs
|
1046 | 1027 | (with-accepted-exit-codes 2
|
1047 | 1028 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
1048 |
| - -zero-alloc-check default -checkmach-join 2 -checkmach-details-cutoff 20 -O3)) |
| 1029 | + -zero-alloc-check default -zero-alloc-checker-join 2 -zero-alloc-checker-details-cutoff 20 -O3)) |
1049 | 1030 | (run "./filter.sh")
|
1050 | 1031 | ))))
|
1051 | 1032 |
|
|
1064 | 1045 | (pipe-outputs
|
1065 | 1046 | (with-accepted-exit-codes 2
|
1066 | 1047 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
1067 |
| - -zero-alloc-check default -checkmach-join 0 -checkmach-details-cutoff 20 -O3)) |
| 1048 | + -zero-alloc-check default -zero-alloc-checker-join 0 -zero-alloc-checker-details-cutoff 20 -O3)) |
1068 | 1049 | (run "./filter.sh")
|
1069 | 1050 | ))))
|
1070 | 1051 |
|
|
1083 | 1064 | (pipe-outputs
|
1084 | 1065 | (with-accepted-exit-codes 2
|
1085 | 1066 | (run %{bin:ocamlopt.opt} %{ml} -g -color never -error-style short -c
|
1086 |
| - -zero-alloc-check default -checkmach-join 0 -checkmach-details-cutoff 3 -O3)) |
| 1067 | + -zero-alloc-check default -zero-alloc-checker-join 0 -zero-alloc-checker-details-cutoff 3 -O3)) |
1087 | 1068 | (run "./filter.sh")
|
1088 | 1069 | ))))
|
1089 | 1070 |
|
|
0 commit comments