summary refs log tree commit diff stats
path: root/tests/untestable
Commit message (Expand)AuthorAgeFilesLines
* build the documentation of official packages (#20986)ringabout2022-12-061-331/+0
* Fix several memory leaks in the Postgres wrapper. (#20940)jfilby2022-11-271-5/+9
* fixes broken ssl tests (#20181)ringabout2022-08-091-2/+2
* [backport] fix broken SSL tests (#19684)Miran2022-04-061-6/+5
* try to fix broken ssl test (#18991)Miran2021-10-141-1/+1
* [nim-gdb] Fixed enums and flag output [ci skip] (#17634)Saem Ghani2021-04-052-3/+36
* refs #16338 make thttpclient_ssl_remotenetwork.nim less flaky (#17457)Timothee Cour2021-03-231-3/+14
* disable most flaky test in CI (refs #16338) (#17113)Timothee Cour2021-03-101-17/+16
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-023-232/+230
* nim-gdb.py fixes mostly for nimsuggest debugging (#16479)Saem Ghani2020-12-302-20/+63
* Deprecate and/or remove ospaths (#14767)Juan Carlos2020-06-232-2/+2
* untestable/thttpclient_ssl: some tests are no longer brokenLeorize2020-06-061-6/+6
* untestable/thttpclient_ssl: move incomplete-chain to dubious_brokenLeorize2020-06-061-1/+1
* untestable/thttpclient_ssl: fix macosLeorize2020-06-061-0/+1
* untestable/thttpclient_ssl: fix 10000-sans testLeorize2020-06-061-1/+3
* untestable/thttpclient_ssl: catch errors caused by the bad catergoryLeorize2020-06-061-1/+1
* fix nim CI; fix local testament (#14102)Timothee Cour2020-04-241-2/+3
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-203-0/+317
* fix #12426 (#12462)Arne Döring2019-10-201-0/+3
* Refactor json macro (#12391)Arne Döring2019-10-171-1/+1
* Detect local "primary" IP addressFederico Ceratto2019-03-172-0/+24
* lots of small changesArne Döring2018-12-111-1/+1
* file mode bullshitAraq2018-08-051-0/+0
* Gdb pretty printers (#8263)Arne Döring2018-07-164-0/+104
* Add OpenSSL 1.1.0 support #5000Federico Ceratto2017-12-281-0/+36
* Add comments on "untestable" tests directoryFederico Ceratto2017-11-031-2/+9
* Fixes #6571 (#6578)Thomas Johnson2017-10-241-1/+18
* Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-021-0/+2
* Column details for postgres. (#5380)ionel anton2017-02-131-0/+229
* More postgres test code. Added getValue for PreparedStmts.Dominik Picheta2016-01-181-1/+68
* Fixed issue 3513: wrong setupQuery realizationAnatoly Galiulin2015-11-061-1/+3
* Add missing untestable test.Dominik Picheta2015-11-011-0/+13
1:44:14 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2016-12-26 11:44:14 -0800 3710' href='/akkartik/mu/commit/html/021check_instruction.cc.html?h=main&id=204dae921abff0c70e017215bb3c91fa6ca11aff'>204dae92 ^
e4ac3c9e ^
204dae92 ^

201458e3 ^
e4ac3c9e ^
204dae92 ^
e4ac3c9e ^

805d58c6 ^


5fe060d5 ^
805d58c6 ^
e4ac3c9e ^
805d58c6 ^



e4ac3c9e ^
805d58c6 ^











204dae92 ^




201458e3 ^
3c31b721 ^
204dae92 ^
3c31b721 ^
204dae92 ^


201458e3 ^
204dae92 ^

201458e3 ^
204dae92 ^


201458e3 ^
204dae92 ^

201458e3 ^
204dae92 ^


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






204dae92 ^
5fe060d5 ^







































e4ac3c9e ^
5fe060d5 ^




























1fb0cf9e ^

5fe060d5 ^












e4ac3c9e ^
5fe060d5 ^





e4ac3c9e ^

5fe060d5 ^
















104e521c ^
5fe060d5 ^

e4ac3c9e ^
5fe060d5 ^






e4ac3c9e ^
5fe060d5 ^














e4ac3c9e ^
5fe060d5 ^









e4ac3c9e ^
5fe060d5 ^
76755b28 ^


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