summary refs log tree commit diff stats
path: root/tests/testament
Commit message (Expand)AuthorAgeFilesLines
* fixes #2070Araq2015-02-101-1/+2
* Fix name of generated C file in testerdef2015-02-041-1/+1
* Disable rodfiles tests for nowdef2015-02-041-2/+3
* Add missing tester.nim.cfg.Dominik Picheta2015-01-281-0/+1
* Move lib/pure/nodejs to compiler/nodejs. Ref #2017.Dominik Picheta2015-01-281-1/+1
* Merge pull request #2017 from reactormonk/nodejs-binaryAndreas Rumpf2015-01-281-3/+4
|\
| * find the nodejs binarySimon Hafner2015-01-271-3/+4
* | Merge pull request #1995 from def-/fix-idetoolsAndreas Rumpf2015-01-271-6/+9
|\ \
| * | Make caasdriver compiledef2015-01-201-6/+9
| |/
* / proper 'space in dir' testAraq2015-01-271-1/+1
|/
* Happy new year!Guillaume Gelin2015-01-065-5/+5
* fixes #1796Araq2015-01-051-4/+9
* fixes #1638Araq2014-12-171-2/+2
* Fixes tester.Dominik Picheta2014-09-101-1/+1
* further adaptationsAraq2014-08-293-4/+4
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-294-14/+14
* koch now uses nim.exeAraq2014-08-292-3/+3
* tester compiles againAraq2014-08-293-20/+20
* updated the testerAraq2014-08-291-2/+2
* some minor fixesAraq2014-08-141-1/+1
* tester should work againAraq2014-07-161-4/+1
* Improve caasdriver output.Dominik Picheta2014-06-161-7/+11
* Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-162-4/+14
|\
| * tester works againAraq2014-05-301-3/+3
| * added 'sortoutput' option to make output deterministic for threading testsAraq2014-05-292-3/+13
* | Fixes #1263.Dominik Picheta2014-06-151-0/+4
* | Update categories.nimVarriount2014-06-141-19/+26
|/
* fixed paths because caasdriver is now in testamentSimon Hafner2014-05-031-1/+1
* Tester now ignores deprecation warnings.Dominik Picheta2014-04-211-2/+2
* Removes tthreadanalysis3 from threadTests spec.Dominik Picheta2014-04-201-1/+1
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-162-8/+15
* Fixes incorrect nodejs detection in tester.Dominik Picheta2014-04-161-2/+1
* Modified tester output. Fixed JS tests.Dominik Picheta2014-04-162-16/+24
* tester outputs full test pathAraq2014-03-281-1/+2
* fix the handling of "msg" testsZahary Karadjov2014-03-202-2/+6
* make some tests red :) (i.e. print failure details while running the tester)Zahary Karadjov2014-03-161-3/+8
* make some tests greenZahary Karadjov2014-03-161-1/+2
* Removed debug codeClay Sweetser2014-03-081-1/+0
* Tester now outputs all the test results of the current test run to json.Clay Sweetser2014-03-071-0/+19
* Changed behavior when babel cannot be found/runVarriount2014-03-041-2/+4
* Fix categories.nimVarriount2014-03-031-1/+1
* Allowed specification of what babel packages to install via new categories - ...Clay Sweetser2014-03-031-8/+23
* Removed babel package tests from those run when 'all' is specified.Clay Sweetser2014-03-031-1/+1
* Integrated 'babel' with testamentClay Sweetser2014-03-022-1/+71
* the tester now produces a diff in the JSONAraq2014-02-131-9/+35
* tester compiles againAraq2014-02-071-1/+1
* bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-0/+5
* new tester produces json outputAraq2014-02-023-20/+26
* better testerAraq2014-01-173-28/+36
* better html generator for the tester; fixes some VM bugsAraq2014-01-174-18/+45
49db7bfcdee82f46aadf95a324e015'>^
196c0dd5d ^
db4f617af ^
196c0dd5d ^
db4f617af ^
42e6130b2 ^


81a917390 ^
42e6130b2 ^

81a917390 ^
42e6130b2 ^

81a917390 ^
42e6130b2 ^


4d4b3b1c0 ^
142e849b9 ^







































































db4f617af ^
cdf03b06b ^





2b2128514 ^


053309e60 ^

db4f617af ^








053309e60 ^
db4f617af ^




74498d616 ^
db4f617af ^

db4f617af ^
03724c295 ^
db4f617af ^



196c0dd5d ^
db4f617af ^
196c0dd5d ^
db4f617af ^
196c0dd5d ^
db4f617af ^
99bcc233c ^


4d4b3b1c0 ^
ff02ce2d5 ^
db4f617af ^
4d4b3b1c0 ^
99bcc233c ^
4d4b3b1c0 ^
8d19a93f1 ^

65fdd641a ^

ab6f79340 ^


5d119f61d ^

083d4f470 ^
65fdd641a ^
db4f617af ^


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