summary refs log tree commit diff stats
path: root/testament
Commit message (Expand)AuthorAgeFilesLines
* azure: disable failing testsLeorize2019-10-031-1/+1
* testament: add azure integrationLeorize2019-10-034-10/+122
* test more packagesnarimiran2019-10-021-3/+13
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* 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-173-1/+19
* make tests green againAndreas Rumpf2019-09-131-1/+1
* Fixed c filenames mangling (#12161)Yuriy Glukhov2019-09-111-1/+1
* add tensordsl test (#12166)Arne Döring2019-09-112-0/+2
* fix testsTimothee Cour2019-09-061-2/+1
* fix commands for testing packagesnarimiran2019-09-041-3/+3
* disable IC and the SQLite dependency for version 1Andreas Rumpf2019-09-031-1/+2
* make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-303-4/+26
* enable testing of more packagesnarimiran2019-08-301-2/+3
* disable testing of 'norm' packagenarimiran2019-08-271-1/+1
* new gensym handling (#11985)Andreas Rumpf2019-08-231-4/+4
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-085-192/+172
* [other] test more packages (#11687)Miran2019-07-081-1/+2
* Revert "makes travis OSX green again"narimiran2019-06-191-2/+1
* makes travis OSX green againAraq2019-06-191-1/+2
* [other] test 6 more nimble packages (#11464)Miran2019-06-112-9/+11
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-1/+2
* better documentation for the new `shr`narimiran2019-06-041-2/+2
* disable 3 packages until they merge their pending PRs which fix failuresnarimiran2019-06-031-3/+3
* fixes excessive newlines in testament's output (#11351)Andreas Rumpf2019-05-291-12/+18
* disable parsetoml package until it's fixed upstreamAraq2019-05-271-1/+1
* fixes #10299 (#11324)Andreas Rumpf2019-05-251-1/+1
* Testament print failed command (#11219)Arne Döring2019-05-102-11/+23
* testament: apply skip to hard-coded categories (#11168)Jacek Sieka2019-05-083-29/+56
* Append all output on failed test. (#11156)Arne Döring2019-05-022-42/+25
* Initialized collections (#11094)Miran2019-04-291-0/+2
* tester: add test skipping capability (#11080)Jacek Sieka2019-04-232-4/+29
* remove the restriction that module names need to be unique per Nimble… (#11...Andreas Rumpf2019-04-201-1/+1
* disable testing of nimly packagenarimiran2019-04-151-1/+1
* make nimble packages testing more robust (#10984)Miran2019-04-092-44/+79
* proper fixnarimiran2019-03-261-1/+1
* fix nim-chronicles test: there is a new dependencynarimiran2019-03-261-1/+1
* disable testing of nim-chronicles until is fixednarimiran2019-03-261-1/+1
* testament: catch failing nimble tests (#10832)Miran2019-03-132-52/+42
* better nimpy testnarimiran2019-03-061-1/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-262-46/+57
* fix nimble package testsnarimiran2019-02-221-3/+2
* add more nimble packages to the test (#10707)Miran2019-02-192-2/+11
* add more nimble packages for testing (#10671)Miran2019-02-152-43/+75
* 32 bit fixes (#10608)Arne Döring2019-02-121-0/+3
* new AppVeyor configuration that should test the compiler against sele… (#10...Andreas Rumpf2019-02-091-2/+2
* koch and testament improvement; make testing command easier to get rightAndreas Rumpf2019-02-082-2/+6
* testament: use bin/nim.exe as the defaultAraq2019-02-071-1/+1
* testament: test nimble packages is beginning to workAraq2019-02-043-32/+36
* testament: revive ability to test specific important Nimble packagesAraq2019-02-022-32/+68
oc pages' href='/akspecs/ranger/commit/doc/test.tc_history.html?h=v1.0.4&id=f07bb12fc5c59430e995a64956b36331ce3629b9'>f07bb12f ^
f07bb12f ^

34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^





f07bb12f ^






34a60763 ^

f07bb12f ^
34a60763 ^

f07bb12f ^












34a60763 ^
f07bb12f ^


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