summary refs log tree commit diff stats
path: root/tests/testament
Commit message (Expand)AuthorAgeFilesLines
* lots of testament bug fixes and improvements: (#10044)Timothee Cour2018-12-201-11/+11
* tshouldfail is stricterArne Döring2018-12-111-0/+14
* allow to disable backend loggingArne Döring2018-12-111-1/+1
* Tester tests (#9787)Arne Döring2018-11-271-0/+17
* Testament pre parallel (#9137)Jacek Sieka2018-10-128-1979/+0
* compiler: show name of instantiating context in error traces (#6763) (#9207)xzfc2018-10-111-1/+4
* Fix ioTests category after renameSergey Avseyev2018-09-291-1/+1
* testament: quote categories too because of 'dir with space' testAraq2018-09-261-2/+2
* disable Nimble dependencies for appveyorAraq2018-09-141-1/+1
* HTML generation in testament works again (#8702)LemonBoy2018-08-211-2/+2
* Merge branch 'araq-misc' into develAraq2018-08-162-3/+7
|\
| * Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-161-3/+7
| |\
| * \ Merge branch 'devel' into araq-miscAraq2018-08-132-1/+5
| |\ \
| * | | make NimInAction tests greenAraq2018-08-131-0/+2
| * | | testament: change how JS tests are disable for travis on OSXAndreas Rumpf2018-08-132-3/+5
* | | | tester.nim add more diagnostics (#8631)Timothee Cour2018-08-161-1/+3
| |_|/ |/| |
* | | Haiku support for Nim (#8542)alaviss2018-08-141-3/+7
| |/ |/|
* | Clarify usage of "Test" argument in Koch (#8613)Naveen Arunachalam2018-08-121-1/+1
* | Preliminary check for test category folder existence (#8579)LemonBoy2018-08-101-0/+4
|/
* travis/testament: disable JS tests on OSXAndreas Rumpf2018-08-061-2/+4
* make 'flags' test green on OSXAndreas Rumpf2018-08-061-1/+1
* Testament should run tests with no action (#8232)genotrance2018-07-081-0/+2
* make tests green againAndreas Rumpf2018-07-051-0/+1
* Merge pull request #7771 from nim-lang/nim-in-action-fixesAndreas Rumpf2018-06-191-1/+37
|\
| * Workaround VM bug in strutilsDominik Picheta2018-06-171-2/+2
| * Adds smaller code samples from Chapters 1-3 to the tester.Dominik Picheta2018-06-171-1/+37
* | testament: minor code formating changeAndreas Rumpf2018-06-171-1/+1
|/
* Support multi byte characters in module names (#7916)Oscar Nihlgård2018-05-311-1/+1
* make the tester compile without warningsAndreas Rumpf2018-05-061-4/+4
* Fixes #802, #803 and #3775 - genscript issues (#7677)genotrance2018-04-254-10/+47
* unittest: default no color if stdout is not a tty (#7424)Xiao-Yong2018-04-121-1/+1
* fixes #7236Andreas Rumpf2018-02-261-2/+3
* disable symbol file tests for the old symbol file implementationAraq2018-02-191-2/+3
* Fix longgc category tests (#7095)Sergey Avseyev2018-01-221-2/+2
* Merge pull request #7023 from yglukhov/unify-asyncDominik Picheta2018-01-171-1/+2
|\
| * Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-051-1/+2
* | travis: attempt to make tests green againAndreas Rumpf2018-01-161-1/+1
* | Include target in tester nimcache hash (#7053)Mathias Stearn2018-01-142-10/+12
* | Fix lists of paths in posix environment (#7034)Dennis Felsing2018-01-081-1/+1
|/
* Remove obsolete method analyzeAndConsolidateOutput (#6998)Sergey Avseyev2018-01-011-16/+1
* testament html generation improvements; merged #6667 manuallyAraq2017-12-212-256/+217
* testament: use splitWhitespace instead of splitAraq2017-12-211-2/+2
* Prep for tester parallel: private nimcache for each test (#6937)Mathias Stearn2017-12-182-31/+30
* Added test duration output (#6619)Dmitry Atamanov2017-12-151-1/+2
* Async upcoming (#6585)Dominik Picheta2017-11-221-1/+0
* pass nim path to subprocess testament (#6779)Jacek Sieka2017-11-191-1/+4
* fixes #6775Andreas Rumpf2017-11-181-0/+1
* use targets from test spec when running testament tests (#6687)Jacek Sieka2017-11-152-110/+112
* Appveyor thttpclient (#6744)Fredrik Høisæther Rasch2017-11-151-0/+3
* fixes a tester regressionAndreas Rumpf2017-11-061-3/+2
ocs' href='/akkartik/mu/commit/html/031address.cc.html?h=main&id=65361948ca7975553757a0e0df4ac7352413044c'>65361948 ^
672e3e50 ^
672e3e50 ^







65361948 ^



672e3e50 ^
c5ffb6e1 ^
672e3e50 ^







c5ffb6e1 ^
65361948 ^
672e3e50 ^




c5ffb6e1 ^
65361948 ^

672e3e50 ^






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