summary refs log tree commit diff stats
path: root/testament
Commit message (Expand)AuthorAgeFilesLines
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-272-0/+5
* defaults to ORC (#19972)ringabout2022-09-232-12/+12
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-032-6/+9
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-012-83/+133
* remove some deprecated pre-1.0 stdlib modules (#20202)metagn2022-08-231-1/+0
* testament: use full test name in skips [backport] (#19937)Jacek Sieka2022-07-161-7/+13
* default threads on (#19368)flywind2022-07-061-5/+5
* Fix default testament target in docs and cli help (#19796)quantimnot2022-05-231-1/+1
* testament: include extra options in test name (#19801)Jacek Sieka2022-05-192-47/+44
* disable polypbren (#19787)flywind2022-05-131-2/+2
* switch to mainline bigints (#19756)flywind2022-05-031-1/+1
* remove useless compilation condition (#19690)flywind2022-04-071-1/+1
* disable nimlsp (#19499)flywind2022-02-071-1/+1
* change run command for numericalnim (#19448)Hugo Granström2022-01-251-1/+1
* enable weave (#19363) [backport:1.6]flywind2022-01-201-1/+1
* disable fragments (#19341)flywind2022-01-081-1/+1
* enable multiple packages (arraymancer, fidget ...) (#19311)flywind2022-01-031-3/+3
* remove `std/sharedstrings` (#19228)flywind2021-12-091-1/+0
* re-enable chronos testing once again [backport:1.2] (#19222)Andreas Rumpf2021-12-071-1/+1
* Testament now checks OS, CPU, endianess, bitsizes 8-64 in discard statements ...quantimnot2021-11-191-20/+50
* Update dependency (#19151)OxFred2021-11-171-1/+1
* Use testament to check Norm test pass (#19018)Constantine Molchanov2021-11-032-2/+2
* disable testing of `fidget`, to make CIs greennarimiran2021-10-111-1/+1
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-2/+5
* activate winim (#18907)flywind2021-09-271-1/+1
* active some packages (#18825)flywind2021-09-091-4/+4
* fixes #12642 (#18811)Andreas Rumpf2021-09-062-5/+6
* add weave to important packages (#17665)flywind2021-09-051-0/+1
* testament --megatest:off now makes tests non-joinable so that they all run (#...Timothee Cour2021-09-032-2/+2
* improve several tests in testament (#18635)Timothee Cour2021-08-081-1/+1
* fixes #18543 (#18601)Andreas Rumpf2021-07-271-0/+1
* more important packages (#18472)flywind2021-07-101-0/+6
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-0/+1
* Revert "disable pkg manu (#18292)" (#18307)Antonis Geralis2021-06-201-1/+1
* testutils.assertAll: show correct location on assert failure (#18299)Timothee Cour2021-06-191-2/+4
* disable pkg manu (#18292)Timothee Cour2021-06-171-1/+1
* increase backoffDuration to avoid timeouts (#18281)Timothee Cour2021-06-161-1/+1
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-2/+1
* use more meaningful name than "workaround14447" (#18237)Miran2021-06-111-1/+1
* fix #16256: nimout: <empty> should give error (vacuously true); improve a few...Timothee Cour2021-05-311-0/+5
* testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087)Timothee Cour2021-05-262-80/+5
* 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