swig/Examples/test-suite
2013-03-23 18:22:20 +00:00
..
allegrocl
cffi
chicken Fix assorted typos. 2013-01-08 18:47:40 +13:00
clisp
csharp Convert to unix fileformat 2013-01-12 16:54:45 +00:00
d
errors Fix C code where a typedef name was used for constructor and destructor names in %extend. Deprecate use of typedef names for constructor and destructor names going forwards. 2013-02-18 22:40:42 +00:00
go
guile
guilescm
java Merge pull request #17 from tristan0x/fix-test-suite-if-custom-java 2013-01-18 17:13:16 -08:00
lua Convert to unix fileformat 2013-01-12 16:54:45 +00:00
mzscheme
ocaml
octave
perl5 Fix assorted typos. 2013-01-08 18:47:40 +13:00
php
pike
python added python test case li_std_except_as_class for SF bug 1295 2013-01-04 15:43:44 +01:00
r
ruby Apply patch 3530444 2012-12-15 16:16:40 +00:00
schemerunme
tcl
testdir Minor update to test-suite README help files 2013-01-17 07:48:16 +00:00
uffi
abstract_access.i
abstract_inherit.i
abstract_inherit_ok.i
abstract_signature.i
abstract_typedef.i
abstract_typedef2.i
abstract_virtual.i
access_change.i
add_link.i
aggregate.i
allowexcept.i
allprotected.i
allprotected_not.i
anonymous_bitfield.i
apply_signed_char.i
apply_strings.i
argcargvtest.i
argout.i
array_member.i
array_typedef_memberin.i
arrayref.i
arrays.i
arrays_dimensionless.i
arrays_global.i Uncomment testing of overloading of const char arrays which was fixed in svn r12541 for swig-2.0.3. 2013-02-21 07:09:27 +00:00
arrays_global_twodim.i
arrays_scope.i
autodoc.i
bloody_hell.i
bools.i
callback.i
cast_operator.i
casts.i
catches.i
char_binary.i
char_constant.i
char_strings.i
chicken_ext_test.i
class_forward.i
class_ignore.i
class_scope_weird.i
clientdata_prop.list
clientdata_prop_a.h
clientdata_prop_a.i
clientdata_prop_b.h
clientdata_prop_b.i
common.mk Fix SWIG's handling of qualified (e.g. const) variables of array type 2013-02-19 20:05:46 +00:00
compactdefaultargs.i
complextest.i
const_const.i
const_const_2.i
constant_expr.i
constant_pointers.i
constants.i
constover.i
constructor_copy.i
constructor_exception.i
constructor_explicit.i
constructor_ignore.i
constructor_rename.i
constructor_value.i
contract.i
conversion.i
conversion_namespace.i
conversion_ns_template.i
cplusplus_throw.i
cpp_basic.i
cpp_broken.i
cpp_enum.i
cpp_namespace.i
cpp_nodefault.i
cpp_static.i
cpp_typedef.i
csharp_attributes.i
csharp_exceptions.i
csharp_features.i
csharp_lib_arrays.i
csharp_prepost.i Fix spacing in generated code for csdirectorin 'pre', 'post' and 'terminator' attributes. Add some more tests for these attributes. 2013-01-11 19:47:10 +00:00
csharp_typemaps.i Fix cstype typemap lookup for member variables so that a fully qualified variable name matches 2013-01-15 06:45:47 +00:00
curiously_recurring_template_pattern.i
d_nativepointers.i
default_arg_values.i
default_args.i
default_constructor.i
defvalue_constructor.i
derived_byvalue.i
derived_nested.i
destructor_reprotected.i
director_abstract.i
director_alternating.i
director_basic.i Add ability to suppress some director warnings by their method name, not just the containing class name 2013-03-19 19:50:43 +00:00
director_binary_string.i
director_classes.i Add ability to suppress some director warnings by their method name, not just the containing class name 2013-03-19 19:50:43 +00:00
director_classic.i
director_constructor.i
director_default.i
director_detect.i
director_enum.i
director_exception.i
director_extend.i
director_finalizer.i
director_frob.i
director_ignore.i Apply patch SF #335 - Truly ignore constructors in directors with %ignore and correct testcase that tests this 2013-01-29 06:55:22 +00:00
director_keywords.i
director_namespace_clash.i
director_nested.i
director_nspace.i Fix for SourceForge Bug #1278 2013-01-02 15:07:56 -06:00
director_nspace_director_name_collision.i Fix director_nspace_director_name_collision test for languages that don't support %nspace 2013-03-19 19:50:44 +00:00
director_overload.i
director_overload2.i New director test highlighting a proble in Go 2012-10-26 19:32:19 +00:00
director_primitives.i
director_profile.i
director_protected.i
director_protected_overloaded.i
director_redefined.i
director_smartptr.i Don't test shared_ptr for languages that don't have support for shared_ptr 2013-03-23 18:22:20 +00:00
director_stl.i
director_string.i
director_thread.i
director_unroll.i
director_using.i
director_wombat.i
director_wstring.i
disown.i
dynamic_cast.i
empty.i
enum_forward.i
enum_plus.i
enum_rename.i
enum_scope_template.i
enum_template.i
enum_thorough.i
enum_thorough_proper.i
enum_thorough_simple.i
enum_thorough_typesafe.i
enum_thorough_typeunsafe.i
enum_var.i
enums.i
evil_diamond.i
evil_diamond_ns.i
evil_diamond_prop.i
exception_order.i
exception_partial_info.i
expressions.i
extend.i
extend_constructor_destructor.i Fix C code where a typedef name was used for constructor and destructor names in %extend. Deprecate use of typedef names for constructor and destructor names going forwards. 2013-02-18 22:40:42 +00:00
extend_default.i
extend_placement.i
extend_special_variables.i
extend_template.i
extend_template_ns.i
extend_typedef_class.i Restrict the name used in %extend to be just the struct/class name and not a typedef to a class/struct. Typedefs were only partially working anyway. Anonymous struct typedefs excluded. Deprecate with a warning for now. 2013-02-18 19:53:37 +00:00
extend_variable.i
extern_c.i
extern_declaration.i
extern_namespace.i
extern_throws.i
features.i
file_test.i
fragments.i
friends.i
funcptr.i
funcptr_cpp.i
function_typedef.i
fvirtual.i
global_namespace.i
global_ns_arg.i
global_scope_types.i
global_vars.i
grouping.i
guilescm_ext_test.i
iadd.i
ignore_parameter.i
ignore_template_constructor.i
immutable_values.i
implicittest.i Add runtime test for %implicitconv 2012-12-08 10:37:04 +00:00
import_nomodule.h
import_nomodule.i
import_stl.list
import_stl_a.i
import_stl_b.i
imports.list
imports_a.h
imports_a.i
imports_b.h
imports_b.i
inctest.h
inctest.i moved testdir/* to testdir/inctest/* under Examples/test-suite/ 2013-01-13 23:14:46 +01:00
inherit.i
inherit_missing.i
inherit_same_name.i
inherit_target_language.i
inherit_void_arg.i
inline_initializer.i
inout.i
inplaceadd.i
input.i
insert_directive.i
integers.i
intermediary_classname.i
java_constants.i
java_director.i
java_director_assumeoverride.i Add ability to suppress some director warnings by their method name, not just the containing class name 2013-03-19 19:50:43 +00:00
java_enums.i
java_jnitypes.i
java_lib_arrays.i
java_lib_arrays_dimensionless.i
java_lib_various.i
java_nspacewithoutpackage.i Suppress warning in testcase 2013-01-19 01:28:55 +00:00
java_pgcpp.i
java_pragmas.i
java_prepost.i Tweak test so it works if test-suite is run using -copyctor 2012-11-13 22:17:55 +00:00
java_throws.i
java_typemaps_proxy.i
java_typemaps_typewrapper.i
keyword_rename.i
kind.i
kwargs_feature.i
langobj.i
lextype.i
li_attribute.i
li_boost_intrusive_ptr.i Convert to unix fileformat 2013-01-12 16:54:45 +00:00
li_boost_shared_ptr.i
li_boost_shared_ptr_bits.i
li_boost_shared_ptr_template.i
li_carrays.i
li_cdata.i
li_cdata_carrays.i
li_cmalloc.i
li_constraints.i
li_cpointer.i
li_cstring.i
li_cwstring.i
li_factory.i
li_implicit.i
li_math.i
li_reference.i
li_std_carray.i
li_std_combinations.i
li_std_containers_int.i
li_std_deque.i
li_std_except.i
li_std_except_as_class.i added python test case li_std_except_as_class for SF bug 1295 2013-01-04 15:43:44 +01:00
li_std_functors.i
li_std_list.i
li_std_map.i
li_std_map_member.i
li_std_multimap.i
li_std_pair.i
li_std_pair_extra.i
li_std_pair_lang_object.i
li_std_pair_using.i
li_std_queue.i
li_std_set.i
li_std_stack.i
li_std_stream.i
li_std_string.i
li_std_string_extra.i
li_std_vector.i
li_std_vector_enum.i
li_std_vector_extra.i
li_std_vector_member_var.i
li_std_vector_ptr.i
li_std_vectora.i
li_std_wstream.i
li_std_wstring.i
li_stdint.i
li_typemaps.i
li_typemaps_apply.i
li_windows.i
list_vector.i
long_long.i
long_long_apply.i
lua_no_module_global.i
member_funcptr_galore.i
member_pointer.i
member_template.i
memberin1.i Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtr 2012-12-14 15:48:31 +00:00
memberin_extend.i
memberin_extend_c.i
minherit.i
minherit2.i
mixed_types.i
mod.h
mod.list
mod_a.i
mod_b.i
multi_import.h
multi_import.list
multi_import_a.i
multi_import_b.i
multi_import_c.i
multiple_inheritance.i
multivalue.i
name.i
name_cxx.i
name_warnings.i
namespace_class.i
namespace_enum.i
namespace_extend.i
namespace_forward_declaration.i
namespace_nested.i
namespace_spaces.i
namespace_template.i
namespace_typedef_class.i
namespace_typemap.i Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtr 2012-12-14 15:48:31 +00:00
namespace_union.i
namespace_virtual_method.i
naturalvar.i
nested.i
nested_class.i
nested_comment.i
nested_structs.i
nested_workaround.i
newobject1.i
newobject2.i
nspace.i
nspace_extend.i
null_pointer.i
octave_cell_deref.i
octave_dim.i
operator_overload.i
operator_overload_break.i
operator_pointer_ref.i
operbool.i
ordering.i
overload_complicated.i
overload_copy.i
overload_extend.i
overload_extendc.i
overload_method.i
overload_rename.i
overload_return_type.i
overload_simple.i
overload_subtype.i
overload_template.i
overload_template_fast.i
packageoption.h
packageoption.list
packageoption_a.i
packageoption_b.i
packageoption_c.i
php_namewarn_rename.i
pointer_in_out.i
pointer_reference.i
prefix.i
preproc.i
preproc_constants.i CFFI - Fix some string constants are incorrect 2012-12-14 08:00:22 +00:00
preproc_constants_c.i
preproc_defined.i
preproc_include.i
preproc_include_a.h
preproc_include_b.h
preproc_include_c.h
preproc_include_d withspace.h
preproc_include_e withspace.h
preproc_include_f withspace.h
preproc_include_g.h
preproc_include_h1.i
preproc_include_h2.i
preproc_include_h3.i
preproc_line_file.i
primitive_ref.i
primitive_types.i
private_assign.i
profiletest.i
protected_rename.i
pure_virtual.i
python_abstractbase.i
python_append.i
python_director.i
python_nondynamic.i
python_overload_simple_cast.i
python_pybuf.i
python_richcompare.i
python_varargs_typemap.i
r_copy_struct.i
r_double_delete.i
r_legacy.i
r_overload_array.i
README Minor update to test-suite README help files 2013-01-17 07:48:16 +00:00
redefined.i
redefined_not.i
refcount.h
refcount.i
reference_global_vars.i
register_par.i
rename.h
rename1.i
rename2.i
rename3.i
rename4.i
rename_camel.i
rename_pcre_encoder.i
rename_pcre_enum.i
rename_scope.i
rename_simple.i
rename_strip_encoder.i
restrict_cplusplus.i
ret_by_value.i
return_const_value.i
return_value_scope.i
rname.i
ruby_keywords.i
ruby_li_std_speed.i
ruby_naming.i
ruby_track_objects.i
ruby_track_objects_directors.i
samename.i
shared_ptr_wrapper.h
simple_array.i
simutry.i
sizeof_pointer.i
sizet.i
smart_pointer_const.i
smart_pointer_const2.i
smart_pointer_const_overload.i
smart_pointer_extend.i
smart_pointer_inherit.i
smart_pointer_member.i
smart_pointer_multi.i
smart_pointer_multi_typedef.i
smart_pointer_namespace.i
smart_pointer_namespace2.i
smart_pointer_not.i
smart_pointer_overload.i
smart_pointer_protected.i
smart_pointer_rename.i
smart_pointer_simple.i
smart_pointer_static.i
smart_pointer_template_const_overload.i
smart_pointer_templatemethods.i
smart_pointer_templatevariables.i
smart_pointer_typedef.i
sneaky1.i
special_variable_macros.i
special_variables.i
static_array_member.i
static_const_member.i
static_const_member_2.i
std_containers.i
stl_new.i
struct_initialization.i
struct_initialization_cpp.i
struct_rename.i
struct_value.i
swig_examples_lock.h
swigobject.i
sym.i
symbol_clash.i
tag_no_clash_with_variable.i
template_arg_replace.i
template_arg_scope.i
template_arg_typename.i
template_array_numeric.i
template_base_template.i
template_basic.i
template_classes.i
template_const_ref.i
template_construct.i
template_default.i
template_default2.i
template_default_arg.i
template_default_arg_virtual_destructor.i Add CHANGES note for virtual destructor in templates bug in prev commit 2013-01-06 01:49:25 +00:00
template_default_class_parms.i
template_default_class_parms_typedef.i
template_default_inherit.i
template_default_pointer.i
template_default_qualify.i
template_default_vw.i
template_enum.i
template_enum_ns_inherit.i
template_enum_typedef.i
template_explicit.i
template_expr.i
template_extend1.i
template_extend2.i
template_extend_overload.i
template_extend_overload_2.i
template_forward.i
template_inherit.i
template_inherit_abstract.i
template_int_const.i
template_matrix.i
template_methods.i
template_namespace_forward_declaration.i
template_nested.i
template_nested_typemaps.i
template_ns.i
template_ns2.i
template_ns3.i
template_ns4.i
template_ns_enum.i
template_ns_enum2.i
template_ns_inherit.i
template_ns_scope.i
template_opaque.i
template_partial_arg.i
template_partial_specialization.i
template_partial_specialization_typedef.i
template_qualifier.i
template_ref_type.i
template_rename.i
template_retvalue.i
template_specialization.i
template_specialization_defarg.i
template_specialization_enum.i
template_static.i
template_tbase_template.i
template_template_parameters.i
template_type_namespace.i
template_typedef.i
template_typedef_class_template.i
template_typedef_cplx.i
template_typedef_cplx2.h
template_typedef_cplx2.i
template_typedef_cplx3.i
template_typedef_cplx4.i
template_typedef_cplx5.i
template_typedef_fnc.i
template_typedef_funcptr.i
template_typedef_import.i
template_typedef_import.list
template_typedef_inherit.i
template_typedef_ns.i
template_typedef_ptr.i
template_typedef_rec.i
template_typemaps.i
template_typemaps_typedef.i
template_typemaps_typedef2.i
template_using.i
template_using_directive_and_declaration_forward.i
template_virtual.i
template_whitespace.i
threads.i
threads_exception.i
throw_exception.i
traits.i
typedef_array_member.i
typedef_class.i
typedef_funcptr.i
typedef_inherit.i
typedef_mptr.i
typedef_reference.i
typedef_scope.i
typedef_sizet.i
typedef_struct.i
typemap_array_qualifiers.i Fix SWIG's handling of qualified (e.g. const) variables of array type 2013-02-19 20:05:46 +00:00
typemap_arrays.i
typemap_delete.i
typemap_directorout.i Temporary workaround for testcase failing in PHP 2012-12-15 12:46:04 +00:00
typemap_global_scope.i
typemap_manyargs.i
typemap_namespace.i
typemap_ns_using.i
typemap_numinputs.i
typemap_out_optimal.i
typemap_qualifier_strip.i
typemap_self.i
typemap_subst.i
typemap_template.i
typemap_template_parm_typedef.i
typemap_variables.i
typemap_various.i
typename.i
types_directive.i
union_parameter.i
union_scope.i
unions.i
using1.i
using2.i
using_composition.i
using_directive_and_declaration.i
using_directive_and_declaration_forward.i
using_extend.i
using_inherit.i
using_namespace.i
using_namespace_loop.i
using_pointers.i
using_private.i
using_protected.i
valuewrapper.i
valuewrapper_base.i
valuewrapper_const.i
valuewrapper_opaque.i
varargs.i
varargs_overload.i
virtual_derivation.i
virtual_destructor.i
virtual_poly.i
virtual_vs_nonvirtual_base.i Testcase correction for missing virtual destructor 2012-12-16 08:38:22 +00:00
voidtest.i
wallkw.i
wrapmacro.i

SWIG testsuite README file
--------------------------

This testsuite is here to ensure SWIG can handle a wide range of c/c++
syntax. The testsuite comprises many testcases in this directory. Each
test case is tested under each of the language modules thereby
thoroughly testing all of SWIG. It ensures that each of the language
modules are at a similar standard.

Those modules that support shadow classes run the tests producing
shadow classes to test the full language module functionality.

Some test cases need a runtime test. These need implementing in each
of the language modules. The language modules look for a file in the
language specific test-suite directory which has _runme appended after
the testcase name. If one is found it will be run as part of the test.

Some language modules add to this common set of test cases for
language specific tests. These can be found in the appropriate
language test-suite directory. There is also a README in each of the
language module directories.

For each testcase a message showing which testcase is being tested is
displayed. Nothing else is printed unless the test fails.


Some Developer Guidelines
-------------------------

Note that the whole test suite need not be run each time a testcase is
modified. An individual testcase may be run by going to the language
module test-suite directory and using make testcasename.xxx where xxx
is the type of test (eg cpptest). See common.mk. make -s doesn't print
any junk on the screen and is useful for emulating the way make check
works from the SWIG root directory.

If there are runtime tests needed, don't print anything unless there
is an error in which case stderr is suggested.

Please set the name of the module to the same name as the testcase,
otherwise modules will not be found.

There is a special directory called testdir for testcases requiring
inputs from subdirectories or multiple directories. See the
testdir/README file.

Further Documentation
---------------------

There is documentation about the test-suite and how to use use it in
the SWIG documentation - Doc/Manual/Extending.html#Extending_test_suite.