1# Issue: #19440 2ast/parser/ets/iterator_override_next.ets 3 4# Fails with Assertion. Description in Issue #19645 5ast/parser/ets/switch_readonly_member_different_enum_2.ets 6ast/parser/ets/extension_function_tests/extension_function_not_for_class_type.ets 7 8# Issue: #20326 9ast/compiler/ets/readonlyType_6.ets 10ast/parser/ets/class_interface_enum_only_top_level_5.ets 11ast/parser/ets/generics_1.ets 12ast/parser/ets/global_scope_boolean.ets 13ast/parser/ets/global_scope_string.ets 14ast/parser/ets/lexer001.ets 15ast/parser/ets/lexer002.ets 16ast/parser/ets/TypeInferFunc.ets 17 18# Issue: #20639 19ast/parser/ets/extension_function_tests/extension_function_array1.ets 20ast/parser/ets/extension_function_tests/extension_function_array1_primitive.ets 21ast/parser/ets/extension_function_tests/extension_function_array2.ets 22ast/parser/ets/extension_function_tests/extension_function_array2_primitive.ets 23ast/parser/ets/extension_function_tests/extension_function_array3.ets 24ast/parser/ets/extension_function_tests/extension_function_array3_primitive.ets 25ast/parser/ets/extension_function_tests/extension_function_array_primitive.ets 26ast/parser/ets/extension_function_tests/extension_function_array_typealias.ets 27ast/parser/ets/extension_function_tests/extension_function_class.ets 28ast/parser/ets/extension_function_tests/extension_function_class_typealias.ets 29 30# Issue: #20874 31ast/parser/ets/unexpected_token_16.ets 32ast/parser/ets/unexpected_token_17.ets 33ast/parser/ets/unexpected_token_34.ets 34ast/parser/ets/unexpected_token_54.ets 35 36# Issue: #20875 37ast/parser/js/module/import_meta_3.js 38ast/parser/js/unexpected_token_8.js 39 40# Issue: #20876 41ast/parser/js/rest_params_1.js 42 43# Issue #22140 44ast/parser/ets/InvalidLexer.ets 45ast/parser/ts/InvalidLexer.ts 46 47# Issue #22206 48ast/compiler/ets/expression/this_expression/undefined_class_for_this_1.ets 49ast/compiler/ets/expression/this_expression/undefined_class_for_this_2.ets 50 51# Issue: #22663 52ast/compiler/ets/implicit_this_method_trailing.ets 53 54# Checked only as imported modules. If these files are parsed directly, there will be 55# errors located in other files (import_type_error_in_class.ets/import_type_error_top_level.ets), 56# and such case cannot be checked in astchecker 57ast/parser/ets/import_tests/export_and_import_class.ets 58ast/parser/ets/import_tests/export_and_import_top_level.ets 59 60# This case will emit different error messages on debug and release builds. 61# It behaves different because `Phase::Apply` contains `#ifndef NDEBUG`. 62ast/compiler/ets/type_error_processing/param_typeannotation_null.ets 63 64# Issue: #22951 65ast/compiler/ets/extension_accessor_tests/getterAsFunctionCall.ets 66ast/compiler/ets/extension_accessor_tests/getterAsMethodCall.ets 67ast/compiler/ets/extension_accessor_tests/setterAsFunctionCall.ets 68ast/compiler/ets/extension_accessor_tests/setterAsMethodCall.ets 69ast/compiler/ets/lambda_with_receiver_tests/ExtensionFunctypeUncompatible.ets 70ast/compiler/ets/lambda_with_receiver_tests/extensionFuncTypeAsParamsNameDuplicated.ets 71ast/compiler/ets/lambda_with_receiver_tests/extensionFuncTypeAsParamsNameDuplicated2.ets 72 73# Issue: #22951 74ast/parser/ets/this_type_lambda_definition_parameter_invalid.ets 75ast/parser/ets/this_type_lambda_definition_return_invalid.ets 76 77# Issue: #23078 78ast/compiler/ets/readonlyType_5.ets 79 80# Issue: #23068 81ast/parser/ets/InferTypeParamFromParam2.ets 82 83# Issue: #23080 84ast/parser/ets/default_parameter3.ets 85ast/parser/ets/default_parameters_multi_error.ets 86ast/parser/ets/rest_parameter_03.ets 87 88# Issue: #23074 89# inccorect context of method usage 90ast/compiler/ets/FunctionType1.ets 91ast/compiler/ets/FunctionType8.ets 92# should report return type mismatch 93ast/parser/ets/lambda-type-inference-neg2.ets 94# after the fix the test fails to detect another type error 95ast/parser/ets/unexpected_token_51.ets 96 97 98# Issue: #23134 99# Can't insert "/* TypeError: Postcondition check failed for DefaultParametersLowering */" test directive 100ast/parser/ets/InvalidExpressions.ets 101# falls to post-checker lowerings after type errors are detected! 102ast/parser/ets/lambdaWithWrongOptionalParameter.ets 103 104# Issue: #24253 105ast/compiler/ets/lambda_infer_type/lambda_param_type_cannot_be_determined.ets 106 107# Issue: #24605 incorrect column 108ast/parser/ets/named_types_2.ets 109 110# Issue: #27365 Cannot add correct comment to astchecker to see warning with 0:0 position (duplicate export warning) 111ast/compiler/ets/export_type_class_multiple_times.ets 112ast/compiler/ets/export_type_interface_multiple_times.ets 113ast/compiler/ets/import_tests/export_multi_error.ets