summary refs log tree commit diff stats
path: root/testament
Commit message (Expand)AuthorAgeFilesLines
* docgen: mangling using _. instead of @@ to avoid issue (#14454)Timothee Cour2020-05-261-0/+9
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-252-20/+14
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-192-5/+38
* install gtk3 on osx for package testing (#14388)Miran2020-05-181-7/+0
* Speed up testing of some packages (#14358)Danil Yarantsev2020-05-151-6/+6
* fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding servic...Timothee Cour2020-05-133-0/+41
* diable nimx (CI failure) refs https://github.com/timotheecour/Nim/issues/167 ...Timothee Cour2020-05-101-1/+1
* Split testing important packages into two jobs (#14256)Miran2020-05-072-131/+152
* fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)Timothee Cour2020-05-061-1/+1
* Re-enabling INim (#14215)Tristram Oaten2020-05-041-1/+1
* test even more packagesnarimiran2020-04-301-1/+19
* add 14 more packages to 'important_packages' (#14141)Miran2020-04-281-2/+14
* fixes #14112, tests for #12892, #12671, #11697 (#14125)hlaaftana2020-04-261-0/+2
* fix nim CI; fix local testament (#14102)Timothee Cour2020-04-241-4/+5
* testament: don't try to test nimgrep if it's not there [backport:1.2] (#14085)alaviss2020-04-241-3/+4
* Fix #14091 and #14093 - test failures on NetBSD (#14096)Euan2020-04-241-0/+2
* testament: don't rely on Nim source structure [backport:1.2] (#14077)alaviss2020-04-231-1/+1
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-0/+2
* add timezones package to important_packages (#13987)Miran2020-04-151-0/+1
* Fix https://github.com/inim-repl/INim/issues/66 (#13984)Timothee Cour2020-04-151-1/+1
* enable important_pkg on OSX (#13954)Timothee Cour2020-04-141-1/+9
* Test packages on Linux (#13921)Miran2020-04-081-2/+1
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-312-7/+19
* Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814)Huy Doan2020-03-311-1/+1
* faster CIs (#13803)Miran2020-03-302-11/+3
* allow category nimble-packages to test a single package (#13576)Arne Döring2020-03-182-3/+4
* fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)Timothee Cour2020-03-171-1/+1
* disable nimgame2 for nowAraq2020-03-131-1/+1
* disable chronos testing for nowAraq2020-03-111-1/+2
* [ci skip] important_packages: change the order in commented out packages toonarimiran2020-03-041-6/+6
* important_packages: change the order of arguments in the template (#13577)Miran2020-03-032-55/+52
* fix broken nim CI, disable blscurve (#13555)Timothee Cour2020-03-021-1/+1
* add ggplotnim to important_packages (#13206)Miran2020-02-141-0/+1
* testament: this now works: "testament r /abspath/to/test.nim" (#13358)Timothee Cour2020-02-091-2/+4
* testament: introduce 'matrix' for testing multiple options (#13343)Miran2020-02-072-18/+29
* miscellaneous bug fixes (#13291)Timothee Cour2020-01-301-1/+1
* testament/azure: major rewrite (#13246)alaviss2020-01-252-77/+125
* compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)alaviss2020-01-201-0/+4
* fix tsizeof3 for aarch64 (#13169)Jasper Jenkins2020-01-161-0/+2
* make SuccessX show project file + output file (#13043)Timothee Cour2020-01-081-3/+7
* Modify the test command for nimly (nimble-package) (#13053)loloiccl2020-01-071-1/+1
* testament/important_packages dont run hts (#13052)Brent Pedersen2020-01-071-1/+1
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-173-4/+7
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-0/+2
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-284-13/+13
* test suite: rename tests containing 'fail' for easier search in logsAraq2019-11-261-1/+1
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-1/+7
* attempt to add valgrind support to the CIs and testament (#12646)Andreas Rumpf2019-11-182-7/+20
* a better way to test Arraymancernarimiran2019-11-131-2/+2
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-33/+37