summary refs log tree commit diff stats
path: root/tests/testament
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #1638Araq2014-12-171-2/+2
* Fixes tester.Dominik Picheta2014-09-101-1/+1
* further adaptationsAraq2014-08-293-4/+4
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-294-14/+14
* koch now uses nim.exeAraq2014-08-292-3/+3
* tester compiles againAraq2014-08-293-20/+20
* updated the testerAraq2014-08-291-2/+2
* some minor fixesAraq2014-08-141-1/+1
* tester should work againAraq2014-07-161-4/+1
* Improve caasdriver output.Dominik Picheta2014-06-161-7/+11
* Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-162-4/+14
|\
| * tester works againAraq2014-05-301-3/+3
| * added 'sortoutput' option to make output deterministic for threading testsAraq2014-05-292-3/+13
* | Fixes #1263.Dominik Picheta2014-06-151-0/+4
* | Update categories.nimVarriount2014-06-141-19/+26
|/
* fixed paths because caasdriver is now in testamentSimon Hafner2014-05-031-1/+1
* Tester now ignores deprecation warnings.Dominik Picheta2014-04-211-2/+2
* Removes tthreadanalysis3 from threadTests spec.Dominik Picheta2014-04-201-1/+1
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-162-8/+15
* Fixes incorrect nodejs detection in tester.Dominik Picheta2014-04-161-2/+1
* Modified tester output. Fixed JS tests.Dominik Picheta2014-04-162-16/+24
* tester outputs full test pathAraq2014-03-281-1/+2
* fix the handling of "msg" testsZahary Karadjov2014-03-202-2/+6
* make some tests red :) (i.e. print failure details while running the tester)Zahary Karadjov2014-03-161-3/+8
* make some tests greenZahary Karadjov2014-03-161-1/+2
* Removed debug codeClay Sweetser2014-03-081-1/+0
* Tester now outputs all the test results of the current test run to json.Clay Sweetser2014-03-071-0/+19
* Changed behavior when babel cannot be found/runVarriount2014-03-041-2/+4
* Fix categories.nimVarriount2014-03-031-1/+1
* Allowed specification of what babel packages to install via new categories - ...Clay Sweetser2014-03-031-8/+23
* Removed babel package tests from those run when 'all' is specified.Clay Sweetser2014-03-031-1/+1
* Integrated 'babel' with testamentClay Sweetser2014-03-022-1/+71
* the tester now produces a diff in the JSONAraq2014-02-131-9/+35
* tester compiles againAraq2014-02-071-1/+1
* bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-0/+5
* new tester produces json outputAraq2014-02-023-20/+26
* better testerAraq2014-01-173-28/+36
* better html generator for the tester; fixes some VM bugsAraq2014-01-174-18/+45
* tester: htmlgen almost worksAraq2014-01-141-2/+14
* tester support html generationAraq2014-01-146-10/+575
* new tester; all tests categorizedAraq2014-01-134-0/+773
2 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 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 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