luau/tools/faillist.txt

197 lines
10 KiB
Plaintext
Raw Normal View History

2022-07-22 04:36:41 +08:00
AstQuery.last_argument_function_call_type
BuiltinTests.aliased_string_format
BuiltinTests.assert_removes_falsy_types
2023-02-25 02:24:22 +08:00
BuiltinTests.assert_removes_falsy_types2
2022-07-22 04:36:41 +08:00
BuiltinTests.assert_removes_falsy_types_even_from_type_pack_tail_but_only_for_the_first_type
BuiltinTests.assert_returns_false_and_string_iff_it_knows_the_first_argument_cannot_be_truthy
BuiltinTests.bad_select_should_not_crash
BuiltinTests.select_slightly_out_of_range
BuiltinTests.select_way_out_of_range
BuiltinTests.set_metatable_needs_arguments
BuiltinTests.setmetatable_should_not_mutate_persisted_types
BuiltinTests.string_format_as_method
BuiltinTests.string_format_correctly_ordered_types
BuiltinTests.string_format_report_all_type_errors_at_correct_positions
2023-02-25 02:24:22 +08:00
BuiltinTests.string_format_tostring_specifier_type_constraint
2022-07-22 04:36:41 +08:00
BuiltinTests.string_format_use_correct_argument2
2023-06-24 13:33:44 +08:00
BuiltinTests.table_pack
BuiltinTests.table_pack_reduce
BuiltinTests.table_pack_variadic
DefinitionTests.class_definition_indexer
2022-09-09 05:44:50 +08:00
DefinitionTests.class_definition_overload_metamethods
2022-10-22 01:33:43 +08:00
DefinitionTests.class_definition_string_props
2022-07-29 11:41:13 +08:00
GenericsTests.better_mismatch_error_messages
2023-02-17 22:53:37 +08:00
GenericsTests.bound_tables_do_not_clone_original_fields
2022-07-29 11:41:13 +08:00
GenericsTests.check_mutual_generic_functions
GenericsTests.correctly_instantiate_polymorphic_member_functions
GenericsTests.do_not_infer_generic_functions
2023-04-28 19:55:55 +08:00
GenericsTests.dont_unify_bound_types
2022-07-29 11:41:13 +08:00
GenericsTests.generic_argument_count_too_few
GenericsTests.generic_argument_count_too_many
GenericsTests.generic_functions_should_be_memory_safe
2022-08-05 05:27:28 +08:00
GenericsTests.generic_type_pack_parentheses
2022-10-14 06:59:53 +08:00
GenericsTests.higher_rank_polymorphism_should_not_accept_instantiated_arguments
2023-02-17 22:53:37 +08:00
GenericsTests.infer_generic_function_function_argument_2
2023-05-20 02:59:59 +08:00
GenericsTests.infer_generic_function_function_argument_3
2022-07-29 11:41:13 +08:00
GenericsTests.infer_generic_function_function_argument_overloaded
2022-12-02 18:46:05 +08:00
GenericsTests.infer_generic_lib_function_function_argument
2022-07-29 11:41:13 +08:00
GenericsTests.instantiated_function_argument_names
GenericsTests.no_stack_overflow_from_quantifying
GenericsTests.self_recursive_instantiated_param
2023-06-03 02:17:31 +08:00
IntersectionTypes.intersection_of_tables_with_top_properties
2022-07-29 11:41:13 +08:00
IntersectionTypes.table_intersection_write_sealed_indirect
IntersectionTypes.table_write_sealed_indirect
2022-12-10 02:07:25 +08:00
ProvisionalTests.assign_table_with_refined_property_with_a_similar_type_is_illegal
2022-07-29 11:41:13 +08:00
ProvisionalTests.do_not_ice_when_trying_to_pick_first_of_generic_type_pack
ProvisionalTests.error_on_eq_metamethod_returning_a_type_other_than_boolean
2023-06-03 02:17:31 +08:00
ProvisionalTests.free_options_can_be_unified_together
ProvisionalTests.free_options_cannot_be_unified_together
2022-07-29 11:41:13 +08:00
ProvisionalTests.greedy_inference_with_shared_self_triggers_function_with_no_returns
2023-05-06 03:57:12 +08:00
ProvisionalTests.luau-polyfill.Array.filter
2022-07-29 11:41:13 +08:00
ProvisionalTests.setmetatable_constrains_free_type_into_free_table
2022-10-14 06:59:53 +08:00
ProvisionalTests.specialization_binds_with_prototypes_too_early
ProvisionalTests.table_insert_with_a_singleton_argument
2022-07-29 11:41:13 +08:00
ProvisionalTests.typeguard_inference_incomplete
2023-05-20 02:59:59 +08:00
RefinementTest.discriminate_from_truthiness_of_x
RefinementTest.not_t_or_some_prop_of_t
2023-07-08 01:14:35 +08:00
RefinementTest.refine_a_property_of_some_global
RefinementTest.refinements_should_preserve_error_suppression
2023-05-20 02:59:59 +08:00
RefinementTest.truthy_constraint_on_properties
2022-07-29 11:41:13 +08:00
RefinementTest.type_narrow_to_vector
RefinementTest.typeguard_cast_free_table_to_vector
RefinementTest.typeguard_in_assert_position
RefinementTest.x_as_any_if_x_is_instance_elseif_x_is_table
2023-05-20 02:59:59 +08:00
RuntimeLimits.typescript_port_of_Result_type
2022-07-29 11:41:13 +08:00
TableTests.a_free_shape_cannot_turn_into_a_scalar_if_it_is_not_compatible
TableTests.checked_prop_too_early
2023-02-11 02:50:54 +08:00
TableTests.disallow_indexing_into_an_unsealed_table_with_no_indexer_in_strict_mode
2022-07-29 11:41:13 +08:00
TableTests.dont_crash_when_setmetatable_does_not_produce_a_metatabletypevar
TableTests.dont_hang_when_trying_to_look_up_in_cyclic_metatable_index
TableTests.dont_suggest_exact_match_keys
TableTests.error_detailed_metatable_prop
TableTests.expected_indexer_from_table_union
TableTests.expected_indexer_value_type_extra
TableTests.expected_indexer_value_type_extra_2
TableTests.explicitly_typed_table
TableTests.explicitly_typed_table_with_indexer
2023-02-03 20:34:12 +08:00
TableTests.fuzz_table_unify_instantiated_table
2023-06-24 13:33:44 +08:00
TableTests.fuzz_table_unify_instantiated_table_with_prop_realloc
2022-10-14 06:59:53 +08:00
TableTests.generic_table_instantiation_potential_regression
2022-07-29 11:41:13 +08:00
TableTests.give_up_after_one_metatable_index_look_up
TableTests.indexer_on_sealed_table_must_unify_with_free_table
TableTests.indexing_from_a_table_should_prefer_properties_when_possible
TableTests.inequality_operators_imply_exactly_matching_types
TableTests.inferred_return_type_of_free_table
TableTests.instantiate_table_cloning_3
TableTests.leaking_bad_metatable_errors
2022-09-02 07:00:14 +08:00
TableTests.less_exponential_blowup_please
2022-07-29 11:41:13 +08:00
TableTests.missing_metatable_for_sealed_tables_do_not_get_inferred
TableTests.mixed_tables_with_implicit_numbered_keys
TableTests.nil_assign_doesnt_hit_indexer
2023-02-25 02:24:22 +08:00
TableTests.ok_to_set_nil_even_on_non_lvalue_base_expr
2022-07-29 11:41:13 +08:00
TableTests.oop_polymorphic
TableTests.quantify_even_that_table_was_never_exported_at_all
2022-09-30 06:11:54 +08:00
TableTests.quantify_metatables_of_metatables_of_table
2022-07-29 11:41:13 +08:00
TableTests.reasonable_error_when_adding_a_nonexistent_property_to_an_array_like_table
TableTests.right_table_missing_key2
TableTests.shared_selfs
TableTests.shared_selfs_from_free_param
TableTests.shared_selfs_through_metatables
2022-12-02 18:46:05 +08:00
TableTests.table_call_metamethod_basic
2022-07-29 11:41:13 +08:00
TableTests.table_simple_call
TableTests.table_subtyping_with_missing_props_dont_report_multiple_errors
TableTests.used_colon_instead_of_dot
TableTests.used_dot_instead_of_colon
2022-07-22 04:36:41 +08:00
ToString.toStringDetailed2
ToString.toStringErrorPack
2022-09-30 06:11:54 +08:00
ToString.toStringNamedFunction_generic_pack
2022-07-29 11:41:13 +08:00
TryUnifyTests.members_of_failed_typepack_unification_are_unified_with_errorType
TryUnifyTests.result_of_failed_typepack_unification_is_constrained
TryUnifyTests.typepack_unification_should_trim_free_tails
2023-03-25 01:34:14 +08:00
TypeAliases.dont_lose_track_of_PendingExpansionTypes_after_substitution
2022-07-22 04:36:41 +08:00
TypeAliases.generic_param_remap
2022-08-05 05:27:28 +08:00
TypeAliases.mismatched_generic_type_param
2022-07-22 04:36:41 +08:00
TypeAliases.mutually_recursive_types_restriction_not_ok_1
TypeAliases.mutually_recursive_types_restriction_not_ok_2
TypeAliases.mutually_recursive_types_swapsies_not_ok
TypeAliases.recursive_types_restriction_not_ok
2022-09-30 06:11:54 +08:00
TypeAliases.report_shadowed_aliases
2022-07-22 04:36:41 +08:00
TypeAliases.type_alias_local_mutation
TypeAliases.type_alias_local_rename
2023-03-11 03:20:04 +08:00
TypeAliases.type_alias_locations
2022-07-22 04:36:41 +08:00
TypeAliases.type_alias_of_an_imported_recursive_generic_type
2022-10-28 06:22:49 +08:00
TypeInfer.check_type_infer_recursion_count
2022-10-14 06:59:53 +08:00
TypeInfer.cli_50041_committing_txnlog_in_apollo_client_error
2022-09-30 06:11:54 +08:00
TypeInfer.dont_report_type_errors_within_an_AstExprError
2022-07-29 11:41:13 +08:00
TypeInfer.dont_report_type_errors_within_an_AstStatError
2023-03-31 20:21:14 +08:00
TypeInfer.follow_on_new_types_in_substitution
2022-12-02 18:46:05 +08:00
TypeInfer.fuzz_free_table_type_change_during_index_check
2022-07-29 11:41:13 +08:00
TypeInfer.infer_assignment_value_types_mutable_lval
TypeInfer.no_stack_overflow_from_isoptional
TypeInfer.tc_after_error_recovery_no_replacement_name_in_error
TypeInfer.type_infer_recursion_limit_no_ice
2023-04-22 05:41:03 +08:00
TypeInfer.type_infer_recursion_limit_normalizer
2022-07-22 04:36:41 +08:00
TypeInferAnyError.for_in_loop_iterator_is_any2
TypeInferClasses.class_type_mismatch_with_name_conflict
2022-12-10 02:07:25 +08:00
TypeInferClasses.index_instance_property
2022-10-28 06:22:49 +08:00
TypeInferFunctions.cannot_hoist_interior_defns_into_signature
2023-05-20 02:59:59 +08:00
TypeInferFunctions.dont_infer_parameter_types_for_functions_from_their_call_site
2022-07-29 11:41:13 +08:00
TypeInferFunctions.function_cast_error_uses_correct_language
TypeInferFunctions.function_decl_non_self_sealed_overwrite_2
TypeInferFunctions.function_decl_non_self_unsealed_overwrite
TypeInferFunctions.function_does_not_return_enough_values
TypeInferFunctions.function_statement_sealed_table_assignment_through_indexer
2022-09-16 06:13:58 +08:00
TypeInferFunctions.improved_function_arg_mismatch_errors
2022-07-29 11:41:13 +08:00
TypeInferFunctions.infer_anonymous_function_arguments
2022-07-22 04:36:41 +08:00
TypeInferFunctions.infer_that_function_does_not_return_a_table
2022-10-22 01:33:43 +08:00
TypeInferFunctions.luau_subtyping_is_np_hard
2022-07-29 11:41:13 +08:00
TypeInferFunctions.no_lossy_function_type
2022-09-30 06:11:54 +08:00
TypeInferFunctions.occurs_check_failure_in_function_return_type
2022-07-29 11:41:13 +08:00
TypeInferFunctions.report_exiting_without_return_strict
TypeInferFunctions.return_type_by_overload
TypeInferFunctions.too_few_arguments_variadic
TypeInferFunctions.too_few_arguments_variadic_generic
TypeInferFunctions.too_few_arguments_variadic_generic2
2022-11-05 01:02:37 +08:00
TypeInferFunctions.too_many_arguments_error_location
2022-09-30 06:11:54 +08:00
TypeInferFunctions.too_many_return_values_in_parentheses
TypeInferFunctions.too_many_return_values_no_function
2023-06-03 02:17:31 +08:00
TypeInferLoops.dcr_iteration_explore_raycast_minimization
2022-09-30 06:11:54 +08:00
TypeInferLoops.for_in_loop_error_on_factory_not_returning_the_right_amount_of_values
2023-06-03 02:17:31 +08:00
TypeInferLoops.loop_iter_metamethod_ok_with_inference
2022-07-29 11:41:13 +08:00
TypeInferLoops.loop_iter_trailing_nil
2023-06-03 02:17:31 +08:00
TypeInferLoops.properly_infer_iteratee_is_a_free_table
2022-07-29 11:41:13 +08:00
TypeInferLoops.unreachable_code_after_infinite_loop
2023-02-17 22:53:37 +08:00
TypeInferModules.do_not_modify_imported_types_5
2022-07-29 11:41:13 +08:00
TypeInferModules.module_type_conflict
TypeInferModules.module_type_conflict_instantiated
TypeInferOOP.inferring_hundreds_of_self_calls_should_not_suffocate_memory
2022-09-30 06:11:54 +08:00
TypeInferOOP.methods_are_topologically_sorted
2022-07-29 11:41:13 +08:00
TypeInferOperators.cli_38355_recursive_union
TypeInferOperators.compound_assign_mismatch_metatable
TypeInferOperators.disallow_string_and_types_without_metatables_from_arithmetic_binary_ops
2022-12-10 02:07:25 +08:00
TypeInferOperators.operator_eq_completely_incompatible
2022-07-29 11:41:13 +08:00
TypeInferOperators.typecheck_overloaded_multiply_that_is_an_intersection
TypeInferOperators.typecheck_overloaded_multiply_that_is_an_intersection_on_rhs
2023-02-17 22:53:37 +08:00
TypeInferOperators.typecheck_unary_len_error
2022-12-10 02:07:25 +08:00
TypeInferOperators.unrelated_classes_cannot_be_compared
TypeInferOperators.unrelated_primitives_cannot_be_compared
2022-07-29 11:41:13 +08:00
TypeInferPrimitives.CheckMethodsOfNumber
TypeInferPrimitives.string_index
TypeInferUnknownNever.math_operators_and_never
2022-10-28 06:22:49 +08:00
TypePackTests.detect_cyclic_typepacks2
2022-07-29 11:41:13 +08:00
TypePackTests.pack_tail_unification_check
TypePackTests.type_alias_backwards_compatible
TypePackTests.type_alias_default_type_errors
2022-09-24 02:32:10 +08:00
TypeSingletons.function_call_with_singletons
2022-07-29 11:41:13 +08:00
TypeSingletons.function_call_with_singletons_mismatch
2023-02-25 02:24:22 +08:00
TypeSingletons.no_widening_from_callsites
2023-05-06 03:57:12 +08:00
TypeSingletons.overloaded_function_call_with_singletons_mismatch
2022-07-29 11:41:13 +08:00
TypeSingletons.return_type_of_f_is_not_widened
TypeSingletons.table_properties_type_error_escapes
TypeSingletons.widen_the_supertype_if_it_is_free_and_subtype_has_singleton
TypeSingletons.widening_happens_almost_everywhere
2023-05-20 02:59:59 +08:00
UnionTypes.dont_allow_cyclic_unions_to_be_inferred
2023-03-17 22:59:30 +08:00
UnionTypes.generic_function_with_optional_arg
2022-07-29 11:41:13 +08:00
UnionTypes.index_on_a_union_type_with_missing_property
UnionTypes.table_union_write_indirect