virtualx-engine/modules/gdscript/tests/scripts/runtime/errors
Rémi Verschelde 72b8d397d0
GDScript: Further restrict test error output for C++ errors
MSVC and GCC/Clang also have different function names...
2023-06-14 13:28:52 +02:00
..
bad_conversion_for_default_parameter.gd GDScript: Fix missing conversion for default argument values 2023-01-06 11:49:06 +02:00
bad_conversion_for_default_parameter.out GDScript: Fix missing conversion for default argument values 2023-01-06 11:49:06 +02:00
callable_call_after_free_object.gd
callable_call_after_free_object.out
constant_array_is_deep.gd GDScript: Begin making constants deep, not shallow or flat 2023-01-08 07:29:10 +02:00
constant_array_is_deep.out GDScript: Begin making constants deep, not shallow or flat 2023-01-08 07:29:10 +02:00
constant_dictionary_is_deep.gd GDScript: Begin making constants deep, not shallow or flat 2023-01-08 07:29:10 +02:00
constant_dictionary_is_deep.out GDScript: Begin making constants deep, not shallow or flat 2023-01-08 07:29:10 +02:00
non_static_method_call_on_native_class.gd GDScript: Avoid calling non-static methods on native classes 2023-01-28 20:33:01 -03:00
non_static_method_call_on_native_class.out GDScript: Avoid calling non-static methods on native classes 2023-01-28 20:33:01 -03:00
typed_array_assign_basic_to_typed.gd GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_assign_basic_to_typed.out GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_assign_differently_typed.gd GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_assign_differently_typed.out GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_assign_wrong_to_typed.gd GDScript: Allow elements of a parent class in a typed array literal 2023-03-28 13:47:24 +03:00
typed_array_assign_wrong_to_typed.out GDScript: Further restrict test error output for C++ errors 2023-06-14 13:28:52 +02:00
typed_array_pass_basic_to_typed.gd GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_pass_basic_to_typed.out GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_pass_differently_to_typed.gd GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_pass_differently_to_typed.out GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02: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