1# SyntaxError: Cannot find type 'Class'.
2# panda#10421
3ClassNewInstance.sts
4
5# SyntaxError: Cannot find type 'HashMap'.
6# panda#10422
7StringFasta.sts
8
9# SyntaxError: Cannot find type 'Class'.
10# panda#10423
11generics_1.sts
12
13# panda#11502
14nullCoalesc.sts
15
16# panda#11104
17unboxing.sts
18
19# panda#11326
20GenericsTest.sts
21
22# panda#11327
23objectEquality.sts
24
25# FailKind.ES2PANDA_FAIL # panda#12518
26CastReference3.sts
27conditionalExpressionGenericLUB.sts
28
29# Failed due to lambda captures
30trailing-lambda-with-capture.sts
31
32# ignored until union types are properly implemented and non nullish base type of array types can be properly handled
33notNullMultidimensionalArray.sts
34
35# ignored until verifier can't handle if a field name can be static and non-static at the same time
36class-fields-same-name.sts
37
38# Disabled temporarily #I8EM2T implementation struct directly expanded to class
39struct-identifier.sts
40struct-init.sts
41struct-init2.sts
42struct_implements.sts
43top_level_03.sts
44
45# Functional type with rest parameter
46lambdaExpressionWithRestParameter.sts
47funcRefWithRestArguments.sts
48
49# Wrong type inferred for lambda
50type_param_in_union.sts
51
52# verifier false positive for 64 bit instructions on union types.
53# Issue: #16216
54union_wide_property_access.sts
55
56# Issue: #16049
57increment-on-nullish-type.sts
58
59# Issue: #17711
60annotation_tests/AnnotationDeclare01.sts
61annotation_tests/AnnotationDeclare02.sts
62annotation_tests/AnnotationForAbstractClass.sts
63annotation_tests/AnnotationForFunction01.sts
64annotation_tests/AnnotationForFunction02.sts
65annotation_tests/AnnotationNoNeedToSetProperties01.sts
66annotation_tests/AnnotationNoNeedToSetProperties02.sts
67annotation_tests/AnnotationNoNeedToSetProperties03.sts
68annotation_tests/AnnotationsDefineAndUseForClass.sts
69annotation_tests/AnnotationsFieldType01.sts
70annotation_tests/AnnotationsFieldType02.sts
71annotation_tests/AnnotationsFieldType03.sts
72annotation_tests/AnnotationsFieldType04.sts
73annotation_tests/ExportForAnnotation01.sts
74annotation_tests/ImportForAnnotation01.sts
75annotation_tests/ImportForAnnotation02.sts
76annotation_tests/Muti-AnnotationsDefineAndUseForClass.sts
77
78# 15276
79n_overrideWithNullable.sts
80nullableType.sts
81
82#Issue 17949
83#SyntaxError: Cannot find type 'C'.
84lambdaWithLocalClassAccess.sts