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