Skip to content

Commit 1cfe4dd

Browse files
committed
skipped-tests
1 parent d1a7d98 commit 1cfe4dd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

skipped-tests.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ lib/nimrtl.nim c -d:nimDebugDlOpen --outdir:tests/dll
88
lib/pure/memfiles.nim c
99
tests/align/talign.nim c
1010
tests/align/tillegalalign.nim c
11-
tests/arc/t14472.nim c
1211
tests/arc/t16458.nim c --gc:orc --d:useNimRtl
1312
tests/arc/t17812.nim c --gc:refc
1413
tests/arc/t18977.nim c --mm:arc
@@ -48,6 +47,7 @@ tests/ccgbugs/t13062.nim c --mm:orc
4847
tests/ccgbugs/t15428.nim c
4948
tests/ccgbugs/t16027.nim c
5049
tests/ccgbugs/t19445.nim c --nimcache:tests/ccgbugs/nimcache19445 --cincludes:nimcache19445 --header:m19445
50+
tests/ccgbugs/t23796.nim c
5151
tests/ccgbugs/tassign_nil_strings.nim c --mm:refc
5252
tests/ccgbugs/tcgbug.nim c --mm:orc
5353
tests/ccgbugs/tcgbug.nim c --mm:refc
@@ -71,6 +71,7 @@ tests/compiles/tstaticlib.nim c
7171
tests/concepts/tconcepts_issues.nim c
7272
tests/controlflow/tunamedbreak.nim c
7373
tests/controlflow/tunreachable.nim c
74+
tests/converter/tconverter_unique_ptr.nim c
7475
tests/converter/tgenericconverter.nim c
7576
tests/coroutines/tgc.nim c --gc:arc
7677
tests/coroutines/tgc.nim c --gc:orc
@@ -81,6 +82,8 @@ tests/coroutines/twait.nim c --gc:refc
8182
tests/cpp/t10148.nim c
8283
tests/cpp/texportc.nim c
8384
tests/c/temit.nim c
85+
tests/destructor/tconst_smart_ptr.nim c
86+
tests/destructor/tcycle3.nim c
8487
tests/destructor/tdont_return_unowned_from_owned.nim c
8588
tests/destructor/terror_module.nim c
8689
tests/destructor/texceptions.nim c
@@ -91,6 +94,7 @@ tests/destructor/tv2_raise.nim c
9194
tests/destructor/twasmoved.nim c
9295
tests/destructor/twidgets.nim c
9396
tests/destructor/twidgets_unown.nim c
97+
tests/discard/tfinallyerrmsg.nim c
9498
tests/discard/tillegaldiscardtypes.nim c
9599
tests/distinct/tinvalidborrow.nim c
96100
tests/dll/client.nim c -d:nimDebugDlOpen -d:release --gc:boehm --threads:on
@@ -131,6 +135,7 @@ tests/errmsgs/t18886.nim c
131135
tests/errmsgs/t19224.nim c
132136
tests/errmsgs/t22753.nim c
133137
tests/errmsgs/t23536.nim c --stackTrace:on --excessiveStackTrace:off
138+
tests/errmsgs/t24258.nim c
134139
tests/errmsgs/t2614.nim c
135140
tests/errmsgs/t5167_5.nim c
136141
tests/errmsgs/t8794.nim c
@@ -154,6 +159,7 @@ tests/errmsgs/ttypeAllowed.nim c
154159
tests/errmsgs/tundeclared_field.nim c
155160
tests/errmsgs/tundeclared_routine.nim c
156161
tests/errmsgs/tunknown_named_parameter.nim c
162+
tests/errmsgs/tuntypedoverload.nim c
157163
tests/exception/t13115.nim c
158164
tests/exception/t18620.nim c --gc:arc
159165
tests/exception/t18620.nim c --gc:refc
@@ -231,7 +237,6 @@ tests/overflow/tdistinct_range.nim c
231237
tests/overflow/toverflow.nim c --overflowChecks:off
232238
tests/overflow/toverflow.nim c --overflowChecks:off --b:js
233239
tests/overflow/toverflow_reorder.nim c
234-
tests/overload/t8829.nim c
235240
tests/overload/tstatic_with_converter.nim c
236241
tests/parallel/tdeepcopy2.nim c --mm:refc
237242
tests/parallel/tdeepcopy.nim c --mm:refc

0 commit comments

Comments
 (0)