summary refs log tree commit diff stats
path: root/tests/async/tupcoming_async.nim
Commit message (Collapse)AuthorAgeFilesLines
* better docs: osproc (#10708)Miran2019-02-191-1/+1
| | | | | * better docs: osproc * fix a typo in the docs, deprecate "demon"
* Fix tests on NixOS (#9209) (#9285)xzfc2018-10-101-1/+1
| | | | | | | * Replace `/bin/sleep` with just `sleep`, i.e. use environment variable `$PATH` to locate binary. * Replace `/usr/share/zoneinfo` with `$TZDIR` when it is defined, fallback to hardcoded path otherwise. This is the same behavior that Glibc2 normally have, see man 3 tzset.
* Fix #5331 and #5332.cheatfate2017-02-041-0/+14
|
* Fixes for upcoming asyncdispatch and ioselectors. (#5309)Eugene Kabanov2017-02-011-13/+42
|
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-161-1/+0
| | | | | | | | | | | | * Fix #5128, #5184. Removed flush() procedure from ioselectors.nim Changed methods of work with application-driven data * Make cache switch for kqueue, update test for it. * Fix registerProcess bug returns wrong id. Fix tupcoming_async test to compile with upcoming again. Change socket() as unique identifier to dup(socket) as unique identifier.
* make nimforum compile againAraq2016-12-311-0/+1
|
* Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-071-44/+44
|
* Disable time error test.cheatfate2016-09-251-12/+1
|
* Increase error rate for upcoming timers test.Dominik Picheta2016-09-171-1/+1
|
* Fix windows issues.cheatfate2016-09-061-0/+125
Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test.