@@ -8,7 +8,6 @@ lib/nimrtl.nim c -d:nimDebugDlOpen --outdir:tests/dll
8
8
lib/pure/memfiles.nim c
9
9
tests/align/talign.nim c
10
10
tests/align/tillegalalign.nim c
11
- tests/arc/t14472.nim c
12
11
tests/arc/t16458.nim c --gc:orc --d:useNimRtl
13
12
tests/arc/t17812.nim c --gc:refc
14
13
tests/arc/t18977.nim c --mm:arc
@@ -48,6 +47,7 @@ tests/ccgbugs/t13062.nim c --mm:orc
48
47
tests/ccgbugs/t15428.nim c
49
48
tests/ccgbugs/t16027.nim c
50
49
tests/ccgbugs/t19445.nim c --nimcache:tests/ccgbugs/nimcache19445 --cincludes:nimcache19445 --header:m19445
50
+ tests/ccgbugs/t23796.nim c
51
51
tests/ccgbugs/tassign_nil_strings.nim c --mm:refc
52
52
tests/ccgbugs/tcgbug.nim c --mm:orc
53
53
tests/ccgbugs/tcgbug.nim c --mm:refc
@@ -71,6 +71,7 @@ tests/compiles/tstaticlib.nim c
71
71
tests/concepts/tconcepts_issues.nim c
72
72
tests/controlflow/tunamedbreak.nim c
73
73
tests/controlflow/tunreachable.nim c
74
+ tests/converter/tconverter_unique_ptr.nim c
74
75
tests/converter/tgenericconverter.nim c
75
76
tests/coroutines/tgc.nim c --gc:arc
76
77
tests/coroutines/tgc.nim c --gc:orc
@@ -81,6 +82,8 @@ tests/coroutines/twait.nim c --gc:refc
81
82
tests/cpp/t10148.nim c
82
83
tests/cpp/texportc.nim c
83
84
tests/c/temit.nim c
85
+ tests/destructor/tconst_smart_ptr.nim c
86
+ tests/destructor/tcycle3.nim c
84
87
tests/destructor/tdont_return_unowned_from_owned.nim c
85
88
tests/destructor/terror_module.nim c
86
89
tests/destructor/texceptions.nim c
@@ -91,6 +94,7 @@ tests/destructor/tv2_raise.nim c
91
94
tests/destructor/twasmoved.nim c
92
95
tests/destructor/twidgets.nim c
93
96
tests/destructor/twidgets_unown.nim c
97
+ tests/discard/tfinallyerrmsg.nim c
94
98
tests/discard/tillegaldiscardtypes.nim c
95
99
tests/distinct/tinvalidborrow.nim c
96
100
tests/dll/client.nim c -d:nimDebugDlOpen -d:release --gc:boehm --threads:on
@@ -131,6 +135,7 @@ tests/errmsgs/t18886.nim c
131
135
tests/errmsgs/t19224.nim c
132
136
tests/errmsgs/t22753.nim c
133
137
tests/errmsgs/t23536.nim c --stackTrace:on --excessiveStackTrace:off
138
+ tests/errmsgs/t24258.nim c
134
139
tests/errmsgs/t2614.nim c
135
140
tests/errmsgs/t5167_5.nim c
136
141
tests/errmsgs/t8794.nim c
@@ -154,6 +159,7 @@ tests/errmsgs/ttypeAllowed.nim c
154
159
tests/errmsgs/tundeclared_field.nim c
155
160
tests/errmsgs/tundeclared_routine.nim c
156
161
tests/errmsgs/tunknown_named_parameter.nim c
162
+ tests/errmsgs/tuntypedoverload.nim c
157
163
tests/exception/t13115.nim c
158
164
tests/exception/t18620.nim c --gc:arc
159
165
tests/exception/t18620.nim c --gc:refc
@@ -231,7 +237,6 @@ tests/overflow/tdistinct_range.nim c
231
237
tests/overflow/toverflow.nim c --overflowChecks:off
232
238
tests/overflow/toverflow.nim c --overflowChecks:off --b:js
233
239
tests/overflow/toverflow_reorder.nim c
234
- tests/overload/t8829.nim c
235
240
tests/overload/tstatic_with_converter.nim c
236
241
tests/parallel/tdeepcopy2.nim c --mm:refc
237
242
tests/parallel/tdeepcopy.nim c --mm:refc
0 commit comments