summary refs log tree commit diff stats
path: root/tests/async/t7758.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #14685 tests/async/t7758.nim flaky (#14721)Timothee Cour2020-06-191-2/+7
* use check to investigate #14685 flaky tests/async/t7758.nim (#14689)Timothee Cour2020-06-161-2/+3
* faster CIs (#13803)Miran2020-03-301-1/+1
* require errormsg to be specified before file.Arne Döring2018-12-111-5/+1
* 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
* Don't skip poll() when no handles are present. (#8727)Dominik Picheta2018-08-231-0/+17
mitter Araq <rumpf_a@web.de> 2015-03-01 21:41:21 +0100 some love for the testsuite; fixed regressions' href='/ahoang/Nim/commit/tests/objects/tobjpragma.nim?h=devel&id=24ae0c387f4f95f5e61279dc3c78c117ca939eca'>24ae0c387 ^
e80465dac ^
1e45bb79a ^







e80465dac ^

1e45bb79a ^

e80465dac ^

1e45bb79a ^






















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