diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-05-08 08:13:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 17:13:47 +0200 |
commit | 4e0f38fbb12c8b7faf56bb71846f0b4178ed6470 (patch) | |
tree | 8169dff0f9c84a5b2b12494af3971e2d08f5e968 /testament/tests/shouldfail/toutput.nim | |
parent | eba1c3fd24ba7b76af4ef75e5003fd344ea7c6ca (diff) | |
download | Nim-4e0f38fbb12c8b7faf56bb71846f0b4178ed6470.tar.gz |
testament :show duration also for failed tests; improve `tshould_not_work`; 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
Diffstat (limited to 'testament/tests/shouldfail/toutput.nim')
-rw-r--r-- | testament/tests/shouldfail/toutput.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testament/tests/shouldfail/toutput.nim b/testament/tests/shouldfail/toutput.nim index 0fa4d7278..eaf9e8652 100644 --- a/testament/tests/shouldfail/toutput.nim +++ b/testament/tests/shouldfail/toutput.nim @@ -1,5 +1,4 @@ discard """ - targets: "c" output: ''' done ''' |