virtualx-engine/modules/gdscript/tests/scripts/runtime/errors
2024-09-12 11:10:17 -05:00
..
bad_conversion_for_default_parameter.gd
bad_conversion_for_default_parameter.out
callable_call_after_free_object.gd
callable_call_after_free_object.out
cast_freed_object.gd
cast_freed_object.out
cast_int_to_array.gd
cast_int_to_array.out
cast_int_to_object.gd
cast_int_to_object.out
cast_object_to_int.gd
cast_object_to_int.out
constant_array_is_deep.gd
constant_array_is_deep.out [GDScript] Correctly report invalid read-only access 2024-05-01 12:28:47 +02:00
constant_dictionary_is_deep.gd
constant_dictionary_is_deep.out [GDScript] Correctly report invalid read-only access 2024-05-01 12:28:47 +02:00
for_loop_iterator_type_not_match_specified.gd
for_loop_iterator_type_not_match_specified.out
gd_utility_function_wrong_arg.gd
gd_utility_function_wrong_arg.out
invalid_property_assignment.gd [Core] Fix Variant::construct of Object 2024-07-25 12:25:29 +02:00
invalid_property_assignment.out [Core] Fix Variant::construct of Object 2024-07-25 12:25:29 +02:00
non_static_method_call_on_native_class.gd
non_static_method_call_on_native_class.out
read_only_dictionary.gd [Core] Fix property access on read-only Dictionary 2024-04-22 13:57:34 +02:00
read_only_dictionary.out [GDScript] Correctly report invalid read-only access 2024-05-01 12:28:47 +02:00
typed_array_assign_basic_to_typed.gd
typed_array_assign_basic_to_typed.out
typed_array_assign_differently_typed.gd
typed_array_assign_differently_typed.out
typed_array_assign_wrong_to_typed.gd
typed_array_assign_wrong_to_typed.out Core: Improve vformat error reporting on sprintf failure 2024-07-04 10:54:55 +02:00
typed_array_pass_basic_to_typed.gd
typed_array_pass_basic_to_typed.out
typed_array_pass_differently_to_typed.gd
typed_array_pass_differently_to_typed.out
typed_dictionary_assign_basic_to_typed.gd Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_assign_basic_to_typed.out Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_assign_differently_typed.gd Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_assign_differently_typed.out Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_assign_differently_typed_key.gd Core: Fix operator[] for typed dictionaries 2024-09-12 11:10:17 -05:00
typed_dictionary_assign_differently_typed_key.out Core: Fix operator[] for typed dictionaries 2024-09-12 11:10:17 -05:00
typed_dictionary_assign_differently_typed_value.gd Core: Fix operator[] for typed dictionaries 2024-09-12 11:10:17 -05:00
typed_dictionary_assign_differently_typed_value.out Core: Fix operator[] for typed dictionaries 2024-09-12 11:10:17 -05:00
typed_dictionary_assign_wrong_to_typed.gd Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_assign_wrong_to_typed.out Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_pass_basic_to_typed.gd Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_pass_basic_to_typed.out Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_pass_differently_to_typed.gd Implement typed dictionaries 2024-09-04 10:27:26 -05:00
typed_dictionary_pass_differently_to_typed.out Implement typed dictionaries 2024-09-04 10:27:26 -05:00
use_return_value_of_free_call.gd
use_return_value_of_free_call.out
use_return_value_of_void_builtin_method_call.gd
use_return_value_of_void_builtin_method_call.out
use_return_value_of_void_native_method_call.gd
use_return_value_of_void_native_method_call.out
utility_function_wrong_arg.gd
utility_function_wrong_arg.out