summary refs log tree commit diff stats
path: root/tests/gc/gcleak4.nim
Commit message (Expand)AuthorAgeFilesLines
* faster CIs (#13803)Miran2020-03-301-1/+1
* fixes a flaky test for the realtime GCAraq2019-11-281-3/+0
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-4/+4
* Remove ENDB (#12095)Clyybber2019-08-311-2/+0
* Fix gc tests for BoehmGC (#7094)Sergey Avseyev2018-01-181-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
* cleaned up GC tests; fixes object variant re-assign bugAraq2015-02-101-1/+3
* bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-1/+1
* thread var emulation should work againAraq2012-06-251-3/+10
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-0/+42
b1a52b26bc86'>^
3102ac3 ^
7f03327 ^





76a9181 ^
7f03327 ^


76a9181 ^
7f03327 ^

























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