swig/Examples/test-suite/lua
William S Fulton ae445a8f3c [Lua] Fix flaky li_std_map test caused by garbage collected Struct objects
The IntStructPtrMap and IntStructConstPtrMap sections passed newly
constructed Struct objects straight into the map and kept no Lua
reference to them. These maps store just the raw pointers, so once the
incremental collector completed a cycle the Struct objects were deleted
and the maps were left holding dangling pointers. The following value
checks then read freed memory, which sporadically failed in CI with:

  li_std_map_runme.lua:68: ispmap:get(8)

Hold the Struct objects in a Lua table for the lifetime of the maps.

Confirmed as a use-after-free with valgrind and reproducible before the
fix by lowering the collector pause with collectgarbage("setpause", 105).

Assisted-by: Claude Code (Opus 5)
2026-08-01 09:42:44 +01:00
..
Makefile.in More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
abstract_access_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
abstract_inherit_ok_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
abstract_inherit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
abstract_inherit_using_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
abstract_signature_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
abstract_typedef2_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
abstract_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
abstract_virtual_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
access_change_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
add_link_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
aggregate_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
allowexcept_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
allprotected_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
anonymous_bitfield_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
apply_signed_char_runme.lua Fix apply_signed_char test (#3502) 2026-07-22 23:06:16 +01:00
apply_strings_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
apply_typemap_typedefs_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
argcargvtest_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
argout_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
array_member_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
arrays_global_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
arrays_scope_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
assign_const_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
assign_reference_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
bools_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
c_delete_function_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
c_delete_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cast_operator_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
casts_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
catches_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
catches_strings_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
char_binary_rev_len_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
char_binary_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
char_constant_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
char_strings_runme.lua Add char *& string typemaps to all languages and char_strings runme parity 2026-07-09 21:55:58 +01:00
chartest_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
class_case_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
class_ignore_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
class_scope_namespace_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
class_scope_weird_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
clientdata_prop_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
compactdefaultargs_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
const_const_2_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
const_const_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constant_expr_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constant_expr_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constant_pointers_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constover_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constructor_copy_non_const_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constructor_copy_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constructor_explicit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constructor_rename_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
constructor_value_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
contract_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
contract_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
conversion_namespace_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
conversion_ns_template_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
conversion_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
copyctor_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_alias_nested_template_scoping_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_alternate_function_syntax_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_assign_delete_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_assign_rvalue_reference_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_attribute_specifiers_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_auto_variable_runme.lua Rename the near function to cmp_flt function that compare float numbers (#3490) 2026-07-09 18:27:35 +01:00
cpp11_brackets_expression_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_constexpr_friend_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_constexpr_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_copyctor_delete_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_decltype_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_default_delete_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_delegating_constructors_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_director_enums_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_director_using_constructor_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_directors_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_explicit_conversion_operators_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_final_class_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_final_directors_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp11_inheriting_constructors_runme.lua Inherit constructors named through a typedef base 2026-06-17 01:47:06 +01:00
cpp11_lambda_functions_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_move_only_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_move_only_valuewrapper_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_move_typemaps_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
cpp11_null_pointer_constant_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_raw_string_literals_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_ref_qualifiers_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_ref_qualifiers_rvalue_unignore_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_ref_qualifiers_typemaps_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_result_of_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_rvalue_reference_move_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
cpp11_rvalue_reference_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_shared_ptr_const_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp11_shared_ptr_crtp_upcast_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_shared_ptr_overload_runme.lua Improve handling of NULL vs nullptr vs 0 vs 0L 2026-06-29 14:36:06 +12:00
cpp11_shared_ptr_template_upcast_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp11_shared_ptr_upcast_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp11_std_array_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
cpp11_std_function_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp11_std_unique_ptr_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
cpp11_std_unordered_map_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
cpp11_std_unordered_set_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
cpp11_strongly_typed_enumerations_runme.lua R: Honour %rename of enum items in the generated R code 2026-07-15 00:24:05 +01:00
cpp11_template_explicit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_template_parameters_decltype_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_template_templated_methods_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_template_typedefs_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_type_aliasing_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_type_traits_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_uniform_initialization_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_using_constructor_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_using_typedef_struct_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_variadic_function_templates_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp11_variadic_templates_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp14_auto_return_type_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp14_binary_integer_literals_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp17_enable_if_t_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp17_hex_floating_literals_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp17_nested_namespaces_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp17_nspace_nested_namespaces_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp17_string_view_runme.lua Lua review follow-ups 2026-05-30 17:24:17 +01:00
cpp17_u8_char_literals_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp_basic_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp_enum_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp_namespace_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp_nodefault_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp_parameters_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
cpp_static_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
cpp_typedef_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
curiously_recurring_template_pattern_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
default_arg_values_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
default_args_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
default_args_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
default_constructor_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
derived_nested_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
director_abstract_runme.lua Added unit tests for lua directors 2025-12-12 07:16:42 +00:00
director_alternating_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_basic_runme.lua Added unit tests for lua directors 2025-12-12 07:16:42 +00:00
director_enum_runme.lua Lua review follow-ups 2026-05-30 17:24:17 +01:00
director_exception_catches_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
director_exception_nothrow_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_exception_runme.lua Added unit tests for lua directors 2025-12-12 07:16:42 +00:00
director_extend_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_frob_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_ignore_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_keywords_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_minimal_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_nspace_director_name_collision_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
director_nspace_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
director_overload_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_primitives_runme.lua Rename the near function to cmp_flt function that compare float numbers (#3490) 2026-07-09 18:27:35 +01:00
director_profile_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_protected_runme.lua Fix protected/private nested class referenced in generated upcast helper 2026-07-11 21:02:49 +01:00
director_shared_ptr_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
director_stl_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_string_runme.lua Added unit tests for lua directors 2025-12-12 07:16:42 +00:00
director_unroll_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
director_using_member_scopes_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
disown_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
dynamic_cast_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
empty_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
empty_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
enum_forward_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
enum_macro_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
enum_plus_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
enum_rename_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
enum_scope_template_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
enum_template_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
enum_thorough_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
enums_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
equality_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
evil_diamond_ns_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
evil_diamond_prop_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
exception_classname_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
exception_memory_leak_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
exception_order_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
exception_partial_info_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
extend_constructor_destructor_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
extend_default_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
extend_placement_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
extend_runme.lua Rename the near function to cmp_flt function that compare float numbers (#3490) 2026-07-09 18:27:35 +01:00
extend_special_variables_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
extend_template_method_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
extend_template_ns_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
extend_template_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
extend_typedef_class_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
extend_variable_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
extern_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
extern_declaration_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
final_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
friends_nested_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
friends_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
friends_template_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
funcptr_cpp_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
funcptr_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
function_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
functors_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
fvirtual_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
global_functions_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
global_immutable_vars_cpp_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
global_immutable_vars_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
global_namespace_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
global_ns_arg_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
global_vars_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
grouping_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
helpers.lua [Lua] Restore Lua 5.1 and LuaJIT compatibility for non-director wrapping 2026-07-14 20:15:39 +01:00
iadd_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
ignore_parameter_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
import_nomodule_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
import_share_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
imports_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
inctest_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
infinity_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
inherit_member_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
inherit_missing_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
inherit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
integers_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
keyword_rename_c_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
keyword_rename_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
kwargs_feature_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_attribute_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_attribute_template_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_boost_shared_ptr_attribute_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_boost_shared_ptr_bits_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_boost_shared_ptr_director_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_boost_shared_ptr_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
li_boost_shared_ptr_template_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_carrays_cpp_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
li_carrays_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
li_cdata_bytes_cpp_runme.lua [Lua] Restore Lua 5.1 and LuaJIT compatibility for non-director wrapping 2026-07-14 20:15:39 +01:00
li_cdata_bytes_runme.lua [Lua] Restore Lua 5.1 and LuaJIT compatibility for non-director wrapping 2026-07-14 20:15:39 +01:00
li_cdata_cpp_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
li_cdata_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
li_cmalloc_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_constraints_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
li_cpointer_cpp_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_cpointer_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_factory_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
li_math_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_auto_ptr_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
li_std_containers_overload_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_deque_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_except_as_class_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
li_std_except_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
li_std_map_member_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_map_runme.lua [Lua] Fix flaky li_std_map test caused by garbage collected Struct objects 2026-08-01 09:42:44 +01:00
li_std_pair_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
li_std_pair_using_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_set_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
li_std_string_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
li_std_vector_back_reference_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_vector_enum_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_vector_member_var_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_vector_ptr_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_std_vector_runme.lua Rename the near function to cmp_flt function that compare float numbers (#3490) 2026-07-09 18:27:35 +01:00
li_stdint_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
li_typemaps_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
long_long_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
lua_inherit_getitem_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
lua_lightuserdata_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
lua_module_global_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
lua_no_module_global_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
member_pointer_const_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
member_pointer_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
memberin_extend_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
memberin_extend_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
minherit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
mod_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
multi_import_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
multichar_constant_runme.lua Fix multicharacter constants to have type int, not char 2026-07-29 19:46:45 +01:00
multiple_inheritance_abstract_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
multiple_inheritance_nspace_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
multiple_inheritance_overload_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
multiple_inheritance_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
multiple_inheritance_shared_ptr_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
name_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
name_warnings_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
namespace_chase_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
namespace_class_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
namespace_forward_declaration_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
namespace_template_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
native_directive_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
naturalvar_more_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
naturalvar_onoff_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
naturalvar_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
nested_class_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
nested_extend_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
nested_in_template_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
nested_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
nested_scope_flat_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
nested_structs_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
nested_template_base_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
nested_workaround_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
newobject1_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
newobject2_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
newobject3_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
not_c_keywords_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
nspace_extend_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
nspace_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
nspacemove_nested_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
nspacemove_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
nspacemove_stl_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
null_pointer_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
numeric_bounds_checking_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
operator_overload_break_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
operator_overload_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
operbool_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_bool_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_complicated_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
overload_copy_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_extend2_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_extend_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_extend_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_method_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_null_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
overload_polymorphic_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_rename_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_return_type_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_simple_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
overload_subtype_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
overload_template_fast_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
overload_template_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
packageoption_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
pointer_reference_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
preproc_constants_c_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
preproc_constants_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
preproc_cpp_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
preproc_defined_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
preproc_gcc_output_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
preproc_include_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
preproc_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
primitive_ref_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
private_assign_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
refcount_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
reference_global_vars_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename1_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename2_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename3_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename4_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename_camel_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename_pcre_encoder_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename_pcre_enum_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename_predicates_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename_rstrip_encoder_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename_scope_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename_simple_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
rename_strip_encoder_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rename_wildcard_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
ret_by_value_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
return_const_value_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
rname_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
samename_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
sizet_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_const_overload_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
smart_pointer_const_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
smart_pointer_extend_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_ignore_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
smart_pointer_inherit_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_member_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
smart_pointer_multi_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_multi_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
smart_pointer_not_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_overload_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_rename_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_simple_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_static_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
smart_pointer_templatemethods_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
smart_pointer_templatevariables_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
smart_pointer_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
sneaky1_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
special_variable_macros_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
special_variables_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
static_const_member_2_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
static_const_member_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
string_constants_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
string_simple_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
struct_initialization_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
struct_rename_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
struct_value_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
swig_exception_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
sym_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_arg_typename_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_class_reuse_name_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_classes_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_construct_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
template_default_arg_overloaded_extend_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_default_arg_overloaded_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_default_arg_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
template_default_cache_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_default_class_parms_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_default_class_parms_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_extend1_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
template_extend2_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
template_function_parm_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_inherit_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
template_methods_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_namespace_forward_declaration_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_nested_flat_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_nested_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_nested_typemaps_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_ns4_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_ns_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_opaque_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_parameters_global_scope_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_partial_specialization_more_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_partial_specialization_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_partial_specialization_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_ref_type_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_rename_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_specialization_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_specialization_using_declaration_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_static_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
template_tbase_template_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_template_parameters_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_template_template_parameters_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_templated_constructors_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_type_collapse_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_type_namespace_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typedef_cplx2_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typedef_cplx3_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typedef_cplx4_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typedef_cplx_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typedef_import_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typedef_inherit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typedef_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typemaps_typedef2_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_typemaps_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_using_directive_and_declaration_forward_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_using_directive_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
template_using_member_default_arg_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
throw_exception_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
typedef_class_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typedef_classforward_same_name_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typedef_funcptr_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typedef_inherit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typedef_reference_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typedef_scope_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typedef_struct_cpp_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typedef_struct_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typedef_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_arrays_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_delete_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_documentation_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_namespace_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_ns_using_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_out_optimal_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_qualifier_strip_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_template_parms_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typemap_template_typedef_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
typename_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
types_directive_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
unicode_strings_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
union_parameter_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
unions_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using1_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using2_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_composition_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_directive_and_declaration_forward_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_directive_and_declaration_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_extend_flatten_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_extend_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_inherit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_member_multiple_inherit_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_member_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_pointers_runme.lua Improve Lua test syntax (#3463) 2026-06-01 23:23:41 +01:00
using_private_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
using_protected_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
valuewrapper_base_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
valuewrapper_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
varargs_overload_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
varargs_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
virtual_derivation_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
virtual_poly_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
virtual_vs_nonvirtual_base_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
voidtest_runme.lua Remove Lua 5.0 and Lua 5.1 and Lua options 2026-05-30 17:24:17 +01:00
wallkw_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00
wrapmacro_runme.lua More Lua tests (#3405) 2026-05-31 15:09:53 +01:00