summary refs log tree commit diff stats
path: root/tests/stdlib/tchannels.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove channels (#18801)flywind2021-09-041-33/+0
| | | | | * remove channels * test
* refs #18011 disable some newly failing tests on cpp windows; refs #17946 ↵Timothee Cour2021-05-141-1/+1
| | | | increase timeout for tchannels (#18012)
* testament :show duration also for failed tests; improve `tshould_not_work`; ↵Timothee Cour2021-05-081-1/+1
| | | | | | | | | | | 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
* follow up #17391 add testcase (#17404)flywind2021-03-191-0/+33
* Revert "make system random work in VM" * fix #17380 * attempt to fix bug * fix * better * fix * a bit * fix the leaks * revert * fix * better * follow up #17391 * fix * Update tchannels.nim * Update tests/stdlib/tchannels.nim * Update tchannels.nim