summary refs log tree commit diff stats
path: root/tests/dll
Commit message (Collapse)AuthorAgeFilesLines
* activated more tests, allow input in test specArne Döring2018-11-231-7/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-8/+8
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Rename *.nimrod.cfg to *.nim.cfgdef2015-02-032-0/+0
|
* further adaptationsAraq2014-08-292-2/+2
|
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-162-2/+2
|
* DLLs should work again; fixes #169Araq2012-07-243-0/+10
|
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-073-5/+68
|
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵dom962011-11-041-0/+5
test suite.
='oid'>d68181246 ^
e25474154 ^
d68181246 ^
b7116a28e ^
e25474154 ^
d68181246 ^
91d842e1e ^
b7116a28e ^
91d842e1e ^

e25474154 ^
91d842e1e ^
10bd488da ^
e25474154 ^


0d56dd467 ^

773d17cd1 ^
e25474154 ^
91d842e1e ^
36c67455d ^
d68181246 ^
0d56dd467 ^
d68181246 ^
773d17cd1 ^
e25474154 ^
91d842e1e ^
36c67455d ^
d68181246 ^
0d56dd467 ^
d68181246 ^

7e0540ed8 ^
e25474154 ^
d68181246 ^
e25474154 ^
d68181246 ^

7e0540ed8 ^
d10973adb ^
7e0540ed8 ^
e25474154 ^

b7116a28e ^

2a7fc84c8 ^
92b8fac94 ^
d68181246 ^
a489161b1 ^
92b8fac94 ^
2df9b442c ^
d7a472743 ^
a489161b1 ^
92b8fac94 ^
e25474154 ^
d7a472743 ^
7e0540ed8 ^
e25474154 ^
7e0540ed8 ^
d10973adb ^
b7116a28e ^
36c67455d ^
10bd488da ^
92b8fac94 ^
e25474154 ^
d68181246 ^

773d17cd1 ^
e25474154 ^


0d56dd467 ^
d68181246 ^
773d17cd1 ^
e25474154 ^
0d56dd467 ^
e25474154 ^
0d56dd467 ^
d68181246 ^
e25474154 ^
d68181246 ^
e25474154 ^
d68181246 ^
0d56dd467 ^
d68181246 ^


0d56dd467 ^
d10973adb ^
e25474154 ^
d68181246 ^
0d56dd467 ^
e25474154 ^
d68181246 ^
0d56dd467 ^
d68181246 ^
0d56dd467 ^
d68181246 ^
0d56dd467 ^
d68181246 ^
5526252fa ^
0d56dd467 ^

328e7a100 ^
0d56dd467 ^
e25474154 ^
d68181246 ^

5526252fa ^
e25474154 ^
d68181246 ^
773d17cd1 ^
2df9b442c ^

e25474154 ^
2df9b442c ^
e25474154 ^
2df9b442c ^
e25474154 ^
2df9b442c ^
e25474154 ^
d68181246 ^
33b69f0ed ^
b7116a28e ^
5526252fa ^
d10973adb ^
e25474154 ^
bf6c2c5cc ^
b7116a28e ^
5526252fa ^
92b8fac94 ^

e25474154 ^
b7116a28e ^

91d842e1e ^
b7116a28e ^
d68181246 ^
773d17cd1 ^
36c67455d ^
773d17cd1 ^
b7116a28e ^
773d17cd1 ^


bf6c2c5cc ^
773d17cd1 ^
0d56dd467 ^
773d17cd1 ^
b7116a28e ^
773d17cd1 ^

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