summary refs log tree commit diff stats
path: root/testament/tests/shouldfail/tnimoutfull.nim
Commit message (Collapse)AuthorAgeFilesLines
* testament :show duration also for failed tests; improve `tshould_not_work`; ↵Timothee Cour2021-05-081-1/+0
| | | | | | | | | | | mitigate #17946 tchannels timeouts (#17947) * refs #17946; refactor testament test summary, show test duration for failures; increase timeout tchannels * revert workarounds from https://github.com/nim-lang/Nim/pull/16698 and add allowPrefixMatch optional param to greedyOrderedSubsetLines * add test * workaround for yet another testament bug
* testament: add `nimoutFull: bool` spec (#17867)Timothee Cour2021-04-271-0/+15
* testament: add `nimoutFull: bool` spec * PRTEMP * works * cleanup * add test for #12741 * PRTEMP failing test * remove unrelated changes * changelog