summary refs log tree commit diff stats
path: root/testament
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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