swig/Examples/test-suite/python
2006-12-03 08:28:42 +00:00
..
abstract_access_runme.py
abstract_typedef2_runme.py
abstract_typedef_runme.py
abstract_virtual_runme.py
argcargvtest.i add missing typecheck typemap for argc,argv 2006-02-27 03:00:26 +00:00
argcargvtest_runme.py add missing typecheck typemap for argc,argv 2006-02-27 03:00:26 +00:00
array_member_runme.py
arrays_global_runme.py
attributetest.i
autodoc.i add 'docstring' test-case 2006-02-02 17:18:37 +00:00
callback.i
callback_runme.py fixes for python 2.1 2006-02-23 09:08:49 +00:00
class_ignore_runme.py
class_scope_weird_runme.py
compactdefaultargs_runme.py
complextest.i
complextest_runme.py
constover_runme.py
constructor_copy_runme.py
contract_runme.py
cpp_enum_runme.py
cpp_namespace_runme.py
default_args_runme.py fixes for python 2.1 2006-02-23 09:08:49 +00:00
default_constructor_runme.py fix memory leaks in test 2006-01-28 19:18:47 +00:00
director_abstract_runme.py fixes for python 2.1 2006-02-23 09:13:16 +00:00
director_basic_runme.py change runtime examples to run with old python versions 2006-01-11 23:06:15 +00:00
director_classic_runme.py more tests to match the c#/java runtime test 2006-08-10 21:25:57 +00:00
director_default_runme.py
director_detect_runme.py change runtime examples to run with old python versions 2006-01-11 23:13:23 +00:00
director_enum_runme.py
director_exception_runme.py
director_extend_runme.py #1506840 testcase - directors with virtual extended methods 2006-09-23 00:00:58 +00:00
director_finalizer_runme.py
director_frob_runme.py
director_nested_runme.py fixes for python 2.1 2006-02-23 09:08:49 +00:00
director_profile.i add more cases 2005-12-27 23:37:40 +00:00
director_profile_runme.py
director_protected_runme.py
director_stl.i add support for named warning codes 2006-01-06 11:42:24 +00:00
director_stl_runme.py
director_string_runme.py remove debug 2006-05-05 23:24:58 +00:00
director_thread_runme.py fix for 1.5.2 2006-02-06 09:23:28 +00:00
director_unroll_runme.py
director_wstring_runme.py
disown_runme.py
dynamic_cast_runme.py
empty_runme.py
enum_template_runme.py
enums_runme.py
exception_order_runme.py add the %throws directive 2006-01-10 10:12:32 +00:00
extend_placement_runme.py
extend_template_ns_runme.py
extend_template_runme.py
extend_variable_runme.py
file_test_runme.py
friends_runme.py
fvirtual_runme.py test #1508327 - Overloaded methods are hidden when using -fvirtual optimisation 2006-09-28 22:02:03 +00:00
global_ns_arg_runme.py add missing check for noargs 2006-02-03 09:08:27 +00:00
grouping_runme.py
hugemod.pl add the hugemod example 2006-02-23 06:38:46 +00:00
iadd.h
iadd.i
iadd_runme.py
implicittest.i fix warning 2006-02-01 05:13:46 +00:00
import_nomodule_runme.py
imports_runme.py
inctest_runme.py
inherit_missing_runme.py
inout.i
inout_runme.py
inplaceadd.i
inplaceadd_runme.py
input.i
input_runme.py
kwargs.i more fixes for %copyctor 2006-03-20 10:39:01 +00:00
kwargs_runme.py fix builtin names warnings, so they ony apply to functions, as reported by James Bigler and the 'max' name issue 2006-03-03 05:16:16 +00:00
langobj_runme.py fix memory PyObject * typemaps to avoid memory leaks with iterators 2006-01-11 23:05:12 +00:00
li_attribute_runme.py
li_carrays_runme.py
li_cmalloc_runme.py
li_cpointer_runme.py
li_cstring_runme.py
li_cwstring_runme.py
li_factory_runme.py fix for python 2.1 2006-03-05 06:36:55 +00:00
li_implicit_runme.py
li_std_carray.i
li_std_carray_runme.py change runtime examples to run with old python versions 2006-01-11 23:06:15 +00:00
li_std_map.i fix bug #1480074 2006-05-04 06:47:31 +00:00
li_std_map_runme.py fix bug #1480074 2006-05-04 06:47:31 +00:00
li_std_pair.i
li_std_pair_runme.py
li_std_set.i
li_std_set_runme.py change runtime examples to run with old python versions 2006-01-11 23:06:15 +00:00
li_std_stream.i
li_std_stream_runme.py change runtime examples to run with old python versions 2006-01-11 23:06:15 +00:00
li_std_string.i add/fix std_string test with %naturalvar 2006-01-30 06:14:35 +00:00
li_std_string_runme.py more fixes/tests for empty strings 2006-05-04 04:45:41 +00:00
li_std_vector.i fix std::vector<const int*>, reported by tagna@gaia.ecs.csus.edu 2006-05-04 05:24:41 +00:00
li_std_vector_runme.py fix bug #1420757 2006-02-02 23:13:54 +00:00
li_std_vectora.i
li_std_wstream.i
li_std_wstream_runme.py change runtime examples to run with old python versions 2006-01-11 23:06:15 +00:00
li_std_wstring.i remove vc++ noise 2006-01-21 00:02:05 +00:00
li_std_wstring_runme.py change runtime examples to run with old python versions 2006-01-11 23:06:15 +00:00
Makefile.in director_thread added to common.mk and removed from python/Makefile.in 2006-08-11 22:11:24 +00:00
minherit_runme.py
mod_runme.py avoid cast list elements, add more debug info, add Rubin's multi-module 'mod'example 2006-01-20 18:59:06 +00:00
namespace_class_runme.py
namespace_typemap_runme.py
namespace_virtual_method_runme.py
naturalvar_runme.py
nondynamic.i
nondynamic_runme.py
overload_complicated_runme.py
overload_copy_runme.py
overload_extend_runme.py
overload_extendc_runme.py
overload_rename_runme.py
overload_simple_cast.i
overload_simple_cast_runme.py fix errors for 32bit arch. 2006-01-23 00:33:19 +00:00
overload_simple_runme.py fix overload + protected member issue reported by Colin McDonald 2006-02-20 16:52:28 +00:00
overload_subtype_runme.py
overload_template_fast_runme.py
overload_template_runme.py fixes for python 2.1 2006-02-23 09:08:49 +00:00
preproc_runme.py
primitive_ref_runme.py
primitive_types_runme.py
profiletest_runme.py fix run test compile for the moment 2006-01-15 08:26:35 +00:00
profiletestc_runme.py
pyswig.supp
README
refcount_runme.py add extended support for smart pointers 2006-02-04 09:48:40 +00:00
reference_global_vars_runme.py
rename_scope_runme.py add test for rename 2006-02-17 20:46:13 +00:00
ret_by_value_runme.py
return_const_value_runme.py
simutry.i add missing virtual destructors 2006-02-23 07:08:11 +00:00
smart_pointer_extend_runme.py
smart_pointer_member_runme.py
smart_pointer_multi_runme.py
smart_pointer_multi_typedef_runme.py
smart_pointer_not_runme.py
smart_pointer_overload_runme.py
smart_pointer_rename_runme.py
smart_pointer_simple_runme.py
smart_pointer_typedef_runme.py
sneaky1_runme.py fix for perl keyword 2006-03-07 23:05:11 +00:00
static_const_member_2_runme.py
std_containers.i remove vc++ noise 2006-01-21 00:02:05 +00:00
std_containers_runme.py fix to avoid copies when the wrapper class exists 2006-01-08 07:08:21 +00:00
struct_rename_runme.py
struct_value_runme.py
swigobject.i fix format warning 2006-02-05 04:08:28 +00:00
swigobject_runme.py
tag_no_clash_with_variable_runme.i
template_construct_runme.py
template_default_arg_runme.py
template_extend1_runme.py
template_extend2_runme.py
template_inherit_runme.py
template_matrix.i
template_matrix_runme.py
template_ns4_runme.py
template_ns_runme.py
template_opaque_runme.py
template_ref_type_runme.py
template_rename_runme.py fixes for %templates/%rename/%features + templates 2006-02-05 20:25:43 +00:00
template_static_runme.py fixes for python 2.1 2006-02-23 09:08:49 +00:00
template_tbase_template_runme.py
template_type_namespace_runme.py
template_typedef_cplx2_runme.py
template_typedef_cplx3_runme.py
template_typedef_cplx4_runme.py
template_typedef_cplx_runme.py
template_typedef_import_runme.py
template_typedef_runme.py
typedef_class_runme.py
typedef_inherit_runme.py
typedef_scope_runme.py
typemap_namespace_runme.py
typemap_ns_using_runme.py
typename_runme.py
unions_runme.py
using1_runme.py
using2_runme.py
using_composition_runme.py
using_extend_runme.py fix using + extend as reported by William 2006-02-22 01:21:43 +00:00
using_inherit_runme.py
using_private_runme.py
using_protected_runme.py
varargs_runme.py
vector.i add support for named warning codes 2006-01-06 11:42:24 +00:00
virtual_derivation_runme.py
virtual_poly_runme.py
voidtest_runme.py add test for 'void *' argument 2006-02-04 00:34:12 +00:00
wrapmacro_runme.py

See ../README for common README file.

Any testcases which have _runme.py appended after the testcase name will be detected and run.