summary refs log tree commit diff stats
path: root/testament
Commit message (Expand)AuthorAgeFilesLines
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-023-4/+16
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-021-0/+45
* improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...Timothee Cour2021-01-291-42/+20
* testament: fix #16829, fix partially #16830 (#16831)Timothee Cour2021-01-273-65/+87
* disble fidget again (#16842)Timothee Cour2021-01-271-1/+1
* close #16810 (#16813)flywind2021-01-251-1/+1
* ref #16810 disable fidget (#16811)flywind2021-01-241-1/+1
* Testament small fixes (#16788)Juan Carlos2021-01-225-163/+91
* fix testament regression: installed testament works again with testament r pa...Timothee Cour2021-01-202-11/+22
* Fix bump CIClyybber2021-01-181-1/+1
* Deprecate TaintedString (#15423)Juan Carlos2021-01-152-8/+8
* remove deprecated specs (#16684)flywind2021-01-112-10/+0
* add error messages (#16679)flywind2021-01-101-1/+1
* fix #16576: honor matrix in testament by making such tests non joinable (#16577)Timothee Cour2021-01-043-8/+16
* enable ggplotnim (#16538)flywind2021-01-011-1/+1
* disable ggplotnim, refs #16523 (#16524)Timothee Cour2020-12-301-1/+1
* disable grams (#16511)flywind2020-12-301-1/+2
* add zippy to important packages (#16442)flywind2020-12-231-0/+1
* disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 (#...Timothee Cour2020-12-221-1/+1
* bring back important packages; closes #16419 (#16424)flywind2020-12-211-2/+2
* disable ggplot and plotly (#16418)flywind2020-12-201-2/+2
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-1/+3
* fix #16330 tshould_not_work (#16342)Timothee Cour2020-12-141-2/+2
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-141-14/+6
* bring back fidget (#16319)flywind2020-12-111-1/+1
* unbreak CI, disable fidget, refs #16315 (#16316)Timothee Cour2020-12-111-1/+1
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-101-3/+0
* bring back argparse (#16242)flywind2020-12-051-1/+1
* Retry commands in testament again (#16262)Clyybber2020-12-051-5/+16
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-012-12/+15
* error instead of echo when testament category is empty; fix realtimeGC (#16162)Timothee Cour2020-12-011-1/+3
* disable testing of `argparse` package until it is fixednarimiran2020-11-301-1/+1
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-292-2/+2
* testament: error instead of silently overwrite a spec (#16166)Timothee Cour2020-11-292-8/+15
* fix #14242 `testament r tests/js/foo` now works; testament now honors --targe...Timothee Cour2020-11-283-16/+20
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-283-15/+23
* Add package manu to tested packages (#16121)Antonis Geralis2020-11-281-1/+2
* add gram to important packages (#16037)Bad Dog2020-11-221-0/+1
* targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)Timothee Cour2020-11-141-1/+1
* Correct all eggs (#15906)Miran2020-11-101-2/+2
* fix `norm` package testing commandnarimiran2020-11-101-1/+1
* Nimgrep improvements 2 (#15612)Andrey Makarov2020-11-091-0/+3
* add tests for Testament "reject" action (#15709)n5m2020-10-271-0/+7
* add criterion to important packages (#15604)Andy Davidoff2020-10-261-0/+1
* Revert "workaround https://github.com/citycide/glob/issues/49 glob broken (#1...Bo Lingen2020-10-261-1/+1
* Try to fix CI failures (#15701)Clyybber2020-10-242-130/+120
* expect valgrind test failure on memory leak (#15669)n5m2020-10-221-0/+17
* workaround https://github.com/citycide/glob/issues/49 glob broken (#15647)Timothee Cour2020-10-191-1/+1
* fix #15631 (#15632)n5m2020-10-192-7/+14
* make testing for prologue more stable (#15491)flywind2020-10-051-1/+1
'#n554'>554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 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