summary refs log tree commit diff stats
path: root/testament
Commit message (Expand)AuthorAgeFilesLines
* Fix default testament target in docs and cli help (#19796)quantimnot2022-05-231-1/+1
* testament: include extra options in test name (#19801)Jacek Sieka2022-05-192-47/+44
* disable polypbren (#19787)flywind2022-05-131-2/+2
* switch to mainline bigints (#19756)flywind2022-05-031-1/+1
* remove useless compilation condition (#19690)flywind2022-04-071-1/+1
* disable nimlsp (#19499)flywind2022-02-071-1/+1
* change run command for numericalnim (#19448)Hugo Granström2022-01-251-1/+1
* enable weave (#19363) [backport:1.6]flywind2022-01-201-1/+1
* disable fragments (#19341)flywind2022-01-081-1/+1
* enable multiple packages (arraymancer, fidget ...) (#19311)flywind2022-01-031-3/+3
* remove `std/sharedstrings` (#19228)flywind2021-12-091-1/+0
* re-enable chronos testing once again [backport:1.2] (#19222)Andreas Rumpf2021-12-071-1/+1
* Testament now checks OS, CPU, endianess, bitsizes 8-64 in discard statements ...quantimnot2021-11-191-20/+50
* Update dependency (#19151)OxFred2021-11-171-1/+1
* Use testament to check Norm test pass (#19018)Constantine Molchanov2021-11-032-2/+2
* disable testing of `fidget`, to make CIs greennarimiran2021-10-111-1/+1
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-2/+5
* activate winim (#18907)flywind2021-09-271-1/+1
* active some packages (#18825)flywind2021-09-091-4/+4
* fixes #12642 (#18811)Andreas Rumpf2021-09-062-5/+6
* add weave to important packages (#17665)flywind2021-09-051-0/+1
* testament --megatest:off now makes tests non-joinable so that they all run (#...Timothee Cour2021-09-032-2/+2
* improve several tests in testament (#18635)Timothee Cour2021-08-081-1/+1
* fixes #18543 (#18601)Andreas Rumpf2021-07-271-0/+1
* more important packages (#18472)flywind2021-07-101-0/+6
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-0/+1
* Revert "disable pkg manu (#18292)" (#18307)Antonis Geralis2021-06-201-1/+1
* testutils.assertAll: show correct location on assert failure (#18299)Timothee Cour2021-06-191-2/+4
* disable pkg manu (#18292)Timothee Cour2021-06-171-1/+1
* increase backoffDuration to avoid timeouts (#18281)Timothee Cour2021-06-161-1/+1
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-2/+1
* use more meaningful name than "workaround14447" (#18237)Miran2021-06-111-1/+1
* fix #16256: nimout: <empty> should give error (vacuously true); improve a few...Timothee Cour2021-05-311-0/+5
* testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087)Timothee Cour2021-05-262-80/+5
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-2/+2
* fix #18077 testament now parses `cmd` properly (#18086)Timothee Cour2021-05-262-16/+40
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-262-39/+0
* pkg/pixie: use latest (#18069)Timothee Cour2021-05-231-1/+1
* fixes #17943 (#18045)Andreas Rumpf2021-05-192-16/+21
* disable pkg/fidget refs https://github.com/treeform/fidget/issues/155 (#18043)Timothee Cour2021-05-181-1/+1
* Fix running testament c nimble-packages without batch arg (#18023)Clyybber2021-05-171-3/+4
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-1/+1
* make testament `isSuccess` more robust and allow tests with `--hints:off` to ...Timothee Cour2021-05-112-7/+30
* fix #17960: honor `matrix` also for `action: compile, action: reject` (#17980)Timothee Cour2021-05-091-6/+7
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-0817-19/+12
* fix `tsortoutput` (it was failing for the wrong reasons, irrespective of `sor...Timothee Cour2021-05-071-3/+3
* fix #17952: fix both false positives and false negatives for reInvalidSpec (#...Timothee Cour2021-05-082-12/+29
* re-enable nimquery (#17936)Timothee Cour2021-05-041-1/+1
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-302-3/+4
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-1/+2
d326aca1a17dec2f6d019'>8aeb85f0 ^
999c529c ^




60338448 ^









8aeb85f0 ^















d1c9392a ^



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