summary refs log tree commit diff stats
path: root/testament
Commit message (Expand)AuthorAgeFilesLines
...
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-2/+2
* fix #18077 testament now parses `cmd` properly (#18086)Timothee Cour2021-05-262-16/+40
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-262-39/+0
* pkg/pixie: use latest (#18069)Timothee Cour2021-05-231-1/+1
* fixes #17943 (#18045)Andreas Rumpf2021-05-192-16/+21
* disable pkg/fidget refs https://github.com/treeform/fidget/issues/155 (#18043)Timothee Cour2021-05-181-1/+1
* Fix running testament c nimble-packages without batch arg (#18023)Clyybber2021-05-171-3/+4
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-1/+1
* make testament `isSuccess` more robust and allow tests with `--hints:off` to ...Timothee Cour2021-05-112-7/+30
* fix #17960: honor `matrix` also for `action: compile, action: reject` (#17980)Timothee Cour2021-05-091-6/+7
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-0817-19/+12
* fix `tsortoutput` (it was failing for the wrong reasons, irrespective of `sor...Timothee Cour2021-05-071-3/+3
* fix #17952: fix both false positives and false negatives for reInvalidSpec (#...Timothee Cour2021-05-082-12/+29
* re-enable nimquery (#17936)Timothee Cour2021-05-041-1/+1
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-302-3/+4
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-1/+2
* testament: add `nimoutFull: bool` spec (#17867)Timothee Cour2021-04-274-7/+32
* disable telebot, refs https://github.com/ba0f3/telebot.nim/issues/59 (#17860)Timothee Cour2021-04-261-1/+1
* bring back jstin after forking a new one (#17844)flywind2021-04-251-0/+1
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-241-2/+2
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-231-6/+5
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-1/+1
* unit separator (#17730)Andreas Rumpf2021-04-203-2/+9
* important_packages: `allowed_failures` batch (#17757)Timothee Cour2021-04-202-11/+26
* fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)Timothee Cour2021-04-191-1/+1
* IC navigator: added support for include files (#17784)Andreas Rumpf2021-04-191-1/+1
* fix #17732(forward args... to megatest) (#17780)flywind2021-04-191-3/+7
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-191-0/+20
* remove jstin from important packages (#17765)flywind2021-04-181-1/+0
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-161-0/+4
* ic navigator tests (#17735)Andreas Rumpf2021-04-162-12/+17
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-0/+1
* testament --verbose: prints commands; gitignore ic artifacts (#17716)Timothee Cour2021-04-141-3/+11
* megatest: allow duplicate file names, show compilation progress (#17713)Timothee Cour2021-04-131-6/+11
* IC: integrity checking (#17695)Andreas Rumpf2021-04-111-1/+1
* iterable[T] (#17196)Timothee Cour2021-04-111-0/+6
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-0415-38/+65
* enable some packages (#17629)flywind2021-04-031-3/+3
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-031-2/+3
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-1/+2
* nim: unbreak CI; testament: add allowedFailure logic for tests that may fail ...Timothee Cour2021-03-283-30/+40
* disable package 'chronicles' until 'chronos' is fixednarimiran2021-03-261-1/+1
* testament: remove unused tfile,tline,tcolumn (#17515)Timothee Cour2021-03-262-36/+2
* re-enable fidget (#17229)flywind2021-03-251-1/+2
* closes #17085; boehm has problems with large allocations, that is expected an...Andreas Rumpf2021-03-241-1/+1
* IC: green tests (#17311)Andreas Rumpf2021-03-191-1/+2
* remove 'stats' from help document of testament tool (#17364)jiro2021-03-151-1/+0
* use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code clea...Timothee Cour2021-03-124-200/+176
* use lowercase --define switches (#17283)flywind2021-03-071-1/+1
* re-enable pkg optionsutils (#17231)Timothee Cour2021-03-021-1/+1
a id='n581' href='#n581'>581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034