summary refs log tree commit diff stats
path: root/tests/async
Commit message (Expand)AuthorAgeFilesLines
* Fix #13889 with testcase (#13896) [backport]Clyybber2020-04-061-0/+27
* faster CIs (#13803)Miran2020-03-309-34/+21
* fix deprecations and other warnings (#13748)Miran2020-03-257-17/+16
* fix #12919 tasyncclosestall flaky: Address already in use (#12934)Timothee Cour2019-12-191-1/+3
* increase the timeout for 'tasyncclosestall' (#12744)Miran2019-11-261-1/+1
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-2/+2
* proof that refcounting can handle Nim's async (#12533)Andreas Rumpf2019-10-281-0/+73
* Merge branch 'devel' into IOSelector_unregister_fixDominik Picheta2019-10-221-0/+10
|\
| * Fixed yield in nkCheckedFieldExpr (#12429) [backport]Yuriy Glukhov2019-10-151-0/+10
* | lowered the number of events in the test because some CI's have an extremely ...Ray Imber2019-10-071-2/+2
* | Test + fix for epoll and kqueue selector modules to properly unregisterRay Imber2019-10-061-0/+23
|/
* azure: disable failing testsLeorize2019-10-031-0/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Fix issue with long wait for passed timer [bugfix] (#12221)PMunch2019-09-221-0/+52
* asyndispatch: removed deprecated setEvent procAraq2019-09-212-7/+7
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-2/+7
* make async tests green againAndreas Rumpf2019-07-111-5/+5
* make tests green againAraq2019-07-101-5/+5
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-062-2/+2
* [bugfix] Fixes async IO operations stalling even after socket is closed. (#11...Dominik Picheta2019-06-121-0/+99
* better docs: osproc (#10708)Miran2019-02-191-1/+1
* Provide access to getsockname()/getpeername()Federico Ceratto2019-02-171-0/+4
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-221-6/+8
* Remove long deprecated stuff (#10332)Miran2019-01-181-1/+1
* Fix defer not not-working at top level (#10191)Neelesh Chandola2019-01-071-2/+1
* C++: make async tests green on WindowsAraq2018-12-211-0/+1
* lots of small changesArne Döring2018-12-113-3/+3
* megatest can be executedArne Döring2018-12-111-2/+1
* require errormsg to be specified before file.Arne Döring2018-12-1119-39/+13
* updated tests to be executedArne Döring2018-11-232-1/+6
* make run the default action of a test in testerArne Döring2018-11-232-3/+5
* Disable tasyncssl on Windows to fix CIDominik Picheta2018-11-131-0/+1
* Merge pull request #9687 from narimiran/fix-7192Dominik Picheta2018-11-131-0/+14
|\
| * export `asyncdispatch.callSoon` (fixes #7192)narimiran2018-11-121-0/+14
* | complete future only once in `or` (fixes #8982) (#9632)Miran2018-11-091-0/+33
|/
* keep the order of the callbacksnarimiran2018-11-071-2/+3
* make some tests faster (#9413)Miran2018-10-171-1/+1
* Fix tests on NixOS (#9209) (#9285)xzfc2018-10-102-3/+3
* Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183)Dominik Picheta2018-10-091-0/+20
* asyncmacro: add nnkSym support for getName() (#9204)alaviss2018-10-091-0/+14
* Fix regression w/ templates defined in async procLemonBoy2018-10-031-0/+11
* remove test_async.txt after test to keep git status cleanTimothee Cour2018-09-291-0/+1
* Skip nested procedures in .async. macroLemonBoy2018-09-221-0/+29
* Convert *_family fields to cushortLemonBoy2018-09-193-9/+3
* make async test more reliableAraq2018-09-151-3/+5
* Process timers before and after `select`. Fixes flaky #7758 test. (#8750)Dominik Picheta2018-08-251-5/+6
* disables flaky test; fixes #8756Andreas Rumpf2018-08-241-0/+1
* Adds test case for #6846. (#8729)Dominik Picheta2018-08-231-0/+16
* Don't skip poll() when no handles are present. (#8727)Dominik Picheta2018-08-231-0/+17
* make more tests green; system.repr does not produce 'nil' for strings and seq...Araq2018-08-221-1/+1