summary refs log tree commit diff stats
path: root/tests/objects
Commit message (Collapse)AuthorAgeFilesLines
* fix test failure due to "illegal recursion" error messageAman Gupta2015-10-011-1/+1
| | | | | | | | | | FAIL: tillegal_recursion.nim Test "tests/objects/tillegal_recursion.nim" in category "objects" Failure: reMsgsDiffer Expected: illegal recursion in type 'object' Gotten: inheritance only works with non-final objects
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-17/+17
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #3038Araq2015-07-031-0/+28
|
* renamed writeln to writeLine in testspatrick dw2015-06-192-13/+13
|
* fixes #1658Araq2015-04-111-0/+15
|
* fixes #1691Araq2015-04-111-0/+7
|
* fixes #2509Araq2015-04-111-0/+19
|
* fixes #1791Araq2015-03-121-13/+13
|
* some love for the testsuite; fixed regressionsAraq2015-03-011-0/+3
|
* cleanup index generationAraq2015-02-101-0/+27
|
* fixes #837Araq2014-11-212-6/+34
|
* fixes #1053, fixes #924Araq2014-11-191-0/+55
|
* fixes #1274Araq2014-11-181-0/+16
|
* further adaptationsAraq2014-08-291-1/+1
|
* fixes #1275Araq2014-07-011-0/+12
|
* Added support for {.packed.} pragma on objectsAudun Wilhelmsen2014-03-181-0/+49
| | | | Added tests for packed and union pragmas
* next steps for closure iteratorsAraq2014-01-229-0/+280
|
* new tester; all tests categorizedAraq2014-01-131-0/+52
lass='oid'>92b8fac94 ^
3caf10842 ^





92b8fac94 ^
3caf10842 ^









92b8fac94 ^
3caf10842 ^











92b8fac94 ^



c768fea63 ^
92b8fac94 ^


c768fea63 ^
3caf10842 ^
92b8fac94 ^


baf89e3d6 ^
92b8fac94 ^

c768fea63 ^
92b8fac94 ^



2ca90a20a ^
92b8fac94 ^



2ca90a20a ^
92b8fac94 ^
2ca90a20a ^
92b8fac94 ^
2ca90a20a ^
92b8fac94 ^



64b048520 ^
92b8fac94 ^



7c757599f ^
92b8fac94 ^



c103eddc7 ^
92b8fac94 ^
c103eddc7 ^
92b8fac94 ^
c103eddc7 ^
43bddf62d ^
7c757599f ^









43bddf62d ^
c103eddc7 ^
92b8fac94 ^
c103eddc7 ^
493dbc893 ^

c103eddc7 ^
493dbc893 ^


7c757599f ^
493dbc893 ^



7c757599f ^




43bddf62d ^
92b8fac94 ^

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