1# FailKind.ABORT_FAIL (Issue #20219) 2runtime/ets/const_enum.sts 3 4 5# FailKind.INVALID_JSON (Issue #20457) 6runtime/ets/StringTemplate1.sts 7runtime/ets/StringTemplate2.sts 8runtime/ets/StringTemplate3.sts 9parser/ets/string_template_2.sts 10parser/ets/string_template_3.sts 11parser/ets/string_template_4.sts 12 13# FailKind.SRC_DUMPER_FAIL (Issue #20458) 14ast/compiler/ets/annotation_tests/annotationUsage_duplicate_from_import.sts 15ast/parser/ets/annotations_tests/annotationDecl_parser_bad_token05.sts 16runtime/ets/annotation_tests/AnnotationDeclare01.sts 17runtime/ets/annotation_tests/annotationUsageSingleFileds01.sts 18runtime/ets/annotation_tests/annotationUsageSingleFileds02.sts 19runtime/ets/annotation_tests/annotationUsageSingleFileds03.sts 20runtime/ets/annotation_tests/annotationUsageSingleFileds04.sts 21runtime/ets/annotation_tests/annotationUsageSingleFileds05.sts 22runtime/ets/annotation_tests/annotationUsageSingleFileds06.sts 23runtime/ets/annotation_tests/annotationUsageSingleFileds07.sts 24runtime/ets/annotation_tests/annotationUsage_scope_check01.sts 25runtime/ets/annotation_tests/annotationUsage_scope_check02.sts 26runtime/ets/annotation_tests/annotationUsage_scope_check03.sts 27ast/compiler/ets/annotation_tests/ambient_annotations_bad_type01.sts 28ast/compiler/ets/annotation_tests/ambient_annotations_bad_type02.sts 29ast/compiler/ets/annotation_tests/ambient_annotations_bad_type03.sts 30ast/compiler/ets/annotation_tests/annotation_src.sts 31ast/parser/ets/interface_private_function_1.sts 32ast/compiler/ets/call_for_method_never_exist.sts 33ast/compiler/ets/import_tests/selective_export_tests/namespace_import_wrong_access_name.sts 34ast/compiler/ets/newClassInstanceExpression.sts 35ast/compiler/ets/superReferenceFromStaticContext.sts 36ast/compiler/ets/thisReferenceFromStaticContext.sts 37ast/compiler/ets/typeVarReferenceFromStaticContext.sts 38ast/compiler/ets/union_string_literals_1.sts 39ast/compiler/ets/union_string_literals_2.sts 40ast/compiler/ets/union_string_literals_3.sts 41ast/compiler/ets/union_string_literals_4.sts 42ast/compiler/ets/union_string_literals_6.sts 43ast/compiler/ets/union_string_literals_7.sts 44ast/compiler/ets/union_string_literals_8.sts 45ast/parser/ets/InterfacePrivateMethod.sts 46ast/parser/ets/anonymous_class.sts 47ast/parser/ets/import_tests/enum/import.sts 48ast/parser/ets/import_tests/import_alias/import_alias_2.sts 49ast/parser/ets/import_tests/import_alias/import_alias_3.sts 50ast/parser/ets/import_tests/import_alias/import_alias_4.sts 51ast/parser/ets/import_tests/import_name_conflict_5.sts 52ast/parser/ets/import_tests/type/import_type_2.sts 53ast/parser/ets/invalid_access_static.sts 54ast/parser/ets/lambda_optional_param_2.sts 55ast/parser/ets/loops.sts 56ast/parser/ets/re_export/import_11.sts 57ast/parser/ets/re_export/import_12.sts 58ast/parser/ets/re_export/import_16.sts 59ast/parser/ets/re_export/import_17.sts 60ast/parser/ets/re_export/import_5.sts 61ast/parser/ets/re_export/re_export_11.sts 62ast/parser/ets/re_export/re_export_12.sts 63ast/parser/ets/re_export/re_export_4.sts 64ast/parser/ets/re_export/re_export_5.sts 65ast/parser/ets/re_export/re_export_7.sts 66ast/parser/ets/record_lower_phase_external_main.sts 67ast/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_3.sts 68ast/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_4.sts 69ast/parser/ets/unresolved_reference_argname_main.sts 70compiler/ets/abstractNewClassInstanceExpression.sts 71runtime/ets/implicit_package_import_1.sts 72runtime/ets/implicit_package_import_2.sts 73compiler/ets/implicit_package_import/package_test_1/package_module_1.sts 74compiler/ets/implicit_package_import/package_test_1/package_module_2.sts 75compiler/ets/implicit_package_import/package_test_2/subpackage_1/package_module_1.sts 76compiler/ets/implicit_package_import/package_test_2/subpackage_1/package_module_2.sts 77compiler/ets/import_tests/asyncfunc_lambda_main.sts 78compiler/ets/import_tests/enum_import.sts 79compiler/ets/import_tests/generic_typealias_func_type.sts 80compiler/ets/import_tests/import_class_with_getters_setters.sts 81compiler/ets/import_tests/infer_imported_function_return_type.sts 82compiler/ets/import_tests/re-export_with_alias/import_aliased_re-export.sts 83compiler/ets/import_tests/re-export_with_alias/re-export_with_alias.sts 84compiler/ets/import_tests/selective_export_tests/import_interface.sts 85compiler/ets/import_tests/selective_export_tests/import_selective_exported.sts 86compiler/ets/import_tests/selective_export_tests/selective_import_with_alias_1.sts 87compiler/ets/import_tests/selective_export_tests/selective_import_with_alias_2.sts 88compiler/ets/import_type.sts 89runtime/ets/CastPrimitive.sts 90runtime/ets/ClassNewInstance.sts 91runtime/ets/ForOfBoxing.sts 92runtime/ets/UnionArray.sts 93runtime/ets/conditionalExpressionGenericLUB.sts 94runtime/ets/dynmicImportUnimplemented.sts 95runtime/ets/finallyTryAbruptedByContinue.sts 96runtime/ets/float-literal.sts 97runtime/ets/funcRefWithRestArguments.sts 98runtime/ets/generics_1.sts 99runtime/ets/labeledStatement.sts 100runtime/ets/lambdaWithOptionalParam2.sts 101runtime/ets/lambdaWithOptionalParam3.sts 102runtime/ets/lambdaWithOptionalParam4.sts 103runtime/ets/literal_types_RTE.sts 104runtime/ets/newArrayCreationUnionType.sts 105runtime/ets/nullableType.sts 106runtime/ets/primitiveEqualityWithNull.sts 107runtime/ets/string_literals_inference.sts 108runtime/ets/type_param_in_union.sts 109runtime/ets/union_string_literals.sts 110ast/parser/ets/re_export/import_18.sts 111ast/parser/ets/re_export/import_19.sts 112ast/parser/ets/re_export/re_export_13.sts 113ast/parser/ets/re_export/re_export_14.sts 114ast/parser/ets/re_export/re_export_15.sts 115parser/ets/ambient_indexer_1.sts 116parser/ets/ambient_indexer_6.sts 117parser/ets/class_init.sts 118parser/ets/class_instance_import_alias.sts 119parser/ets/class_static_initializer.sts 120parser/ets/conversions.sts 121parser/ets/declare_ambient_const_variable.sts 122parser/ets/declare_iface.sts 123parser/ets/declare_namespace.sts 124parser/ets/declare_namespace_2.sts 125parser/ets/declare_namespace_3.sts 126parser/ets/declare_namespace_4.sts 127parser/ets/funcParamWithOptionalParam.sts 128parser/ets/import_tests/check_exported_default_class.sts 129parser/ets/import_tests/default_import.sts 130parser/ets/import_tests/diamond/test1.sts 131parser/ets/import_tests/diamond/test2.sts 132parser/ets/import_tests/diamond/test3.sts 133parser/ets/import_tests/duplicated/extdef.sts 134parser/ets/import_tests/duplicated/extusedef.sts 135parser/ets/import_tests/import_alias/import_alias_1.sts 136parser/ets/import_tests/import_all_type_alias.sts 137parser/ets/import_tests/import_diff_paths.sts 138parser/ets/import_tests/import_extension/import_extension.sts 139parser/ets/import_tests/import_function_overload.sts 140parser/ets/import_tests/import_interface_test.sts 141parser/ets/import_tests/import_interface_test_2.sts 142parser/ets/import_tests/modules/module1/src/re_export_file.sts 143parser/ets/import_tests/modules/module2/src/import_file.sts 144parser/ets/import_tests/modules/module2/src/re_export_file.sts 145parser/ets/import_tests/modules/test_lib2.sts 146parser/ets/import_tests/packages/aliasWithoutAlias/import1/import1.sts 147parser/ets/import_tests/packages/aliasWithoutAlias/import2/import2.sts 148parser/ets/import_tests/packages/package_module_1.sts 149parser/ets/import_tests/packages/package_module_2.sts 150parser/ets/import_tests/packages/subpackage-1/package_module_1.sts 151parser/ets/import_tests/packages/subpackage-2/package_module_1.sts 152parser/ets/import_tests/packages/subpackage/package_module_1.sts 153parser/ets/import_tests/packages/var-duplication/subpackage_module_1.sts 154parser/ets/import_tests/packages/var-duplication/subpackage_module_2.sts 155parser/ets/import_tests/relative_import/Line.sts 156parser/ets/import_tests/relative_import/alias1.sts 157parser/ets/import_tests/repeat.sts 158parser/ets/import_tests/subsequent_relative_imports/folder1/file1.sts 159parser/ets/import_tests/subsequent_relative_imports/folder2/file2.sts 160parser/ets/interfaces.sts 161parser/ets/internalProtectedParsing.sts 162parser/ets/labeledDoWhileStatement.sts 163parser/ets/labeledForStatement.sts 164parser/ets/labeledSwitchStatement.sts 165parser/ets/labeledWhileStatement.sts 166parser/ets/lambda_import_alias_1-2.sts 167parser/ets/lambda_import_alias_1.sts 168parser/ets/lambda_optional_param_1.sts 169parser/ets/literals.sts 170parser/ets/localClassIsPermitted.sts 171parser/ets/nullable_union_array.sts 172parser/ets/promiseCasting.sts 173parser/ets/re_export/diamond/B.sts 174parser/ets/re_export/diamond/B2.sts 175parser/ets/re_export/diamond/C.sts 176parser/ets/re_export/diamond/C2.sts 177parser/ets/re_export/diamond/D.sts 178parser/ets/re_export/diamond/D2.sts 179parser/ets/re_export/folder/re_export_6.sts 180parser/ets/re_export/folder/re_export_7.sts 181parser/ets/re_export/folderIndex/index.sts 182parser/ets/re_export/folderIndex2/index.sts 183parser/ets/re_export/import.sts 184parser/ets/re_export/import_10.sts 185parser/ets/re_export/import_11.sts 186parser/ets/re_export/import_12.sts 187parser/ets/re_export/import_13.sts 188parser/ets/re_export/import_14.sts 189parser/ets/re_export/import_15.sts 190parser/ets/re_export/import_2.sts 191parser/ets/re_export/import_3.sts 192parser/ets/re_export/import_6.sts 193parser/ets/re_export/import_7.sts 194parser/ets/re_export/import_8.sts 195parser/ets/re_export/import_9.sts 196parser/ets/re_export/re_export.sts 197parser/ets/re_export/re_export_10.sts 198parser/ets/re_export/re_export_11.sts 199parser/ets/re_export/re_export_12.sts 200parser/ets/re_export/re_export_2.sts 201parser/ets/re_export/re_export_3.sts 202parser/ets/re_export/re_export_4.sts 203parser/ets/re_export/re_export_5.sts 204parser/ets/re_export/re_export_7.sts 205parser/ets/re_export/re_export_8.sts 206parser/ets/re_export/re_export_9.sts 207parser/ets/selective_export/import_1.sts 208parser/ets/selective_export/import_2.sts 209parser/ets/selective_export/import_3.sts 210parser/ets/selective_export/import_4.sts 211parser/ets/test-type-alias-call8.sts 212parser/ets/test_interface.sts 213parser/ets/type_variance1.sts 214parser/ets/voidAsTypeArg.sts 215parser/ets/import_tests/packages/import_package_with_alias/import_package_with_alias.sts 216parser/ets/re_export/import_index.sts 217parser/ets/re_export/import_index_2.sts 218parser/ets/re_export/import_index_3.sts 219parser/ets/import_folder.sts 220parser/ets/import_tests/import_relative_path.sts 221ast/parser/ets/extension_function_tests/extension_function_array1.sts 222ast/parser/ets/extension_function_tests/extension_function_array1_primitive.sts 223ast/parser/ets/extension_function_tests/extension_function_array2.sts 224ast/parser/ets/extension_function_tests/extension_function_array2_primitive.sts 225ast/parser/ets/extension_function_tests/extension_function_array3.sts 226ast/parser/ets/extension_function_tests/extension_function_array3_primitive.sts 227ast/parser/ets/extension_function_tests/extension_function_array_primitive.sts 228ast/compiler/ets/extension_function_tests/extension_function_primitive.sts 229 230# FailKind.ES2PANDA_FAIL 231runtime/ets/objectEquality.sts 232runtime/ets/StringFasta.sts 233runtime/ets/struct-identifier.sts 234runtime/ets/struct-init.sts 235runtime/ets/struct-init2.sts 236runtime/ets/struct_implements.sts 237runtime/ets/top_level_03.sts 238ast/compiler/ets/DeclareIndexerTest.sts 239