summary refs log tree commit diff stats
path: root/tests/async
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | Workarounds #9689
* Merge pull request #9687 from narimiran/fix-7192Dominik Picheta2018-11-131-0/+14
|\ | | | | export `asyncdispatch.callSoon` (fixes #7192)
| * export `asyncdispatch.callSoon` (fixes #7192)narimiran2018-11-121-0/+14
| |
* | complete future only once in `or` (fixes #8982) (#9632)Miran2018-11-091-0/+33
|/ | | | | | | | | * complete future only once in `or` Analogous to `and`. Credits to @k0zmo for proposing the solution. * add test
* keep the order of the callbacksnarimiran2018-11-071-2/+3
|
* make some tests faster (#9413)Miran2018-10-171-1/+1
| | | | | | | | | | | | * remove duplicated slow test * smaller `convex hull` * smaller sleep * faster `trtree` * smaller sleep in `tfuturestream`
* Fix tests on NixOS (#9209) (#9285)xzfc2018-10-102-3/+3
| | | | | | | * 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.
* Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183)Dominik Picheta2018-10-091-0/+20
| | | | | | * Fixes #8994. FutureStream read procedure data loss no longer occurs. * Optimises the fix for #8994.
* asyncmacro: add nnkSym support for getName() (#9204)alaviss2018-10-091-0/+14
| | | Fixes #9201
* 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
| | | | Fixes #3075
* Convert *_family fields to cushortLemonBoy2018-09-193-9/+3
| | | | Fixes #9008
* 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
| | | | | | | | | | | Fixes #7886. Fixes #7758. Fixes #6929. Fixes #3909. Replaces #8209.
* make more tests green; system.repr does not produce 'nil' for strings and ↵Araq2018-08-221-1/+1
| | | | seqs anymore
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-132-4/+3
|
* disable tioselectors test for OSXAndreas Rumpf2018-08-061-1/+3
|
* Fixed #8399 (#8401)Yuriy Glukhov2018-07-223-34/+47
|
* make tests green againAndreas Rumpf2018-07-053-10/+10
|
* Removed oldIterTranf featureYuriy Glukhov2018-06-101-18/+0
|
* Fixes #7985Yuriy Glukhov2018-06-071-0/+19
|
* Fixed testsYuriy Glukhov2018-06-063-8/+24
|
* Review comments addressed. More thorough line info tracking.Yuriy Glukhov2018-05-101-2/+2
|
* Yield in tryYuriy Glukhov2018-05-091-1/+3
|
* Extended tasync_in_seq_constr testYuriy Glukhov2018-05-091-6/+14
|
* Closure iter transformationYuriy Glukhov2018-05-091-2/+1
|
* make tests greenAndreas Rumpf2018-05-051-6/+6
|
* make more tests greenAndreas Rumpf2018-04-301-2/+2
|
* Fix some usages of typedesc in async procsZahary Karadjov2018-04-131-6/+37
| | | | | This also fixes a compilation error in modules, based only on the new async module (i.e. not importing the full asyncdispatch)
* fixes #7347, asyncfile.getFileSize (#7354)andri lim2018-03-172-0/+12
| | | | | | * fixes #7347 * fixes #7347
* Fix AsyncFile open flags. Fixes #5531Ruslan Mustakov2018-02-171-2/+2
|
* Merge pull request #7023 from yglukhov/unify-asyncDominik Picheta2018-01-172-2/+30
|\ | | | | Unify async macro and futures for js and native targets
| * Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-052-2/+30
| |
* | Fix tasync_traceback test.Dominik Picheta2018-01-111-0/+1
| |
* | Use regex to match output of tasync_traceback.Dominik Picheta2018-01-111-60/+69
| |
* | Merge pull request #6962 from nim-lang/fixes/6100Dominik Picheta2018-01-102-1/+16
|\ \ | |/ |/| Fixes #6100.
| * Fixes #6100.Dominik Picheta2017-12-272-1/+16
| |