summary refs log tree commit diff stats
path: root/tests/async
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Simplify async traceback processing.Dominik Picheta2017-12-281-29/+43
| |
* | No need to recurse now that mergeEntries doesn't do any pattern matching.Dominik Picheta2017-12-281-2/+2
| |
* | Show only detailed async tracebacks.Dominik Picheta2017-12-281-10/+17
| |
* | Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.Dominik Picheta2017-12-281-0/+1
| |
* | Go through the re-raise stacks for more detailed tracebacks.Dominik Picheta2017-12-281-3/+44
| |
* | Refine the async tracebacks.Dominik Picheta2017-12-281-5/+12
| |
* | Implement some simple pattern-based transformation for async tracebacks.Dominik Picheta2017-12-281-0/+46
|/
60d5 ^
e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^



e4ac3c9e ^
5fe060d5 ^

204dae92 ^
5fe060d5 ^
e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^















204dae92 ^
5fe060d5 ^
201458e3 ^
204dae92 ^
5fe060d5 ^
204dae92 ^

5fe060d5 ^
204dae92 ^
5fe060d5 ^
201458e3 ^
5fe060d5 ^




















e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^



e4ac3c9e ^
5fe060d5 ^

204dae92 ^
5fe060d5 ^
e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^















204dae92 ^
5fe060d5 ^
201458e3 ^
5fe060d5 ^
204dae92 ^


5fe060d5 ^
204dae92 ^
5fe060d5 ^
201458e3 ^
5fe060d5 ^




















e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^



e4ac3c9e ^
5fe060d5 ^

204dae92 ^
5fe060d5 ^
e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^















204dae92 ^
5fe060d5 ^
201458e3 ^
204dae92 ^
5fe060d5 ^
204dae92 ^



5fe060d5 ^
201458e3 ^
204dae92 ^
5fe060d5 ^
204dae92 ^

5fe060d5 ^
204dae92 ^
5fe060d5 ^
201458e3 ^
5fe060d5 ^




















e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^



e4ac3c9e ^
5fe060d5 ^

204dae92 ^
5fe060d5 ^
e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^















204dae92 ^
5fe060d5 ^
201458e3 ^
5fe060d5 ^
204dae92 ^




5fe060d5 ^
201458e3 ^
5fe060d5 ^
204dae92 ^


5fe060d5 ^
204dae92 ^
5fe060d5 ^
201458e3 ^
5fe060d5 ^




















e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^



e4ac3c9e ^
5fe060d5 ^

204dae92 ^
5fe060d5 ^
e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^



















e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^



e4ac3c9e ^
5fe060d5 ^

204dae92 ^
5fe060d5 ^
e4ac3c9e ^
5fe060d5 ^


e4ac3c9e ^
5fe060d5 ^















672e3e50 ^


a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563