# SyntaxError: Cannot find type 'Class'.
#10421
ClassNewInstance.ets

# SyntaxError: Cannot find type 'HashMap'.
#10422
StringFasta.ets

# SyntaxError: Cannot find type 'Class'.
#10423
generics_1.ets

#11502
nullCoalesc.ets

#11104
unboxing.ets

#11326
GenericsTest.ets

#11327
objectEquality.ets

#33654
conditionalExpressionGenericLUB.ets

# Failed due to lambda captures
trailing-lambda-with-capture.ets

# Disabled temporarily #I8EM2T implementation struct directly expanded to class
struct-identifier.ets
struct-init.ets
struct-init2.ets
struct_implements.ets
top_level_03.ets

# Functional type with rest parameter
lambdaExpressionWithRestParameter.ets
funcRefWithRestArguments.ets

# Wrong type inferred for lambda
type_param_in_union.ets

#33655
n_overrideWithNullable.ets
nullableType.ets

#21065
implementsClassPropertyUnionType1.ets
implementsClassPropertyUnionType2.ets

#21834
override_for_partial_02.ets
optional_field.ets

#24214
Object-type-in-binary-logical-expression.ets
trailing-lambda.ets
BitwiseOperationsOnFloat.ets
conversionFloatIntLong.ets
inallyCatchExecutedNormally.ets

#48215
lambda_with_receiver/lambda_with_receiver_generics_return_this_rotate.ets
lambda_with_receiver/lambda_with_receiver_trailing_in_class_method_return_this_rotate.ets
lambda_with_receiver/lambda_with_receiver_trailing_in_function_return_this_rotate.ets

#23074
# generic bridges
GenericBridges_01.ets
GenericBridges_02.ets
override_for_partial_01.ets

#HEAD FILE NO NEED TO RUN
import_self_head_tests/B/test.d.ets

#24986
RecordKeyTypeCheck.ets

# Rebase no-primitives pathch onto master with merger Array refactoring
union_generic_class.ets

enum_const_variable.ets
local_enum03.ets
overload-primitive-and-object.ets

# No-primitives #24986 [end]

first_match/namespace.ets
first_match/namespace2.ets
first_match/namespace3.ets

# Issue #28914
non_null_number_as_index.ets

#31475
as_string.ets

#31475
readonly_array/readonly_array_arg.ets
readonly_array/readonly_array_field.ets
readonly_array/readonly_array_var.ets
finallyClauseThrow.ets

#35027
for_of_union_array_string.ets
