summary refs log tree commit diff stats
path: root/testament/tests
Commit message (Collapse)AuthorAgeFilesLines
* testament :show duration also for failed tests; improve `tshould_not_work`; ↵Timothee Cour2021-05-0815-15/+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
* fix `tsortoutput` (it was failing for the wrong reasons, irrespective of ↵Timothee Cour2021-05-071-3/+3
| | | | `sortoutput` (#17969)
* 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
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-0414-28/+42
| | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* remove deprecated specs (#16684)flywind2021-01-111-6/+0
|
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-291-1/+1
|
* add tests for Testament "reject" action (#15709)n5m2020-10-271-0/+7
| | | | | | | | | | | * add test for reject action * highlight that a compilation failure is expected * add the converse test for action=reject * add trailing newline * fix wording
* expect valgrind test failure on memory leak (#15669)n5m2020-10-221-0/+17
| | | | | * expect valgrind test failure on memory leak * alloc 1 instead of 0
* added a testcase for #12195; testament now supports a 'timeout' spec fieldAraq2019-09-171-0/+7
|
* tshouldfail is stricterArne Döring2018-12-114-4/+4
|
* Tester tests (#9787)Arne Döring2018-11-2712-0/+82
* remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated