summary refs log tree commit diff stats
path: root/testament/testament.nim
Commit message (Expand)AuthorAgeFilesLines
...
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-5/+7
* normalizeExe (#14668)Timothee Cour2020-06-151-8/+3
* testament: don't rely on Nim source structure [backport:1.2] (#14077)alaviss2020-04-231-1/+1
* faster CIs (#13803)Miran2020-03-301-2/+2
* allow category nimble-packages to test a single package (#13576)Arne Döring2020-03-181-1/+0
* testament: this now works: "testament r /abspath/to/test.nim" (#13358)Timothee Cour2020-02-091-2/+4
* testament: introduce 'matrix' for testing multiple options (#13343)Miran2020-02-071-18/+25
* testament/azure: major rewrite (#13246)alaviss2020-01-251-10/+6
* make SuccessX show project file + output file (#13043)Timothee Cour2020-01-081-3/+7
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-1/+1
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-281-7/+7
* test suite: rename tests containing 'fail' for easier search in logsAraq2019-11-261-1/+1
* attempt to add valgrind support to the CIs and testament (#12646)Andreas Rumpf2019-11-181-7/+11
* testament: add azure integrationLeorize2019-10-031-10/+23
* Locks modules should give a compile error when threads are not enabled. (#12231)Ray Imber2019-09-261-0/+4
* added a testcase for #12195; testament now supports a 'timeout' spec fieldAraq2019-09-171-1/+4
* make tests green againAndreas Rumpf2019-09-131-1/+1
* Fixed c filenames mangling (#12161)Yuriy Glukhov2019-09-111-1/+1
* fix testsTimothee Cour2019-09-061-2/+1
* make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-301-0/+733
>^
a6f90d4cd ^

5641be51c ^
a6f90d4cd ^
39049e151 ^
d2b45dbe8 ^
d2b45dbe8 ^
15dd3a225 ^
a64d4dc35 ^
8cccaebc2 ^
a64d4dc35 ^
5641be51c ^
a6f90d4cd ^
2781fea9e ^
b731e6ef1 ^

5641be51c ^
739b4f214 ^

3ce400bb0 ^


39049e151 ^
739b4f214 ^
a6f90d4cd ^

caf787800 ^

a6f90d4cd ^


a64d4dc35 ^
a6f90d4cd ^

e84834db7 ^


92b8fac94 ^
39049e151 ^
5641be51c ^
a6f90d4cd ^




b731e6ef1 ^
a6f90d4cd ^
b731e6ef1 ^
dce8d3d1a ^
538b06a12 ^
fe983b130 ^
15909c7be ^
a6f90d4cd ^



594674797 ^

a6f90d4cd ^
594674797 ^
a6f90d4cd ^
b01d9b618 ^
a64f03230 ^
a6f90d4cd ^



39049e151 ^
92b8fac94 ^
39049e151 ^
cf06131de ^
39049e151 ^
a6f90d4cd ^

39049e151 ^
046d829e5 ^
39049e151 ^
4841b6390 ^
a6f90d4cd ^
538b06a12 ^
39049e151 ^
20d56875d ^


39049e151 ^
20d56875d ^

a6f90d4cd ^
4841b6390 ^



5641be51c ^
a6f90d4cd ^




d2b45dbe8 ^
a6f90d4cd ^
739b4f214 ^
a6f90d4cd ^
5324c9ebb ^
f9bd8cc98 ^
86bf97a73 ^


f9bd8cc98 ^

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