1# Throwing function types are not yet supported 2parser/ets/lambdaThrowsRethrows.sts 3parser/ets/variable_throw_function_1.sts 4compiler/ets/rethrowingCheck5.sts 5compiler/ets/rethrowingConstructorCheck1.sts 6compiler/ets/rethrowingConstructorCheck2.sts 7compiler/ets/rethrowingConstructorCheck3.sts 8compiler/ets/rethrowingFunctionCheck1.sts 9compiler/ets/rethrowingFunctionCheck2.sts 10compiler/ets/rethrowingFunctionCheck3.sts 11compiler/ets/rethrowingMethodCheck1.sts 12compiler/ets/rethrowingMethodCheck2.sts 13compiler/ets/rethrowingMethodCheck3.sts 14 15# Local class access from lambdas 16compiler/ets/lambdaWithLocalClassAccess.sts 17 18# Skipped until #16329 is done. It is not properly checked and does not cause a CTE when using namespace import with alias. 19parser/ets/re_export/import_5.sts 20 21# No conversion from enum to Object 22compiler/ets/lambda_infer_type/lambda_infer_type_retrun_enum.sts 23 24# Issue: #17983 25parser/ets/TypeInferFunc.sts 26 27# Duplicated check for global initializers 28compiler/ets/inferTypeOfArrayNegative2.sts 29parser/ets/optional_chaining_invalid_property.sts 30