swig/Examples/test-suite
2009-08-15 00:17:21 +00:00
..
allegrocl remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
cffi remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
chicken remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
clisp remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
csharp Rename max() to maximum() as max() is a built-in function in PHP. 2009-08-14 01:33:23 +00:00
errors
guile remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
guilescm remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
java Rename max() to maximum() as max() is a built-in function in PHP. 2009-08-14 01:33:23 +00:00
lua Rename max() to maximum() as max() is a built-in function in PHP. 2009-08-14 01:33:23 +00:00
mzscheme remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
ocaml remove unnecessary extra shells being spawned in the test-suite 2009-08-09 22:39:51 +00:00
octave Rename max() to maximum() as max() is a built-in function in PHP. 2009-08-14 01:33:23 +00:00
perl5 remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
php Add SWIGTYPE *& typemaps for PHP 2009-08-14 01:14:49 +00:00
pike remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
python Rename max() to maximum() as max() is a built-in function in PHP. 2009-08-14 01:33:23 +00:00
r remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
ruby Add Ruby missing methods for vector<bool> specialization 2009-08-15 00:17:21 +00:00
schemerunme [MzScheme] Typemaps for all integral types now accept the full range 2006-02-19 19:28:42 +00:00
tcl remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
testdir
uffi remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
abstract_access.i
abstract_inherit.i
abstract_inherit_ok.i
abstract_signature.i virtual method hiding fix 2006-02-17 23:41:57 +00:00
abstract_typedef.i
abstract_typedef2.i
abstract_virtual.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
access_change.i
add_link.i
aggregate.i
allowexcept.i The operator& trick in allowexcept.i doesn't work for SWIG/PHP because the 2008-07-03 22:00:01 +00:00
allprotected.i Fix wrapping of char * member variables (or any types with a memberin typemap) when using allprotected mode. 2008-05-09 21:41:46 +00:00
anonymous_bitfield.i
apply_signed_char.i minor vc++ /W4 warning fixes 2008-06-21 16:04:55 +00:00
apply_strings.i Suppress SWIG warnings 2007-10-28 21:33:15 +00:00
argcargvtest.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
argout.i fix docs, path provided by Olly 2006-04-11 01:40:20 +00:00
array_member.i fix bug #1158178 2006-02-24 08:34:03 +00:00
array_typedef_memberin.i
arrayref.i
arrays.i add <stdlib.h> for malloc and lua 2006-01-31 06:16:41 +00:00
arrays_dimensionless.i
arrays_global.i
arrays_global_twodim.i
arrays_scope.i Rename BSIZE in Examples/test-suite/arrays_scope.i to BBSIZE to avoid 2008-04-24 11:07:56 +00:00
bloody_hell.i
bools.i minor vc++ /W4 warning fixes 2008-06-21 16:04:55 +00:00
callback.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
cast_operator.i
casts.i
char_constant.i fix bug #1435090 2006-02-21 18:04:59 +00:00
char_strings.i PHP fix const char\*\& typemaps and add in char_strings runtime test based on Java version 2009-08-13 23:31:19 +00:00
chicken_ext_test.i 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
class_ignore.i
class_scope_weird.i Fix test for gcc-4.1 2006-06-05 21:04:35 +00:00
clientdata_prop.list
clientdata_prop_a.h
clientdata_prop_a.i
clientdata_prop_b.h
clientdata_prop_b.i
common.mk add a new testcase testing combinations of STL types... just vector and pair at the moment 2009-08-05 22:19:04 +00:00
compactdefaultargs.i
complextest.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
const_const.i
const_const_2.i
constant_pointers.i Avoid dereferencing a NULL pointer in the constant_pointers testcase 2009-08-09 13:13:21 +00:00
constants.i
constover.i
constructor_copy.i Deprecate SWIG_STD_VECTOR_SPECIALIZE_MINIMUM. Deprecate SWIG_STD_VECTOR_SPECIALIZE and replace with SWIG_STD_VECTOR_ENHANCED 2009-08-03 18:17:14 +00:00
constructor_exception.i
constructor_explicit.i
constructor_ignore.i Fix ignore on implicit constructors 2007-09-07 22:10:03 +00:00
constructor_value.i
contract.i Patch #1992756 from Colin McDonald - %contract not working for classes in namespace 2009-01-10 01:15:03 +00:00
conversion.i
conversion_namespace.i more thorough %rename tests including conversion operator %rename 2007-05-26 00:05:32 +00:00
conversion_ns_template.i fix repeated symbol 2006-02-05 04:09:36 +00:00
cplusplus_throw.i
cpp_basic.i minor vc++ /W4 warning fixes 2008-06-21 16:04:55 +00:00
cpp_broken.i
cpp_enum.i
cpp_namespace.i
cpp_nodefault.i remove debug printout 2006-02-04 17:37:09 +00:00
cpp_static.i
cpp_typedef.i
csharp_attributes.i
csharp_exceptions.i New invalid cast exception added 2006-11-08 00:57:29 +00:00
csharp_features.i add in missing virtual destructor 2006-07-04 20:49:55 +00:00
csharp_lib_arrays.i reverse merge last commit - 11348 2009-07-02 22:40:49 +00:00
csharp_prepost.i (method, typelist) special variable macro fixed/enhanced and made official 2009-07-29 20:50:39 +00:00
csharp_typemaps.i Back out valueparm attribute in the csvarin typemap. Add example usage of temporary variables in the csvarin typemap into docs. Modify CDate C# example. Add in special variable expansion in the csvarin typemap. 2007-09-21 23:58:00 +00:00
default_args.i Fixes for compactdefaultargs and pass by value where the class being passed by value has no default constructor - previously it used SwigValueWrapper 2009-06-24 17:20:17 +00:00
default_constructor.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
defvalue_constructor.i
derived_byvalue.i Fixed bug in typemaps which caused derived_byvalue and rname test cases to fail. 2007-02-22 09:21:23 +00:00
derived_nested.i
destructor_reprotected.i
director_abstract.i
director_basic.i Fix director typemaps for pointers so that NULL pointers are correctly marshalled to C#/Java null in director methods 2008-07-14 21:09:23 +00:00
director_classes.i Suppress director out warning for pointers/references 2006-06-05 21:05:15 +00:00
director_classic.i remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
director_constructor.i
director_default.i more directors and default arg tests 2006-09-13 20:36:44 +00:00
director_detect.i Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/ 2009-07-22 11:08:29 +00:00
director_enum.i
director_exception.i
director_extend.i use $self special variable instead of self in %extend 2006-11-08 01:01:37 +00:00
director_finalizer.i
director_frob.i Fix bug #1776651 - bug when the director class name is similar to other symbols being used 2007-08-20 19:48:45 +00:00
director_ignore.i remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
director_namespace_clash.i test directors with 2 same name classes in different namespace 2006-07-07 10:08:45 +00:00
director_nested.i Add in missing director directives 2006-06-02 20:53:37 +00:00
director_overload.i Fix directors for some overloaded methods where the imtype resulted in identical methods being generated in the C# director class 2007-07-03 22:39:35 +00:00
director_primitives.i add in missing virtual destructor 2006-07-04 20:49:55 +00:00
director_profile.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
director_protected.i Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/ 2009-07-22 11:08:29 +00:00
director_protected_overloaded.i Fix compilation error when using directors on protected virtual overloaded methods reported by Sam Hendley. 2009-01-13 07:09:27 +00:00
director_redefined.i
director_stl.i Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/ 2009-07-22 11:08:29 +00:00
director_string.i Add testcase which fails with C# directors. 2006-10-12 00:00:13 +00:00
director_thread.i Fix problem caused by thread not properly terminated in director_thread test. This was cause crash in Python 3 2009-03-19 16:56:01 +00:00
director_unroll.i
director_using.i PHP: fix for the director_using testcase 2009-07-28 11:47:36 +00:00
director_wombat.i
director_wstring.i Bug 1446319 - variable of same emitted more than once when more than wstring parameter in director methods 2006-03-10 21:47:13 +00:00
disown.i
dynamic_cast.i C# exception handling correction 2008-01-12 22:43:22 +00:00
empty.i
enum_plus.i
enum_scope_template.i
enum_template.i
enum_thorough.i remove perl specific modifications to the enum_thorough test 2009-06-16 20:26:28 +00:00
enum_thorough_proper.i
enum_thorough_simple.i
enum_thorough_typesafe.i fix Java and C# enums when one of the enum items is ignored 2009-06-16 19:29:08 +00:00
enum_thorough_typeunsafe.i
enum_var.i
enums.i ruby warning suppression 2006-09-13 20:31:42 +00:00
evil_diamond.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
evil_diamond_ns.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
evil_diamond_prop.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
exception_order.i change variable name for Ruby 2006-01-29 01:14:57 +00:00
exception_partial_info.i Chicken test suite now runs with no errors 2007-10-26 23:08:34 +00:00
extend.i 64 bit portability warnings fix 2006-11-24 22:41:17 +00:00
extend_default.i
extend_placement.i use $self special variable instead of self in %extend 2006-11-08 01:01:37 +00:00
extend_template.i
extend_template_ns.i
extend_variable.i add %extend for static member variables test 2006-11-29 21:56:03 +00:00
extern_declaration.i
extern_namespace.i
extern_throws.i
features.i Fix %feature not working for conversion operators 2009-02-08 22:30:10 +00:00
file_test.i
fragments.i
friends.i Fix test for gcc-4.1 2006-06-05 21:04:35 +00:00
funcptr.i fixes for vc++ 2008-02-27 20:22:09 +00:00
function_typedef.i
fvirtual.i variable name changes to remove php keywords 2008-06-24 20:11:46 +00:00
global_namespace.i Fix classLookup and enumLookup when the global scope operator is used on objects passed by value 2009-01-28 18:45:13 +00:00
global_ns_arg.i add missing check for noargs 2006-02-03 09:08:27 +00:00
global_vars.i Remove R explicit workaround 2006-09-13 20:32:10 +00:00
grouping.i
guilescm_ext_test.i 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
iadd.i move iadd.h contents into iadd.i 2008-11-28 23:33:37 +00:00
ignore_parameter.i
ignore_template_constructor.i Compiler warning fix in Perl out typemap for std::vector 2008-12-29 00:11:51 +00:00
immutable.i
implicittest.i 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
import_nomodule.h
import_nomodule.i Document the module attribute in %import and add warning to Python for when it should be used 2008-09-18 14:52:52 +00:00
imports.list
imports_a.h add back the newline at the end of the file since gcc complains too much 2006-03-27 21:17:04 +00:00
imports_a.i
imports_b.h
imports_b.i Document the module attribute in %import and add warning to Python for when it should be used 2008-09-18 14:52:52 +00:00
inctest.h fix include within a structure - #1162194 2006-10-06 23:02:45 +00:00
inctest.i test include within a structure - #1162194 2006-10-06 22:59:22 +00:00
inherit.i
inherit_missing.i
inherit_same_name.i add missing virtual destructors 2006-02-23 07:08:11 +00:00
inherit_target_language.i Add test for notderived attribute in csbase/javabase typemap 2009-05-01 06:26:42 +00:00
inherit_void_arg.i
inline_initializer.i
inout.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
inplaceadd.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
input.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
insert_directive.i add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
integers.i New test case integers. 2006-02-14 18:25:16 +00:00
intermediary_classname.i reverse merge last commit - 11348 2009-07-02 22:40:49 +00:00
java_constants.i
java_director.i 64 bit portability warnings fix 2006-11-24 22:41:17 +00:00
java_enums.i Suppress ecj warnings 2008-01-31 22:58:43 +00:00
java_jnitypes.i
java_lib_arrays.i Fix ARRAYSOFCLASSES bug reported by Kevin Mills where the changes made to an array element in the C layer are not reflected back into Java 2008-01-25 22:03:12 +00:00
java_lib_arrays_dimensionless.i
java_lib_various.i
java_pgcpp.i Strip C comments from the java typemaps when determining to use the premature garbage collection prevention parameter 2007-10-12 21:41:27 +00:00
java_pragmas.i Suppress ecj warnings 2008-01-31 22:58:43 +00:00
java_prepost.i pre, post, cshin, pgcppname attribute tests for javain/csin typemap 2007-04-17 22:48:38 +00:00
java_throws.i comment correction 2008-12-28 20:36:21 +00:00
java_typemaps_proxy.i minor vc++ /W4 warning fixes 2008-06-21 16:04:55 +00:00
java_typemaps_typewrapper.i Suppress ecj warnings 2008-01-31 22:58:43 +00:00
keyword_rename.i revert mistaken checkin 2008-11-28 23:37:13 +00:00
kind.i update to use proxy terminology 2006-06-29 21:17:30 +00:00
langobj.i
lextype.i add <stdlib.h> for malloc and lua 2006-01-31 06:16:41 +00:00
li_attribute.i Add %attributeval and %attributestring to attribute.swg library 2009-02-13 22:42:45 +00:00
li_boost_intrusive_ptr.i fix up namespaces so that boost, std or std::tr1 can be used for shared_ptr/intrusive_ptr 2009-01-05 17:19:32 +00:00
li_boost_shared_ptr.i add test for inheritance of 3 classes deep which exposes a problem in the python shared_ptr wrappers. Manually added the %types for now. 2008-12-06 17:10:53 +00:00
li_boost_shared_ptr_bits.i fixes for languages without shared_ptr support 2008-04-05 20:27:42 +00:00
li_carrays.i add in global array variable 2007-04-02 21:37:13 +00:00
li_cdata.i
li_cdata_carrays.i [perl5] Use sv_setpvn() to set a scalar from a pointer and length 2007-09-17 23:24:11 +00:00
li_cmalloc.i
li_constraints.i remove non-portable test 2007-07-24 21:29:12 +00:00
li_cpointer.i
li_cstring.i Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken. 2008-09-11 17:18:07 +00:00
li_cwstring.i Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken. 2008-09-11 17:18:07 +00:00
li_factory.i Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/ 2009-07-22 11:08:29 +00:00
li_implicit.i
li_math.i Just disable SWIGWARN_PARSE_KEYWORD for li_math.i under PHP. 2009-08-13 14:58:27 +00:00
li_reference.i rename byreference testcase to li_reference to follow normal test naming conventions of library files. Remove ability to add testcases into subdirectories (again) - not wanted 2009-07-02 20:32:51 +00:00
li_std_carray.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
li_std_combinations.i add a new testcase testing combinations of STL types... just vector and pair at the moment 2009-08-05 22:19:04 +00:00
li_std_deque.i
li_std_except.i
li_std_functors.i 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
li_std_list.i 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
li_std_map.i use so that macros are no longer needed for std::map wrappers 2009-08-04 17:58:17 +00:00
li_std_multimap.i add missing file omitted in earlier commit 2009-05-27 22:55:14 +00:00
li_std_pair.i Move ruby specific test into Ruby specific testcase li_std_pair_lang_object.i 2007-09-03 19:45:14 +00:00
li_std_pair_extra.i 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
li_std_pair_lang_object.i 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
li_std_queue.i 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
li_std_set.i Commited SF#2158938: change all SWIG symbols start with Py to a new name. 2008-12-03 18:43:44 +00:00
li_std_stack.i 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
li_std_stream.i Made autodoc ignore numinputs=0. 2007-05-02 22:09:06 +00:00
li_std_string.i variable name changes to remove php keywords 2008-06-24 20:11:46 +00:00
li_std_string_extra.i 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
li_std_vector.i Deprecate SWIG_STD_VECTOR_SPECIALIZE_MINIMUM. Deprecate SWIG_STD_VECTOR_SPECIALIZE and replace with SWIG_STD_VECTOR_ENHANCED 2009-08-03 18:17:14 +00:00
li_std_vector_extra.i Commited SF#2158938: change all SWIG symbols start with Py to a new name. 2008-12-03 18:43:44 +00:00
li_std_vector_ptr.i UTL - Fix some incorrect acceptance of types in the STL, eg a double * element passed into a vector<int *> constructor would be accepted, but the ensuing behaviour was undefined. Now the type conversion correctly raises an exception 2008-11-28 23:35:46 +00:00
li_std_vectora.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
li_std_wstream.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
li_std_wstring.i Fixes to std_map and multimap. There's still a problem 2007-05-01 01:08:17 +00:00
li_stdint.i
li_typemaps.i
li_windows.i Fix test - SWIG was incorrectly getting #defines to the windows integer types, which was not intended in original test 2006-07-24 20:34:12 +00:00
list_vector.i
long_long.i
long_long_apply.i
member_pointer.i workaround for Perl5 on OSX including math.h somewhere 2008-04-05 21:04:11 +00:00
member_template.i
memberin1.i
memberin_extend.i add test for %extend on member variable 2009-07-09 19:56:47 +00:00
minherit.i The perl5 minherit runtime test will work better if the classes are 2008-05-26 21:04:06 +00:00
minherit2.i Rename php4*.swg to php*.swg. 2008-07-03 00:37:38 +00:00
mixed_types.i
mod.h
mod.list
mod_a.i
mod_b.i
multi_import.h Added test suite entry for Bug #1735931 2007-10-12 17:04:24 +00:00
multi_import.list Added test suite entry for Bug #1735931 2007-10-12 17:04:24 +00:00
multi_import_a.i Added test suite entry for Bug #1735931 2007-10-12 17:04:24 +00:00
multi_import_b.i Added test suite entry for Bug #1735931 2007-10-12 17:04:24 +00:00
multi_import_c.i Added test suite entry for Bug #1735931 2007-10-12 17:04:24 +00:00
multiple_inheritance.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
multivalue.i
name.i
name_cxx.i
name_warnings.i [PHP] Update warnings about clashes between identifiers and PHP 2009-07-28 13:12:06 +00:00
namespace_class.i nested class method test 2006-11-08 00:59:17 +00:00
namespace_enum.i
namespace_extend.i
namespace_nested.i add more cases 2006-02-22 21:54:19 +00:00
namespace_spaces.i
namespace_template.i
namespace_typedef_class.i
namespace_typemap.i Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken. 2008-09-11 17:18:07 +00:00
namespace_union.i
namespace_virtual_method.i
naturalvar.i
nested.i
nested_comment.i Fix syntax error when a nested struct contains a comment containing a * followed eventually by a / 2009-07-02 18:25:04 +00:00
nested_structs.i Apply patch from Kalyanov Dmitry which fixes parsing of nested structs containing comments 2008-12-12 21:31:21 +00:00
newobject1.i
newobject2.i use $self special variable instead of self in %extend 2006-11-08 01:01:37 +00:00
null_pointer.i Move null_pointer.i to common. 2008-04-20 15:48:56 +00:00
octave_cell_deref.i 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
operator_overload.i [allegrocl] Various fixes to the generated C wrapper code (enums, constants, function declarations), as I progress through the test-suite. 2008-09-30 19:45:13 +00:00
operator_overload_break.i [PHP] Update warnings about clashes between identifiers and PHP 2009-07-28 13:12:06 +00:00
operbool.i give operator bool() a name 2008-11-23 22:07:15 +00:00
ordering.i
overload_complicated.i
overload_copy.i
overload_extend.i [lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail. 2007-10-30 06:10:04 +00:00
overload_extendc.i
overload_rename.i
overload_simple.i [lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail. 2007-10-30 06:10:04 +00:00
overload_subtype.i
overload_template.i Rename max() to maximum() as max() is a built-in function in PHP. 2009-08-14 01:33:23 +00:00
overload_template_fast.i
packageoption.h Apply patch #2143727 for Python from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed 2008-12-02 20:21:16 +00:00
packageoption.list Apply patch #2143727 for Python from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed 2008-12-02 20:21:16 +00:00
packageoption_a.i Apply patch #2143727 for Python from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed 2008-12-02 20:21:16 +00:00
packageoption_b.i Apply patch #2143727 for Python from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed 2008-12-02 20:21:16 +00:00
packageoption_c.i Apply patch #2143727 for Python from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed 2008-12-02 20:21:16 +00:00
php_namewarn_rename.i Fix 2 of the 3 warnings under PHP (the remaining one doesn't seem to respond 2009-08-11 13:56:50 +00:00
pointer_in_out.i
pointer_reference.i
prefix.i Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/ 2009-07-22 11:08:29 +00:00
preproc.i Fix #2746858 - C macro expression using floating point numbers 2009-04-09 17:51:59 +00:00
primitive_ref.i
primitive_types.i VC++ warning fix 2007-10-23 21:58:16 +00:00
private_assign.i add <stdlib.h> for malloc and lua 2006-01-31 06:16:41 +00:00
profiletest.i
protected_rename.i
pure_virtual.i re-order configure.in into sections for users and developers and requirements for the examples 2008-12-31 01:02:16 +00:00
python_abstractbase.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
python_append.i Fix SF#2552488: indentation adjust of %pythonappend and %pythonprepend 2009-01-31 14:37:54 +00:00
python_autodoc.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
python_kwargs.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
python_nondynamic.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
python_overload_simple_cast.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
python_pybuf.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
r_copy_struct.i 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_double_delete.i 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.i 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
README
redefined.i
refcount.h
refcount.i Fix ~15 tests, minor doc fixes, improve STL support. 2008-03-05 04:35:34 +00:00
reference_global_vars.i
register_par.i
rename.h fix compilation warnings for vc++ 2007-10-22 21:33:01 +00:00
rename1.i more thorough %rename tests including conversion operator %rename 2007-05-26 00:05:32 +00:00
rename2.i more thorough %rename tests including conversion operator %rename 2007-05-26 00:05:32 +00:00
rename3.i more thorough %rename tests including conversion operator %rename 2007-05-26 00:05:32 +00:00
rename4.i more thorough %rename tests including conversion operator %rename 2007-05-26 00:05:32 +00:00
rename_camel.i
rename_scope.i Change class names in test code which clash with PHP reserved words 2009-08-13 03:58:09 +00:00
rename_strip_encoder.i Add the strip encoder patch from Anatoly Techtonik #2130016 2008-11-01 22:52:26 +00:00
restrict_cplusplus.i Change class name for Ruby 2007-04-27 21:12:36 +00:00
ret_by_value.i
return_const_value.i
return_value_scope.i
rname.i
ruby_keywords.i 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
ruby_li_std_speed.i 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
ruby_naming.i 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
ruby_track_objects.i 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
ruby_track_objects_directors.i 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
samename.i Fix samename testcase for c# and java 2008-06-02 20:10:40 +00:00
samename_runme.m Move samename test to common. 2008-04-12 13:49:01 +00:00
shared_ptr_wrapper.h Correct test for global shared_ptr variable 2008-04-04 23:26:54 +00:00
simple_array.i 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
simutry.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
sizeof_pointer.i
sizet.i const ref size_t added 2006-10-17 21:42:11 +00:00
smart_pointer_const.i
smart_pointer_const2.i
smart_pointer_extend.i warning fix 2006-10-24 20:33:38 +00:00
smart_pointer_inherit.i warning fixes 2006-11-13 22:13:49 +00:00
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 [lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail. 2007-10-30 06:10:04 +00:00
smart_pointer_protected.i
smart_pointer_rename.i
smart_pointer_simple.i
smart_pointer_static.i
smart_pointer_templatemethods.i Fix smart pointers and member methods 2007-08-01 00:07:23 +00:00
smart_pointer_templatevariables.i Fix template member variables wrapped by a smart pointer bug reported by Robert Lupton 2008-01-17 00:29:02 +00:00
smart_pointer_typedef.i
sneaky1.i fix for perl keyword 2006-03-07 23:05:11 +00:00
special_variable_macros.i fix $typemap() when the type contains template parameters 2009-08-05 21:40:49 +00:00
special_variables.i Add support function for displaying the declaration of a methods. Add special variables for use in %exception: $wrapname $overname $decl $fulldecl 2008-02-13 23:48:37 +00:00
static_array_member.i
static_const_member.i
static_const_member_2.i
std_containers.i Fixed a bug with argout values being incorrectly 2007-05-01 22:40:55 +00:00
stl_new.i 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
struct_rename.i
struct_value.i
swig_examples_lock.h compile fix on Cygwin 2009-01-03 01:59:42 +00:00
swigobject.i fix cast of pointer to long 2009-01-08 19:46:38 +00:00
sym.i
tag_no_clash_with_variable.i
template.i
template_arg_replace.i Fix ~15 tests, minor doc fixes, improve STL support. 2008-03-05 04:35:34 +00:00
template_arg_scope.i
template_arg_typename.i
template_array_numeric.i
template_base_template.i
template_classes.i add nested class test 2006-02-03 07:49:04 +00:00
template_const_ref.i
template_construct.i
template_default.i [PHP] Update warnings about clashes between identifiers and PHP 2009-07-28 13:12:06 +00:00
template_default2.i [PHP] Update warnings about clashes between identifiers and PHP 2009-07-28 13:12:06 +00:00
template_default_arg.i [lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail. 2007-10-30 06:10:04 +00:00
template_default_class_parms.i Fix #1819847 %template with just one default template parameter 2007-12-12 19:00:15 +00:00
template_default_inherit.i
template_default_pointer.i
template_default_qualify.i Change class names in test code which clash with PHP reserved words 2009-08-13 03:58:09 +00:00
template_default_vw.i
template_enum.i fix template + enum issue reported by James Bigler 2006-03-20 00:14:24 +00:00
template_enum_ns_inherit.i Change class names in test code which clash with PHP reserved words 2009-08-13 03:58:09 +00:00
template_enum_typedef.i Change class names in test code which clash with PHP reserved words 2009-08-13 03:58:09 +00:00
template_explicit.i
template_expr.i Use SWIG_GE, SWIG_LE, etc instead of >=, <= since the latter cause 2006-09-26 07:52:24 +00:00
template_extend1.i
template_extend2.i
template_extend_overload.i
template_extend_overload_2.i [lua] fixed bug in template classes which cases template_default2 and template_specialization_defarg to fail. 2007-10-30 06:10:04 +00:00
template_forward.i Fix #1538522 and #1338527, forward templated class declarations without a name for the templated class parameters, such as: template <typename, class> class X; 2007-01-25 23:50:04 +00:00
template_inherit.i
template_inherit_abstract.i fix for new SWIGCSHARP defn in wrappers 2008-12-30 11:02:59 +00:00
template_int_const.i variable name changes to remove php keywords 2008-06-24 20:11:46 +00:00
template_matrix.i modifying build system not to rely on the -I path to find the input files avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python 2008-11-26 22:50:35 +00:00
template_methods.i fix compilation warnings for vc++ 2007-10-22 21:33:01 +00:00
template_ns.i
template_ns2.i
template_ns3.i
template_ns4.i Change class names in test code which clash with PHP reserved words 2009-08-13 03:58:09 +00:00
template_ns_enum.i
template_ns_enum2.i
template_ns_inherit.i
template_ns_scope.i
template_opaque.i
template_partial_arg.i
template_qualifier.i
template_ref_type.i
template_rename.i fix for directors, now the test-suite runs again using -directors 2006-02-21 11:20:09 +00:00
template_retvalue.i
template_specialization.i
template_specialization_defarg.i
template_specialization_enum.i
template_static.i
template_tbase_template.i php keyword fixes 2006-03-07 21:58:28 +00:00
template_template_parameters.i warning fixes 2008-02-03 21:38:07 +00:00
template_type_namespace.i
template_typedef.i Fix ~15 tests, minor doc fixes, improve STL support. 2008-03-05 04:35:34 +00:00
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 Add regression tests for R 2009-01-12 07:41:38 +00:00
template_typedef_import.i
template_typedef_import.list
template_typedef_ns.i
template_typedef_ptr.i
template_typedef_rec.i variable name changes to remove php keywords 2008-06-24 20:11:46 +00:00
template_typemaps.i
template_using.i
template_virtual.i
template_whitespace.i
threads.i
throw_exception.i [PHP] Update the list of PHP keywords - "cfunction" is no longer a 2009-07-05 05:40:50 +00:00
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 fix names for ruby 2006-03-19 23:37:46 +00:00
typemap_namespace.i Fix make partialcheck-ocaml-test-suite 2009-02-17 20:08:57 +00:00
typemap_ns_using.i
typemap_numinputs.i
typemap_out_optimal.i only display debug info when debug flag set 2009-08-05 21:47:46 +00:00
typemap_self.i
typemap_subst.i add test for $descriptor() macro 2009-05-27 22:04:19 +00:00
typemap_variables.i
typemap_various.i solaris warning fix 2006-11-02 18:23:01 +00:00
typename.i
types_directive.i Add regression tests for R 2009-01-12 07:41:38 +00:00
union_parameter.i Fix union.i module name and rename to union_parameter.i 2009-01-12 11:42:27 +00:00
union_scope.i
unions.i
using1.i
using2.i
using_composition.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
using_extend.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
using_inherit.i Fix using statements for overloaded methods 2007-11-30 22:34:50 +00:00
using_namespace.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
using_pointers.i
using_private.i add in missing virtual destructor 2006-07-04 20:49:55 +00:00
using_protected.i
valuewrapper.i
valuewrapper_base.i Change class names in test code which clash with PHP reserved words 2009-08-13 03:58:09 +00:00
valuewrapper_const.i
valuewrapper_opaque.i
varargs.i
virtual_derivation.i
virtual_destructor.i
virtual_poly.i solaris warning fix 2006-02-17 23:36:39 +00:00
voidtest.i add test for 'void *' argument 2006-02-04 00:02:03 +00:00
wallkw.i rename custom_wallkw to wallkw - custom commandline tests needn't start with custom_ 2009-07-03 22:28:07 +00:00
wrapmacro.i PHP: fix for the wrapmacro testcase 2009-08-04 09:32:12 +00:00

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.