summary refs log tree commit diff stats
path: root/tests/coroutines
Commit message (Expand)AuthorAgeFilesLines
* fix #15628 (#16387)flywind2021-01-212-25/+36
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-144-4/+4
* Close#5586 (#14682)Dylan Modesitt2020-06-162-3/+0
* #12103 - CI for OpenBSD (#12105)Euan2020-04-212-0/+2
* intVal works now on enum field symbols (#11403)Arne Döring2019-06-051-0/+3
* disable flaky coroutines testAndreas Rumpf2019-02-131-0/+1
* fix coro testArne Döring2018-11-231-1/+1
* updated tests to be executedArne Döring2018-11-231-1/+2
* disable some tests for the C++ target; refs #7870Araq2018-11-154-0/+13
* attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-0/+1
* Fix waiting on coroutines (#5463)Rokas Kupstys2017-03-022-0/+20
* Proper use of sequences in coroutine testsRokas Kupstys2017-02-242-11/+8
* Removed test code from coro.nim and created three real tests for coroutinesRokas Kupstys2017-02-206-0/+68
/ahoang/Nim/blame/compiler/aliases.nim?h=devel&id=c6213c9774707b74662646dd0241e5b5e9c9313d'>^
d68181246 ^

2962ca789 ^





d68181246 ^
2962ca789 ^
d68181246 ^
2962ca789 ^





d68181246 ^

2962ca789 ^
d68181246 ^

2962ca789 ^

d68181246 ^
2962ca789 ^



d68181246 ^

2962ca789 ^
d68181246 ^
73c6efdf6 ^
2962ca789 ^
d68181246 ^
2962ca789 ^
92b8fac94 ^
2962ca789 ^










d68181246 ^
2962ca789 ^





d68181246 ^
2962ca789 ^









d68181246 ^
2962ca789 ^
d68181246 ^
2962ca789 ^





d68181246 ^
2962ca789 ^











d68181246 ^

2962ca789 ^

d68181246 ^
92b8fac94 ^
2962ca789 ^





d68181246 ^
2962ca789 ^











d68181246 ^
2962ca789 ^



73c6efdf6 ^
2962ca789 ^


d68181246 ^
2962ca789 ^
6b8bd2bbb ^
2962ca789 ^





d68181246 ^
2962ca789 ^
d68181246 ^
2962ca789 ^


d68181246 ^
2962ca789 ^


d68181246 ^
2962ca789 ^







d68181246 ^
2962ca789 ^



73c6efdf6 ^

2962ca789 ^
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