swig/Examples/test-suite/r
William S Fulton b16a7c958a Fix crash in c_copy_struct R testcase
Workaround initialises additional members in the A struct when created
using new(A) as opposed to created with A().
Probably the typemaps for int etc should be fixed to not crash if the
input is not initialised though.
2025-04-19 16:20:17 +01:00
..
Makefile.in Fix testsuite SWIG warnings; enable SWIG -Werror 2024-10-22 10:30:52 +13:00
abstract_access_runme.R ENH R abstract_access_runme 2019-08-31 17:02:46 +10:00
argcargvtest_runme.R argcargv.i: NULL terminate argv with empty input 2023-05-23 10:12:49 +12:00
arrays_dimensionless_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
catches_strings_runme.R std::string throws typemaps 2022-09-19 09:09:29 +01:00
constant_pointers_runme.R Add missing SWIGTYPE *const& typemaps 2022-10-13 22:22:18 +01:00
enum_thorough_runme.R FIX: references to enums now functioning 2019-03-08 21:56:36 +11:00
exception_memory_leak_runme.R [R] Run destructors of local C++ objects on SWIG_fail 2022-10-14 14:44:19 +13:00
extend_template_method_runme.R more tests for R 2022-11-05 20:43:15 +01:00
funcptr_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
ignore_parameter_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
integers_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
li_attribute_template_runme.R more tests for R 2022-11-05 20:43:15 +01:00
li_boost_shared_ptr_runme.R Overloading fixes for R and rtypecheck typemap 2022-11-05 08:40:26 +00:00
li_boost_shared_ptr_template_runme.R more tests for R 2022-11-05 20:43:15 +01:00
li_std_deque_runme.R [R] Fix warning from std_deque.i 2024-09-27 11:50:16 +12:00
li_std_vector_runme.R run test and copying typemaps to std::string 2016-04-05 10:06:42 +10:00
li_std_vector_vector_runme.R Rtest3 (#2448) 2023-09-11 18:35:57 +01:00
namespace_struct_runme.R [R] Fix CopyToR() generated for struct in namespace 2022-01-31 12:05:09 +13:00
overload_method_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
overload_null_runme.R Shorten testcase variable names for Scilab 6 to work 2021-11-15 22:45:56 +00:00
pointer_reference_runme.R added testcase pointer_reference 2022-11-16 20:54:45 +01:00
preproc_constants_runme.R Revert "Remove R test until fixed" 2024-08-18 08:29:23 +12:00
r_copy_struct_runme.R Fix crash in c_copy_struct R testcase 2025-04-19 16:20:17 +01:00
r_double_delete_runme.R modify test-suite (barring python atm) to not rely on the -I path to find the input .i file - removes the new warning 125 and sets up the test-suite for testing with ccache. This change required the use of -outcurrentdir and moving the .i files from the language subdirectories to the directory above along with some .i file name changes. 2008-11-26 21:35:15 +00:00
r_legacy_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
r_sexp_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
r_use_isnull_runme.R add support files and regression tests for #1124 2017-11-25 01:37:14 +08:00
rename_simple_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
simple_array_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
smart_pointer_templatevariables_runme.R more tests for R 2022-11-05 20:43:15 +01:00
template_class_reuse_name_runme.R more r tests 2022-11-16 22:17:25 +01:00
template_classes_runme.R more r tests 2022-11-16 22:17:25 +01:00
template_default_arg_overloaded_extend_runme.R more r tests 2022-11-16 22:17:25 +01:00
template_default_arg_overloaded_runme.R more r tests 2022-11-16 22:17:25 +01:00
template_ref_type_runme.R more r tests 2022-11-20 18:52:00 +01:00
typedef_inherit_runme.R Polymorphism in R wrappers fixed for C++ structs 2022-10-24 08:56:55 +01:00
unions_runme.R runtime test for tricky enumerations and support for out of source testing via args option to R 2015-08-12 18:33:53 +01:00
unittest.R Rtest3 (#2448) 2023-09-11 18:35:57 +01:00