summary refs log tree commit diff stats
path: root/tests/async/tasyncfilewrite.nim
Commit message (Collapse)AuthorAgeFilesLines
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵Timothee Cour2020-11-281-1/+2
| | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before
* Fix defer not not-working at top level (#10191)Neelesh Chandola2019-01-071-2/+1
|
* remove test_async.txt after test to keep git status cleanTimothee Cour2018-09-291-0/+1
|
* make async test more reliableAraq2018-09-151-3/+5
|
* Fixes #5532 win async write (#5791)Andreas Rumpf2017-05-141-0/+17
* nimgrab tool bugfix: don't divide by zero * fixes #5532 (asyncfile write on Windows) * add a comment about what has been tried instead