16571537 "gmake test" failures for swig 2.0.8
authorRich Burridge <rich.burridge@oracle.com>
Fri, 13 Feb 2015 12:29:23 -0800
changeset 3808 93f1c7645ce7
parent 3805 1cc4670100bb
child 3814 60344306d223
16571537 "gmake test" failures for swig 2.0.8
components/swig/Makefile
components/swig/test/results-64.master
--- a/components/swig/Makefile	Fri Feb 13 09:53:06 2015 -0800
+++ b/components/swig/Makefile	Fri Feb 13 12:29:23 2015 -0800
@@ -51,19 +51,30 @@
 # The additional swig specific set of transforms to be applied to the
 # test results to try to normalize them.
 COMPONENT_TEST_TRANSFORMS += \
-	'-e "s|\(Compiled with $(CXX)\).*|Compiled with \\$$(CXX)|" ' \
-	'-e "s|$(CC)|\\$$(CC)|g" '
+	'-e "/Entering directory/d" ' \
+	'-e "/Leaving directory/d" '
+
+# The test-suite can be run in a partialcheck mode where just SWIG is
+# executed, that is, the compile, link and running of the testcases is
+# not performed. Note that the partialcheck does not require the target
+# language to be correctly configured and detected. Just execute the
+# languages that we care about and that are known to work.
+COMPONENT_TEST_TARGETS = \
+	partialcheck-guile-test-suite \
+	partialcheck-guilescm-test-suite \
+	partialcheck-lua-test-suite \
+	partialcheck-php-test-suite \
+	partialcheck-python-test-suite \
+	partialcheck-ruby-test-suite
 
 ASLR_MODE = $(ASLR_ENABLE)
 
-# common targets
 configure:	$(CONFIGURE_64)
 
 build:		$(BUILD_64)
 
 install:	$(INSTALL_64)
 
-# Fails due to deprecated OCAML example and boost library problems
 test:		$(TEST_64)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
--- a/components/swig/test/results-64.master	Fri Feb 13 09:53:06 2015 -0800
+++ b/components/swig/test/results-64.master	Fri Feb 13 12:29:23 2015 -0800
@@ -1,1342 +1,2731 @@
-make[1]: Entering directory `$(@D)'
-test -x ./swig
-./swig -version
-
-SWIG Version 2.0.8
-
-Compiled with $(CXX)
-
-Configured options: +pcre
-
-Please see http://www.swig.org for reporting bugs and further information
-./swig -help
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-Tcl 8 Options (available with -tcl)
-     -itcl           - Enable ITcl support
-     -nosafe         - Leave out SafeInit module function.
-     -prefix <name>  - Set a prefix <name> to be prepended to all names
-     -namespace      - Build module into a Tcl 8 namespace
-     -pkgversion     - Set package version
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-Tcl 8 Options (available with -tcl)
-     -itcl           - Enable ITcl support
-     -nosafe         - Leave out SafeInit module function.
-     -prefix <name>  - Set a prefix <name> to be prepended to all names
-     -namespace      - Build module into a Tcl 8 namespace
-     -pkgversion     - Set package version
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-Perl5 Options (available with -perl5)
-     -compat         - Compatibility mode
-     -const          - Wrap constants as constants and not variables (implies -proxy)
-     -cppcast        - Enable C++ casting operators
-     -nocppcast      - Disable C++ casting operators, useful for generating bugs
-     -nopm           - Do not generate the .pm file
-     -noproxy        - Don't create proxy classes
-     -proxy          - Create proxy classes
-     -static         - Omit code related to dynamic loading
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-Python Options (available with -python)
-     -aliasobj0      - Alias obj0 when using fastunpack, needed for some old typemaps 
-     -buildnone      - Use Py_BuildValue() to obtain Py_None (default in Windows)
-     -builtin        - Create new python built-in types, rather than proxy classes, for better performance
-     -castmode       - Enable the casting mode, which allows implicit cast between types in python
-     -classic        - Use classic classes only
-     -classptr       - Generate shadow 'ClassPtr' as in older swig versions
-     -cppcast        - Enable C++ casting operators (default) 
-     -dirvtable      - Generate a pseudo virtual table for directors for faster dispatch 
-     -extranative    - Return extra native C++ wraps for std containers when possible 
-     -fastinit       - Use fast init mechanism for classes (default)
-     -fastunpack     - Use fast unpack mechanism to parse the argument functions 
-     -fastproxy      - Use fast proxy mechanism for member methods 
-     -fastquery      - Use fast query mechanism for types 
-     -globals <name> - Set <name> used to access C global variable [default: 'cvar']
-     -interface <lib>- Set the lib name to <lib>
-     -keyword        - Use keyword arguments
-     -modern         - Use modern python features only, without compatibility code
-     -modernargs     - Use "modern" args mechanism to pack/unpack the function arguments
-     -newrepr        - Use more informative version of __repr__ in proxy classes (default) 
-     -newvwm         - New value wrapper mode, use only when everything else fails 
-     -noaliasobj0    - Don't generate an obj0 alias when using fastunpack (default) 
-     -nobuildnone    - Access Py_None directly (default in non-Windows systems)
-     -nocastmode     - Disable the casting mode (default)
-     -nocppcast      - Disable C++ casting operators, useful for generating bugs
-     -nodirvtable    - Don't use the virtual table feature, resolve the python method each time (default)
-     -noexcept       - No automatic exception handling
-     -noextranative  - Don't use extra native C++ wraps for std containers when possible (default) 
-     -nofastinit     - Use traditional init mechanism for classes 
-     -nofastunpack   - Use traditional UnpackTuple method to parse the argument functions (default) 
-     -nofastproxy    - Use traditional proxy mechanism for member methods (default) 
-     -nofastquery    - Use traditional query mechanism for types (default) 
-     -noh            - Don't generate the output header file
-     -nomodern       - Don't use modern python features which are not backwards compatible 
-     -nomodernargs   - Use classic ParseTuple/CallFunction methods to pack/unpack the function arguments (default) 
-     -noolddefs      - Don't emit the old method definitions even when using fastproxy (default) 
-     -nooutputtuple  - Use a PyList for appending output values (default) 
-     -noproxy        - Don't generate proxy classes 
-     -noproxydel     - Don't generate the redundant __del__ method 
-     -noproxyimport  - Don't insert proxy import statements derived from the %import directive 
-     -nortti         - Disable the use of the native C++ RTTI with directors
-     -nosafecstrings - Avoid extra strings copies when possible (default)
-     -nothreads      - Disable thread support for the entire interface
-     -olddefs        - Keep the old method definitions even when using fastproxy
-     -oldrepr        - Use shorter and old version of __repr__ in proxy classes
-     -outputtuple    - Use a PyTuple for outputs instead of a PyList (use carefully with legacy interfaces) 
-     -proxydel       - Generate a __del__ method even though it is now redundant (default) 
-     -safecstrings   - Use safer (but slower) C string mapping, generating copies from Python -> C/C++
-     -threads        - Add thread support for all the interface
-     -O              - Enable the following optimization options: 
-                         -modern -fastdispatch -nosafecstrings -fvirtual -noproxydel 
-                         -fastproxy -fastinit -fastunpack -fastquery -modernargs -nobuildnone 
-     -py3            - Generate code with Python 3 specific features:
-                         Function annotation 
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-Java Options (available with -java)
-     -nopgcpp        - Suppress premature garbage collection prevention parameter
-     -noproxy        - Generate the low-level functional interface instead
-                       of proxy classes
-     -oldvarnames    - Old intermediary method names for variable wrappers
-     -package <name> - Set name of the Java package to <name>
-
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-Ruby Options (available with -ruby)
-     -autorename     - Enable renaming of classes and methods to follow Ruby coding standards
-     -cppcast        - Enable C++ casting operators (default)
-     -globalmodule   - Wrap everything into the global module
-     -initname <name>- Set entry function to Init_<name> (used by `require')
-     -minherit       - Attempt to support multiple inheritance
-     -noautorename   - Disable renaming of classes and methods (default)
-     -nocppcast      - Disable C++ casting operators, useful for generating bugs
-     -prefix <name>  - Set a prefix <name> to be prepended to all names
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-Ocaml Options (available with -ocaml)
-     -oldvarnames    - Old intermediary method names for variable wrappers
-     -prefix <name>  - Set a prefix <name> to be prepended to all names
-     -suffix <name>  - Change .cxx to something else
-     -where          - Emit library location
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-PHP Options (available with -php)
-     -cppext <ext>    - Change C++ file extension to <ext> (default is cpp)
-     -noproxy         - Don't generate proxy classes.
-     -prefix <prefix> - Prepend <prefix> to all class names in PHP wrappers
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-CLISP Options (available with -clisp)
-     -extern-all       - Create clisp definitions for all the functions and
-                         global variables otherwise only definitions for
-                         externed functions and variables are created.
-     -generate-typedef - Use def-c-type to generate shortcuts according to the
-                         typedefs in the input.
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-Target Language Options
-     -allegrocl      - Generate ALLEGROCL wrappers
-     -chicken        - Generate CHICKEN wrappers
-     -clisp          - Generate CLISP wrappers
-     -cffi           - Generate CFFI wrappers
-     -csharp         - Generate C# wrappers
-     -d              - Generate D wrappers
-     -go             - Generate Go wrappers
-     -guile          - Generate Guile wrappers
-     -java           - Generate Java wrappers
-     -lua            - Generate Lua wrappers
-     -modula3        - Generate Modula 3 wrappers
-     -mzscheme       - Generate Mzscheme wrappers
-     -ocaml          - Generate Ocaml wrappers
-     -octave         - Generate Octave wrappers
-     -perl           - Generate Perl wrappers
-     -php            - Generate PHP wrappers
-     -pike           - Generate Pike wrappers
-     -python         - Generate Python wrappers
-     -r              - Generate R (aka GNU S) wrappers
-     -ruby           - Generate Ruby wrappers
-     -sexp           - Generate Lisp S-Expressions wrappers
-     -tcl            - Generate Tcl wrappers
-     -uffi           - Generate Common Lisp / UFFI wrappers
-     -xml            - Generate XML wrappers
-
-General Options
-     -addextern      - Add extra extern declarations
-     -c++            - Enable C++ processing
-     -co <file>      - Check <file> out of the SWIG library
-     -copyctor       - Automatically generate copy constructors wherever possible
-     -cpperraswarn   - Treat the preprocessor #error statement as #warning (default)
-     -copyright      - Display copyright notices
-     -debug-classes  - Display information about the classes found in the interface
-     -debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-symtabs  - Display symbol tables information
-     -debug-symbols  - Display target language symbols in the symbol tables
-     -debug-csymbols - Display C symbols in the symbol tables
-     -debug-lsymbols - Display target language layer symbols
-     -debug-tags     - Display information about the tags found in the interface
-     -debug-template - Display information for debugging templates
-     -debug-top <n>  - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-     -debug-typedef  - Display information about the types and typedefs in the interface
-     -debug-typemap  - Display typemap debugging information
-     -debug-tmsearch - Display typemap search debugging information
-     -debug-tmused   - Display typemaps used debugging information
-     -directors      - Turn on director mode for all the classes, mainly for testing
-     -dirprot        - Turn on wrapping of protected members for director classes (default)
-     -D<symbol>      - Define a symbol <symbol> (for conditional compilation)
-     -E              - Preprocess only, does not generate wrapper code
-     -external-runtime [file] - Export the SWIG runtime stack
-     -fakeversion <v>- Make SWIG fake the program version number to <v>
-     -fcompact       - Compile in compact mode
-     -features <list>- Set global features, where <list> is a comma separated list of
-                       features, eg -features directors,autodoc=1
-                       If no explicit value is given to the feature, a default of 1 is used
-     -fastdispatch   - Enable fast dispatch mode to produce faster overload dispatcher code
-     -Fmicrosoft     - Display error/warning messages in Microsoft format
-     -Fstandard      - Display error/warning messages in commonly used format
-     -fvirtual       - Compile in virtual elimination mode
-     -help           - This output
-     -I-             - Don't search the current directory
-     -I<dir>         - Look for SWIG files in directory <dir>
-     -ignoremissing  - Ignore missing include files
-     -importall      - Follow all #include statements as imports
-     -includeall     - Follow all #include statements
-     -l<ifile>       - Include SWIG library file <ifile>
-     -macroerrors    - Report errors inside macros
-     -makedefault    - Create default constructors/destructors (the default)
-     -M              - List all dependencies
-     -MD             - Is equivalent to `-M -MF <file>', except `-E' is not implied
-     -MF <file>      - Generate dependencies into <file> and continue generating wrappers
-     -MM             - List dependencies, but omit files in SWIG library
-     -MMD            - Like `-MD', but omit files in SWIG library
-     -module <name>  - Set module name to <name>
-     -MT <target>    - Set the target of the rule emitted by dependency generation
-     -nocontract     - Turn off contract checking
-     -nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-     -nodefault      - Do not generate default constructors nor default destructors
-     -nodefaultctor  - Do not generate implicit default constructors
-     -nodefaultdtor  - Do not generate implicit default destructors
-     -nodirprot      - Do not wrap director protected members
-     -noexcept       - Do not wrap exception specifiers
-     -nofastdispatch - Disable fast dispatch mode (default)
-     -nopreprocess   - Skip the preprocessor step
-     -notemplatereduce - Disable reduction of the typedefs in templates
-     -O              - Enable the optimization options: 
-                        -fastdispatch -fvirtual 
-     -o <outfile>    - Set name of the output file to <outfile>
-     -oh <headfile>  - Set name of the output header file to <headfile>
-     -outcurrentdir  - Set default output dir to current dir instead of input file's path
-     -outdir <dir>   - Set language specific files output directory to <dir>
-     -pcreversion    - Display PCRE version information
-     -small          - Compile in virtual elimination & compact mode
-     -swiglib        - Report location of SWIG library and exit
-     -templatereduce - Reduce all the typedefs in templates
-     -v              - Run in verbose mode
-     -version        - Display SWIG version number
-     -Wall           - Remove all warning suppression, also implies -Wextra
-     -Wallkw         - Enable keyword warnings for all the supported languages
-     -Werror         - Treat warnings as errors
-     -Wextra         - Adds the following additional warnings: 202,309,403,512,321,322
-     -w<list>        - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-     -xmlout <file>  - Write XML version of the parse tree to <file> after normal processing
-
-Options can also be defined using the SWIG_FEATURES environment variable, for example:
-
-  $ SWIG_FEATURES="-Wall"
-  $ export SWIG_FEATURES
-  $ swig -python interface.i
-
-is equivalent to: 
-
-  $ swig -Wall -python interface.i 
-
-
-Lua Options (available with -lua)
-     -elua           - Generates LTR compatible wrappers for smaller devices running elua
-     -eluac          - LTR compatible wrappers in "crass compress" mode for elua
-     -nomoduleglobal - Do not register the module name as a global variable 
-                       but return the module table from calls to require.
-
-
-Note: 'swig -<lang> -help' displays options for a specific target language.
-
-test -z "1" || (cd CCache && /usr/gnu/bin/make check)
-make[2]: Entering directory `$(@D)/CCache'
-SWIG_LIB='../../Lib' PATH=../..:$PATH SWIG='swig' CC='$(CC)' NOSOFTLINKSTEST='' ./test.sh
-starting testsuite base
-test1.c:
-test2.c:
-starting swig testsuite base
-ln: cannot create $(CC): Read-only file system
-starting testsuite link
-./test.sh[89]: ./$(CC): not found [No such file or directory]
-SUITE: link TEST: BASIC - Expected cache miss to be 1 got 0
-cache directory                     ccache dir
-cache hit                              0
-cache miss                             0
-files in cache                         0
-cache size                             0 Kbytes
-max cache size                     976.6 Mbytes
-TEST FAILED
-make[2]: *** [test] Error 1
-make[2]: Leaving directory `$(@D)/CCache'
-make[1]: *** [check-ccache] Error 2
-make[1]: Leaving directory `$(@D)'
+partialchecking guile test-suite
+partialchecking testcase abstract_access under guile
+partialchecking testcase abstract_inherit under guile
+partialchecking testcase abstract_inherit_ok under guile
+partialchecking testcase abstract_signature under guile
+partialchecking testcase abstract_typedef under guile
+partialchecking testcase abstract_typedef2 under guile
+partialchecking testcase abstract_virtual under guile
+partialchecking testcase access_change under guile
+partialchecking testcase add_link under guile
+partialchecking testcase aggregate under guile
+partialchecking testcase allowexcept under guile
+partialchecking testcase allprotected under guile
+partialchecking testcase allprotected_not under guile
+partialchecking testcase anonymous_bitfield under guile
+partialchecking testcase apply_signed_char under guile
+partialchecking testcase apply_strings under guile
+partialchecking testcase argout under guile
+partialchecking testcase array_member under guile
+partialchecking testcase array_typedef_memberin under guile
+partialchecking testcase arrayref under guile
+partialchecking testcase arrays_dimensionless under guile
+partialchecking testcase arrays_global under guile
+partialchecking testcase arrays_global_twodim under guile
+partialchecking testcase arrays_scope under guile
+partialchecking testcase autodoc under guile
+partialchecking testcase bloody_hell under guile
+partialchecking testcase bools under guile
+partialchecking testcase catches under guile
+partialchecking testcase cast_operator under guile
+partialchecking testcase casts (with run test) under guile
+partialchecking testcase char_binary under guile
+partialchecking testcase char_strings under guile
+partialchecking testcase class_forward under guile
+partialchecking testcase class_ignore (with run test) under guile
+partialchecking testcase class_scope_weird under guile
+partialchecking testcase compactdefaultargs under guile
+partialchecking testcase const_const_2 under guile
+partialchecking testcase constant_pointers under guile
+partialchecking testcase constover (with run test) under guile
+partialchecking testcase constructor_copy under guile
+partialchecking testcase constructor_exception under guile
+partialchecking testcase constructor_explicit under guile
+partialchecking testcase constructor_ignore under guile
+partialchecking testcase constructor_rename under guile
+partialchecking testcase constructor_value under guile
+partialchecking testcase contract (with run test) under guile
+partialchecking testcase conversion under guile
+partialchecking testcase conversion_namespace under guile
+partialchecking testcase conversion_ns_template under guile
+partialchecking testcase cplusplus_throw under guile
+partialchecking testcase cpp_basic under guile
+partialchecking testcase cpp_enum (with run test) under guile
+partialchecking testcase cpp_namespace (with run test) under guile
+partialchecking testcase cpp_nodefault under guile
+partialchecking testcase cpp_static under guile
+partialchecking testcase cpp_typedef under guile
+partialchecking testcase default_args under guile
+partialchecking testcase default_arg_values under guile
+partialchecking testcase default_constructor under guile
+partialchecking testcase defvalue_constructor under guile
+partialchecking testcase derived_byvalue under guile
+partialchecking testcase derived_nested under guile
+partialchecking testcase destructor_reprotected under guile
+partialchecking testcase director_abstract under guile
+partialchecking testcase director_alternating under guile
+partialchecking testcase director_basic under guile
+partialchecking testcase director_binary_string under guile
+partialchecking testcase director_classes under guile
+partialchecking testcase director_classic under guile
+partialchecking testcase director_constructor under guile
+partialchecking testcase director_default under guile
+partialchecking testcase director_detect under guile
+partialchecking testcase director_enum under guile
+partialchecking testcase director_exception under guile
+partialchecking testcase director_extend under guile
+partialchecking testcase director_finalizer under guile
+partialchecking testcase director_frob under guile
+partialchecking testcase director_ignore under guile
+partialchecking testcase director_keywords under guile
+partialchecking testcase director_namespace_clash under guile
+partialchecking testcase director_nspace under guile
+$(SOURCE_DIR)/Examples/test-suite/director_nspace.i:44: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase director_nested under guile
+partialchecking testcase director_overload under guile
+partialchecking testcase director_primitives under guile
+partialchecking testcase director_protected under guile
+partialchecking testcase director_protected_overloaded under guile
+partialchecking testcase director_redefined under guile
+partialchecking testcase director_thread under guile
+partialchecking testcase director_unroll under guile
+partialchecking testcase director_using under guile
+partialchecking testcase director_wombat under guile
+partialchecking testcase disown under guile
+partialchecking testcase dynamic_cast (with run test) under guile
+partialchecking testcase empty under guile
+partialchecking testcase enum_rename under guile
+partialchecking testcase enum_scope_template under guile
+partialchecking testcase enum_template under guile
+partialchecking testcase enum_thorough under guile
+partialchecking testcase enum_var under guile
+partialchecking testcase evil_diamond under guile
+partialchecking testcase evil_diamond_ns under guile
+partialchecking testcase evil_diamond_prop under guile
+partialchecking testcase exception_order under guile
+partialchecking testcase extend under guile
+partialchecking testcase extend_constructor_destructor under guile
+partialchecking testcase extend_default under guile
+partialchecking testcase extend_placement under guile
+partialchecking testcase extend_template under guile
+partialchecking testcase extend_template_ns under guile
+partialchecking testcase extend_typedef_class under guile
+partialchecking testcase extern_c under guile
+partialchecking testcase extern_namespace under guile
+partialchecking testcase extern_throws under guile
+partialchecking testcase expressions under guile
+partialchecking testcase features under guile
+partialchecking testcase fragments under guile
+partialchecking testcase friends under guile
+partialchecking testcase funcptr_cpp under guile
+partialchecking testcase fvirtual under guile
+partialchecking testcase global_namespace under guile
+partialchecking testcase global_ns_arg under guile
+partialchecking testcase global_scope_types under guile
+partialchecking testcase global_vars under guile
+partialchecking testcase grouping under guile
+partialchecking testcase ignore_parameter under guile
+partialchecking testcase import_nomodule (with run test) under guile
+partialchecking testcase inherit under guile
+partialchecking testcase inherit_missing (with run test) under guile
+partialchecking testcase inherit_same_name under guile
+partialchecking testcase inherit_target_language under guile
+partialchecking testcase inherit_void_arg under guile
+partialchecking testcase inline_initializer under guile
+partialchecking testcase insert_directive under guile
+partialchecking testcase keyword_rename under guile
+partialchecking testcase kind under guile
+partialchecking testcase langobj under guile
+partialchecking testcase li_attribute under guile
+partialchecking testcase li_boost_shared_ptr under guile
+partialchecking testcase li_boost_shared_ptr_bits under guile
+partialchecking testcase li_boost_shared_ptr_template under guile
+partialchecking testcase li_carrays under guile
+partialchecking testcase li_cdata under guile
+partialchecking testcase li_cpointer under guile
+partialchecking testcase li_stdint under guile
+partialchecking testcase li_typemaps (with run test) under guile
+partialchecking testcase li_typemaps_apply under guile
+partialchecking testcase li_windows under guile
+partialchecking testcase long_long_apply under guile
+partialchecking testcase memberin_extend under guile
+partialchecking testcase member_funcptr_galore under guile
+partialchecking testcase member_pointer under guile
+partialchecking testcase member_template under guile
+partialchecking testcase minherit under guile
+partialchecking testcase minherit2 under guile
+partialchecking testcase mixed_types under guile
+partialchecking testcase multiple_inheritance under guile
+partialchecking testcase name_cxx under guile
+partialchecking testcase name_warnings under guile
+partialchecking testcase namespace_class under guile
+partialchecking testcase namespace_enum under guile
+partialchecking testcase namespace_extend under guile
+partialchecking testcase namespace_forward_declaration under guile
+partialchecking testcase namespace_nested under guile
+partialchecking testcase namespace_spaces under guile
+partialchecking testcase namespace_template under guile
+partialchecking testcase namespace_typedef_class under guile
+partialchecking testcase namespace_typemap under guile
+partialchecking testcase namespace_union under guile
+partialchecking testcase namespace_virtual_method under guile
+partialchecking testcase nspace under guile
+$(SOURCE_DIR)/Examples/test-suite/nspace.i:107: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase nspace_extend under guile
+$(SOURCE_DIR)/Examples/test-suite/nspace_extend.i:53: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase naturalvar under guile
+partialchecking testcase nested_class under guile
+partialchecking testcase nested_comment under guile
+partialchecking testcase nested_workaround under guile
+partialchecking testcase newobject1 under guile
+partialchecking testcase null_pointer under guile
+partialchecking testcase operator_overload under guile
+partialchecking testcase operator_overload_break under guile
+partialchecking testcase operator_pointer_ref under guile
+partialchecking testcase operbool under guile
+partialchecking testcase ordering under guile
+partialchecking testcase overload_copy (with run test) under guile
+partialchecking testcase overload_method under guile
+partialchecking testcase overload_extend (with run test) under guile
+partialchecking testcase overload_rename under guile
+partialchecking testcase overload_return_type under guile
+partialchecking testcase overload_simple (with run test) under guile
+partialchecking testcase overload_subtype (with run test) under guile
+partialchecking testcase overload_template under guile
+partialchecking testcase overload_template_fast under guile
+partialchecking testcase pointer_reference under guile
+partialchecking testcase preproc_constants under guile
+partialchecking testcase primitive_ref under guile
+partialchecking testcase private_assign under guile
+partialchecking testcase protected_rename under guile
+partialchecking testcase pure_virtual under guile
+partialchecking testcase redefined under guile
+partialchecking testcase redefined_not under guile
+partialchecking testcase refcount under guile
+partialchecking testcase reference_global_vars (with run test) under guile
+partialchecking testcase register_par under guile
+partialchecking testcase rename1 under guile
+partialchecking testcase rename2 under guile
+partialchecking testcase rename3 under guile
+partialchecking testcase rename4 under guile
+partialchecking testcase rename_scope under guile
+partialchecking testcase rename_simple under guile
+partialchecking testcase rename_strip_encoder under guile
+partialchecking testcase rename_pcre_encoder under guile
+partialchecking testcase rename_pcre_enum under guile
+partialchecking testcase restrict_cplusplus under guile
+partialchecking testcase return_const_value under guile
+partialchecking testcase return_value_scope under guile
+partialchecking testcase rname under guile
+partialchecking testcase samename under guile
+partialchecking testcase sizet under guile
+partialchecking testcase smart_pointer_const under guile
+partialchecking testcase smart_pointer_const2 under guile
+partialchecking testcase smart_pointer_const_overload under guile
+partialchecking testcase smart_pointer_extend under guile
+partialchecking testcase smart_pointer_member under guile
+partialchecking testcase smart_pointer_multi under guile
+partialchecking testcase smart_pointer_multi_typedef under guile
+partialchecking testcase smart_pointer_namespace under guile
+partialchecking testcase smart_pointer_namespace2 under guile
+partialchecking testcase smart_pointer_not under guile
+partialchecking testcase smart_pointer_overload under guile
+partialchecking testcase smart_pointer_protected under guile
+partialchecking testcase smart_pointer_rename under guile
+partialchecking testcase smart_pointer_simple under guile
+partialchecking testcase smart_pointer_static under guile
+partialchecking testcase smart_pointer_template_const_overload under guile
+partialchecking testcase smart_pointer_templatemethods under guile
+partialchecking testcase smart_pointer_templatevariables under guile
+partialchecking testcase smart_pointer_typedef under guile
+partialchecking testcase special_variables under guile
+partialchecking testcase special_variable_macros under guile
+partialchecking testcase static_array_member under guile
+partialchecking testcase static_const_member under guile
+partialchecking testcase static_const_member_2 under guile
+partialchecking testcase struct_initialization_cpp under guile
+partialchecking testcase struct_value under guile
+partialchecking testcase symbol_clash under guile
+partialchecking testcase template_arg_replace under guile
+partialchecking testcase template_arg_scope under guile
+partialchecking testcase template_arg_typename under guile
+partialchecking testcase template_array_numeric under guile
+partialchecking testcase template_basic under guile
+partialchecking testcase template_base_template under guile
+partialchecking testcase template_classes under guile
+partialchecking testcase template_const_ref under guile
+partialchecking testcase template_construct under guile
+partialchecking testcase template_default under guile
+partialchecking testcase template_default2 under guile
+partialchecking testcase template_default_arg under guile
+partialchecking testcase template_default_class_parms under guile
+partialchecking testcase template_default_class_parms_typedef under guile
+partialchecking testcase template_default_inherit under guile
+partialchecking testcase template_default_qualify under guile
+partialchecking testcase template_default_vw under guile
+partialchecking testcase template_enum under guile
+partialchecking testcase template_enum_ns_inherit under guile
+partialchecking testcase template_enum_typedef under guile
+partialchecking testcase template_explicit under guile
+partialchecking testcase template_extend1 under guile
+partialchecking testcase template_extend2 under guile
+partialchecking testcase template_extend_overload under guile
+partialchecking testcase template_extend_overload_2 under guile
+partialchecking testcase template_forward under guile
+partialchecking testcase template_inherit under guile
+partialchecking testcase template_inherit_abstract under guile
+partialchecking testcase template_int_const under guile
+partialchecking testcase template_methods under guile
+partialchecking testcase template_namespace_forward_declaration under guile
+partialchecking testcase template_using_directive_and_declaration_forward under guile
+partialchecking testcase template_nested under guile
+partialchecking testcase template_nested_typemaps under guile
+partialchecking testcase template_ns under guile
+partialchecking testcase template_ns2 under guile
+partialchecking testcase template_ns3 under guile
+partialchecking testcase template_ns4 under guile
+partialchecking testcase template_ns_enum under guile
+partialchecking testcase template_ns_enum2 under guile
+partialchecking testcase template_ns_inherit under guile
+partialchecking testcase template_ns_scope under guile
+partialchecking testcase template_partial_arg under guile
+partialchecking testcase template_partial_specialization under guile
+partialchecking testcase template_partial_specialization_typedef under guile
+partialchecking testcase template_qualifier under guile
+partialchecking testcase template_ref_type under guile
+partialchecking testcase template_rename under guile
+partialchecking testcase template_retvalue under guile
+partialchecking testcase template_specialization under guile
+partialchecking testcase template_specialization_defarg under guile
+partialchecking testcase template_specialization_enum under guile
+partialchecking testcase template_static under guile
+partialchecking testcase template_tbase_template under guile
+partialchecking testcase template_template_parameters under guile
+partialchecking testcase template_typedef under guile
+partialchecking testcase template_typedef_class_template under guile
+partialchecking testcase template_typedef_cplx under guile
+partialchecking testcase template_typedef_cplx2 under guile
+partialchecking testcase template_typedef_cplx3 under guile
+partialchecking testcase template_typedef_cplx4 under guile
+partialchecking testcase template_typedef_cplx5 under guile
+partialchecking testcase template_typedef_funcptr under guile
+partialchecking testcase template_typedef_inherit under guile
+partialchecking testcase template_typedef_ns under guile
+partialchecking testcase template_typedef_ptr under guile
+partialchecking testcase template_typedef_rec under guile
+partialchecking testcase template_typemaps under guile
+partialchecking testcase template_typemaps_typedef under guile
+partialchecking testcase template_typemaps_typedef2 under guile
+partialchecking testcase template_using under guile
+partialchecking testcase template_virtual under guile
+partialchecking testcase template_whitespace under guile
+partialchecking testcase threads under guile
+partialchecking testcase threads_exception under guile
+partialchecking testcase throw_exception (with run test) under guile
+partialchecking testcase typedef_array_member under guile
+partialchecking testcase typedef_class under guile
+partialchecking testcase typedef_funcptr under guile
+partialchecking testcase typedef_inherit (with run test) under guile
+partialchecking testcase typedef_mptr under guile
+partialchecking testcase typedef_reference under guile
+partialchecking testcase typedef_scope under guile
+partialchecking testcase typedef_sizet under guile
+partialchecking testcase typedef_struct under guile
+partialchecking testcase typemap_arrays under guile
+partialchecking testcase typemap_delete under guile
+partialchecking testcase typemap_global_scope under guile
+partialchecking testcase typemap_manyargs under guile
+partialchecking testcase typemap_namespace under guile
+partialchecking testcase typemap_ns_using under guile
+partialchecking testcase typemap_numinputs under guile
+partialchecking testcase typemap_template under guile
+partialchecking testcase typemap_template_parm_typedef under guile
+partialchecking testcase typemap_out_optimal under guile
+partialchecking testcase typemap_qualifier_strip under guile
+partialchecking testcase typemap_variables under guile
+partialchecking testcase typemap_various under guile
+partialchecking testcase typename (with run test) under guile
+partialchecking testcase types_directive under guile
+partialchecking testcase union_scope under guile
+partialchecking testcase using1 under guile
+partialchecking testcase using2 under guile
+partialchecking testcase using_composition under guile
+partialchecking testcase using_directive_and_declaration under guile
+partialchecking testcase using_directive_and_declaration_forward under guile
+partialchecking testcase using_extend under guile
+partialchecking testcase using_inherit under guile
+partialchecking testcase using_namespace under guile
+partialchecking testcase using_namespace_loop under guile
+partialchecking testcase using_pointers under guile
+partialchecking testcase using_private under guile
+partialchecking testcase using_protected under guile
+partialchecking testcase valuewrapper under guile
+partialchecking testcase valuewrapper_base under guile
+partialchecking testcase valuewrapper_const under guile
+partialchecking testcase valuewrapper_opaque under guile
+partialchecking testcase varargs under guile
+partialchecking testcase varargs_overload under guile
+partialchecking testcase virtual_destructor under guile
+partialchecking testcase virtual_poly under guile
+partialchecking testcase virtual_vs_nonvirtual_base under guile
+partialchecking testcase voidtest under guile
+partialchecking testcase wallkw under guile
+partialchecking testcase wrapmacro under guile
+partialchecking testcase director_string under guile
+partialchecking testcase ignore_template_constructor under guile
+partialchecking testcase li_std_combinations under guile
+partialchecking testcase li_std_deque under guile
+partialchecking testcase li_std_except under guile
+partialchecking testcase li_std_map under guile
+partialchecking testcase li_std_pair under guile
+partialchecking testcase li_std_pair_using under guile
+partialchecking testcase li_std_string (with run test) under guile
+partialchecking testcase li_std_vector under guile
+partialchecking testcase li_std_vector_enum under guile
+partialchecking testcase li_std_vector_member_var under guile
+partialchecking testcase smart_pointer_inherit under guile
+partialchecking testcase template_typedef_fnc under guile
+partialchecking testcase template_type_namespace under guile
+partialchecking testcase template_opaque under guile
+partialchecking testcase long_long under guile
+partialchecking testcase list_vector (with run test) under guile
+partialchecking testcase multivalue (with run test) under guile
+partialchecking testcase pointer_in_out (with run test) under guile
+partialchecking testcase arrays under guile
+partialchecking testcase char_constant (with run test) under guile
+partialchecking testcase const_const under guile
+partialchecking testcase constant_expr under guile
+partialchecking testcase empty under guile
+partialchecking testcase enums under guile
+partialchecking testcase enum_forward under guile
+partialchecking testcase extern_declaration under guile
+partialchecking testcase funcptr under guile
+partialchecking testcase function_typedef under guile
+partialchecking testcase immutable_values under guile
+partialchecking testcase inctest under guile
+partialchecking testcase integers (with run test) under guile
+partialchecking testcase keyword_rename under guile
+partialchecking testcase lextype under guile
+partialchecking testcase li_carrays under guile
+partialchecking testcase li_cdata under guile
+partialchecking testcase li_cmalloc under guile
+partialchecking testcase li_constraints under guile
+partialchecking testcase li_cpointer under guile
+partialchecking testcase li_math under guile
+partialchecking testcase memberin_extend_c under guile
+partialchecking testcase name (with run test) under guile
+partialchecking testcase nested under guile
+partialchecking testcase nested_structs under guile
+partialchecking testcase newobject2 under guile
+partialchecking testcase overload_extend (with run test) under guile
+partialchecking testcase overload_extendc under guile
+partialchecking testcase preproc under guile
+partialchecking testcase preproc_constants_c under guile
+partialchecking testcase preproc_defined under guile
+partialchecking testcase preproc_include under guile
+partialchecking testcase preproc_line_file under guile
+partialchecking testcase ret_by_value under guile
+partialchecking testcase simple_array under guile
+partialchecking testcase sizeof_pointer under guile
+partialchecking testcase sneaky1 under guile
+partialchecking testcase struct_rename under guile
+partialchecking testcase struct_initialization under guile
+partialchecking testcase typedef_struct under guile
+partialchecking testcase typemap_subst under guile
+partialchecking testcase union_parameter under guile
+partialchecking testcase unions (with run test) under guile
+partialchecking testcase clientdata_prop under guile
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+partialchecking testcase imports (with run test) under guile
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+partialchecking testcase import_stl under guile
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+partialchecking testcase packageoption under guile
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+partialchecking testcase mod under guile
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+partialchecking testcase template_typedef_import under guile
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+partialchecking testcase multi_import under guile
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+SWIG:1: Warning 120: -runtime, -noruntime command line options are deprecated.
+partialchecking guilescm test-suite
+partialchecking testcase abstract_access under guile (with SCM API)
+partialchecking testcase abstract_inherit under guile (with SCM API)
+partialchecking testcase abstract_inherit_ok under guile (with SCM API)
+partialchecking testcase abstract_signature under guile (with SCM API)
+partialchecking testcase abstract_typedef under guile (with SCM API)
+partialchecking testcase abstract_typedef2 under guile (with SCM API)
+partialchecking testcase abstract_virtual under guile (with SCM API)
+partialchecking testcase access_change under guile (with SCM API)
+partialchecking testcase add_link under guile (with SCM API)
+partialchecking testcase aggregate under guile (with SCM API)
+partialchecking testcase allowexcept under guile (with SCM API)
+partialchecking testcase allprotected under guile (with SCM API)
+partialchecking testcase allprotected_not under guile (with SCM API)
+partialchecking testcase anonymous_bitfield under guile (with SCM API)
+partialchecking testcase apply_signed_char under guile (with SCM API)
+partialchecking testcase apply_strings under guile (with SCM API)
+partialchecking testcase argout under guile (with SCM API)
+partialchecking testcase array_member under guile (with SCM API)
+partialchecking testcase array_typedef_memberin under guile (with SCM API)
+partialchecking testcase arrayref under guile (with SCM API)
+partialchecking testcase arrays_dimensionless under guile (with SCM API)
+partialchecking testcase arrays_global under guile (with SCM API)
+partialchecking testcase arrays_global_twodim under guile (with SCM API)
+partialchecking testcase arrays_scope under guile (with SCM API)
+partialchecking testcase autodoc under guile (with SCM API)
+partialchecking testcase bloody_hell under guile (with SCM API)
+partialchecking testcase bools under guile (with SCM API)
+partialchecking testcase catches under guile (with SCM API)
+partialchecking testcase cast_operator under guile (with SCM API)
+partialchecking testcase casts (with run test) under guile (with SCM API)
+partialchecking testcase char_binary under guile (with SCM API)
+partialchecking testcase char_strings under guile (with SCM API)
+partialchecking testcase class_forward under guile (with SCM API)
+partialchecking testcase class_ignore (with run test) under guile (with SCM API)
+partialchecking testcase class_scope_weird under guile (with SCM API)
+partialchecking testcase compactdefaultargs under guile (with SCM API)
+partialchecking testcase const_const_2 under guile (with SCM API)
+partialchecking testcase constant_pointers under guile (with SCM API)
+partialchecking testcase constover (with run test) under guile (with SCM API)
+partialchecking testcase constructor_copy under guile (with SCM API)
+partialchecking testcase constructor_exception under guile (with SCM API)
+partialchecking testcase constructor_explicit under guile (with SCM API)
+partialchecking testcase constructor_ignore under guile (with SCM API)
+partialchecking testcase constructor_rename under guile (with SCM API)
+partialchecking testcase constructor_value under guile (with SCM API)
+partialchecking testcase contract (with run test) under guile (with SCM API)
+partialchecking testcase conversion under guile (with SCM API)
+partialchecking testcase conversion_namespace under guile (with SCM API)
+partialchecking testcase conversion_ns_template under guile (with SCM API)
+partialchecking testcase cplusplus_throw under guile (with SCM API)
+partialchecking testcase cpp_basic under guile (with SCM API)
+partialchecking testcase cpp_enum (with run test) under guile (with SCM API)
+partialchecking testcase cpp_namespace (with run test) under guile (with SCM API)
+partialchecking testcase cpp_nodefault under guile (with SCM API)
+partialchecking testcase cpp_static under guile (with SCM API)
+partialchecking testcase cpp_typedef under guile (with SCM API)
+partialchecking testcase default_args under guile (with SCM API)
+partialchecking testcase default_arg_values under guile (with SCM API)
+partialchecking testcase default_constructor under guile (with SCM API)
+partialchecking testcase defvalue_constructor under guile (with SCM API)
+partialchecking testcase derived_byvalue under guile (with SCM API)
+partialchecking testcase derived_nested under guile (with SCM API)
+partialchecking testcase destructor_reprotected under guile (with SCM API)
+partialchecking testcase director_abstract under guile (with SCM API)
+partialchecking testcase director_alternating under guile (with SCM API)
+partialchecking testcase director_basic under guile (with SCM API)
+partialchecking testcase director_binary_string under guile (with SCM API)
+partialchecking testcase director_classes under guile (with SCM API)
+partialchecking testcase director_classic under guile (with SCM API)
+partialchecking testcase director_constructor under guile (with SCM API)
+partialchecking testcase director_default under guile (with SCM API)
+partialchecking testcase director_detect under guile (with SCM API)
+partialchecking testcase director_enum under guile (with SCM API)
+partialchecking testcase director_exception under guile (with SCM API)
+partialchecking testcase director_extend under guile (with SCM API)
+partialchecking testcase director_finalizer under guile (with SCM API)
+partialchecking testcase director_frob under guile (with SCM API)
+partialchecking testcase director_ignore under guile (with SCM API)
+partialchecking testcase director_keywords under guile (with SCM API)
+partialchecking testcase director_namespace_clash under guile (with SCM API)
+partialchecking testcase director_nspace under guile (with SCM API)
+$(SOURCE_DIR)/Examples/test-suite/director_nspace.i:44: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase director_nested under guile (with SCM API)
+partialchecking testcase director_overload under guile (with SCM API)
+partialchecking testcase director_primitives under guile (with SCM API)
+partialchecking testcase director_protected under guile (with SCM API)
+partialchecking testcase director_protected_overloaded under guile (with SCM API)
+partialchecking testcase director_redefined under guile (with SCM API)
+partialchecking testcase director_thread under guile (with SCM API)
+partialchecking testcase director_unroll under guile (with SCM API)
+partialchecking testcase director_using under guile (with SCM API)
+partialchecking testcase director_wombat under guile (with SCM API)
+partialchecking testcase disown under guile (with SCM API)
+partialchecking testcase dynamic_cast (with run test) under guile (with SCM API)
+partialchecking testcase empty under guile (with SCM API)
+partialchecking testcase enum_rename under guile (with SCM API)
+partialchecking testcase enum_scope_template under guile (with SCM API)
+partialchecking testcase enum_template under guile (with SCM API)
+partialchecking testcase enum_thorough under guile (with SCM API)
+partialchecking testcase enum_var under guile (with SCM API)
+partialchecking testcase evil_diamond under guile (with SCM API)
+partialchecking testcase evil_diamond_ns under guile (with SCM API)
+partialchecking testcase evil_diamond_prop under guile (with SCM API)
+partialchecking testcase exception_order under guile (with SCM API)
+partialchecking testcase extend under guile (with SCM API)
+partialchecking testcase extend_constructor_destructor under guile (with SCM API)
+partialchecking testcase extend_default under guile (with SCM API)
+partialchecking testcase extend_placement under guile (with SCM API)
+partialchecking testcase extend_template under guile (with SCM API)
+partialchecking testcase extend_template_ns under guile (with SCM API)
+partialchecking testcase extend_typedef_class under guile (with SCM API)
+partialchecking testcase extern_c under guile (with SCM API)
+partialchecking testcase extern_namespace under guile (with SCM API)
+partialchecking testcase extern_throws under guile (with SCM API)
+partialchecking testcase expressions under guile (with SCM API)
+partialchecking testcase features under guile (with SCM API)
+partialchecking testcase fragments under guile (with SCM API)
+partialchecking testcase friends under guile (with SCM API)
+partialchecking testcase funcptr_cpp under guile (with SCM API)
+partialchecking testcase fvirtual under guile (with SCM API)
+partialchecking testcase global_namespace under guile (with SCM API)
+partialchecking testcase global_ns_arg under guile (with SCM API)
+partialchecking testcase global_scope_types under guile (with SCM API)
+partialchecking testcase global_vars under guile (with SCM API)
+partialchecking testcase grouping under guile (with SCM API)
+partialchecking testcase ignore_parameter under guile (with SCM API)
+partialchecking testcase import_nomodule (with run test) under guile (with SCM API)
+partialchecking testcase inherit under guile (with SCM API)
+partialchecking testcase inherit_missing (with run test) under guile (with SCM API)
+partialchecking testcase inherit_same_name under guile (with SCM API)
+partialchecking testcase inherit_target_language under guile (with SCM API)
+partialchecking testcase inherit_void_arg under guile (with SCM API)
+partialchecking testcase inline_initializer under guile (with SCM API)
+partialchecking testcase insert_directive under guile (with SCM API)
+partialchecking testcase keyword_rename under guile (with SCM API)
+partialchecking testcase kind under guile (with SCM API)
+partialchecking testcase langobj under guile (with SCM API)
+partialchecking testcase li_attribute under guile (with SCM API)
+partialchecking testcase li_boost_shared_ptr under guile (with SCM API)
+partialchecking testcase li_boost_shared_ptr_bits under guile (with SCM API)
+partialchecking testcase li_boost_shared_ptr_template under guile (with SCM API)
+partialchecking testcase li_carrays under guile (with SCM API)
+partialchecking testcase li_cdata under guile (with SCM API)
+partialchecking testcase li_cpointer under guile (with SCM API)
+partialchecking testcase li_stdint under guile (with SCM API)
+partialchecking testcase li_typemaps (with run test) under guile (with SCM API)
+partialchecking testcase li_typemaps_apply under guile (with SCM API)
+partialchecking testcase li_windows under guile (with SCM API)
+partialchecking testcase long_long_apply under guile (with SCM API)
+partialchecking testcase memberin_extend under guile (with SCM API)
+partialchecking testcase member_funcptr_galore under guile (with SCM API)
+partialchecking testcase member_pointer under guile (with SCM API)
+partialchecking testcase member_template under guile (with SCM API)
+partialchecking testcase minherit under guile (with SCM API)
+partialchecking testcase minherit2 under guile (with SCM API)
+partialchecking testcase mixed_types under guile (with SCM API)
+partialchecking testcase multiple_inheritance under guile (with SCM API)
+partialchecking testcase name_cxx under guile (with SCM API)
+partialchecking testcase name_warnings under guile (with SCM API)
+partialchecking testcase namespace_class under guile (with SCM API)
+partialchecking testcase namespace_enum under guile (with SCM API)
+partialchecking testcase namespace_extend under guile (with SCM API)
+partialchecking testcase namespace_forward_declaration under guile (with SCM API)
+partialchecking testcase namespace_nested under guile (with SCM API)
+partialchecking testcase namespace_spaces under guile (with SCM API)
+partialchecking testcase namespace_template under guile (with SCM API)
+partialchecking testcase namespace_typedef_class under guile (with SCM API)
+partialchecking testcase namespace_typemap under guile (with SCM API)
+partialchecking testcase namespace_union under guile (with SCM API)
+partialchecking testcase namespace_virtual_method under guile (with SCM API)
+partialchecking testcase nspace under guile (with SCM API)
+$(SOURCE_DIR)/Examples/test-suite/nspace.i:107: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase nspace_extend under guile (with SCM API)
+$(SOURCE_DIR)/Examples/test-suite/nspace_extend.i:53: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase naturalvar under guile (with SCM API)
+partialchecking testcase nested_class under guile (with SCM API)
+partialchecking testcase nested_comment under guile (with SCM API)
+partialchecking testcase nested_workaround under guile (with SCM API)
+partialchecking testcase newobject1 under guile (with SCM API)
+partialchecking testcase null_pointer under guile (with SCM API)
+partialchecking testcase operator_overload under guile (with SCM API)
+partialchecking testcase operator_overload_break under guile (with SCM API)
+partialchecking testcase operator_pointer_ref under guile (with SCM API)
+partialchecking testcase operbool under guile (with SCM API)
+partialchecking testcase ordering under guile (with SCM API)
+partialchecking testcase overload_copy (with run test) under guile (with SCM API)
+partialchecking testcase overload_method under guile (with SCM API)
+partialchecking testcase overload_extend (with run test) under guile (with SCM API)
+partialchecking testcase overload_rename under guile (with SCM API)
+partialchecking testcase overload_return_type under guile (with SCM API)
+partialchecking testcase overload_simple (with run test) under guile (with SCM API)
+partialchecking testcase overload_subtype (with run test) under guile (with SCM API)
+partialchecking testcase overload_template under guile (with SCM API)
+partialchecking testcase overload_template_fast under guile (with SCM API)
+partialchecking testcase pointer_reference under guile (with SCM API)
+partialchecking testcase preproc_constants under guile (with SCM API)
+partialchecking testcase primitive_ref under guile (with SCM API)
+partialchecking testcase private_assign under guile (with SCM API)
+partialchecking testcase protected_rename under guile (with SCM API)
+partialchecking testcase pure_virtual under guile (with SCM API)
+partialchecking testcase redefined under guile (with SCM API)
+partialchecking testcase redefined_not under guile (with SCM API)
+partialchecking testcase refcount under guile (with SCM API)
+partialchecking testcase reference_global_vars (with run test) under guile (with SCM API)
+partialchecking testcase register_par under guile (with SCM API)
+partialchecking testcase rename1 under guile (with SCM API)
+partialchecking testcase rename2 under guile (with SCM API)
+partialchecking testcase rename3 under guile (with SCM API)
+partialchecking testcase rename4 under guile (with SCM API)
+partialchecking testcase rename_scope under guile (with SCM API)
+partialchecking testcase rename_simple under guile (with SCM API)
+partialchecking testcase rename_strip_encoder under guile (with SCM API)
+partialchecking testcase rename_pcre_encoder under guile (with SCM API)
+partialchecking testcase rename_pcre_enum under guile (with SCM API)
+partialchecking testcase restrict_cplusplus under guile (with SCM API)
+partialchecking testcase return_const_value under guile (with SCM API)
+partialchecking testcase return_value_scope under guile (with SCM API)
+partialchecking testcase rname under guile (with SCM API)
+partialchecking testcase samename under guile (with SCM API)
+partialchecking testcase sizet under guile (with SCM API)
+partialchecking testcase smart_pointer_const under guile (with SCM API)
+partialchecking testcase smart_pointer_const2 under guile (with SCM API)
+partialchecking testcase smart_pointer_const_overload under guile (with SCM API)
+partialchecking testcase smart_pointer_extend under guile (with SCM API)
+partialchecking testcase smart_pointer_member under guile (with SCM API)
+partialchecking testcase smart_pointer_multi under guile (with SCM API)
+partialchecking testcase smart_pointer_multi_typedef under guile (with SCM API)
+partialchecking testcase smart_pointer_namespace under guile (with SCM API)
+partialchecking testcase smart_pointer_namespace2 under guile (with SCM API)
+partialchecking testcase smart_pointer_not under guile (with SCM API)
+partialchecking testcase smart_pointer_overload under guile (with SCM API)
+partialchecking testcase smart_pointer_protected under guile (with SCM API)
+partialchecking testcase smart_pointer_rename under guile (with SCM API)
+partialchecking testcase smart_pointer_simple under guile (with SCM API)
+partialchecking testcase smart_pointer_static under guile (with SCM API)
+partialchecking testcase smart_pointer_template_const_overload under guile (with SCM API)
+partialchecking testcase smart_pointer_templatemethods under guile (with SCM API)
+partialchecking testcase smart_pointer_templatevariables under guile (with SCM API)
+partialchecking testcase smart_pointer_typedef under guile (with SCM API)
+partialchecking testcase special_variables under guile (with SCM API)
+partialchecking testcase special_variable_macros under guile (with SCM API)
+partialchecking testcase static_array_member under guile (with SCM API)
+partialchecking testcase static_const_member under guile (with SCM API)
+partialchecking testcase static_const_member_2 under guile (with SCM API)
+partialchecking testcase struct_initialization_cpp under guile (with SCM API)
+partialchecking testcase struct_value under guile (with SCM API)
+partialchecking testcase symbol_clash under guile (with SCM API)
+partialchecking testcase template_arg_replace under guile (with SCM API)
+partialchecking testcase template_arg_scope under guile (with SCM API)
+partialchecking testcase template_arg_typename under guile (with SCM API)
+partialchecking testcase template_array_numeric under guile (with SCM API)
+partialchecking testcase template_basic under guile (with SCM API)
+partialchecking testcase template_base_template under guile (with SCM API)
+partialchecking testcase template_classes under guile (with SCM API)
+partialchecking testcase template_const_ref under guile (with SCM API)
+partialchecking testcase template_construct under guile (with SCM API)
+partialchecking testcase template_default under guile (with SCM API)
+partialchecking testcase template_default2 under guile (with SCM API)
+partialchecking testcase template_default_arg under guile (with SCM API)
+partialchecking testcase template_default_class_parms under guile (with SCM API)
+partialchecking testcase template_default_class_parms_typedef under guile (with SCM API)
+partialchecking testcase template_default_inherit under guile (with SCM API)
+partialchecking testcase template_default_qualify under guile (with SCM API)
+partialchecking testcase template_default_vw under guile (with SCM API)
+partialchecking testcase template_enum under guile (with SCM API)
+partialchecking testcase template_enum_ns_inherit under guile (with SCM API)
+partialchecking testcase template_enum_typedef under guile (with SCM API)
+partialchecking testcase template_explicit under guile (with SCM API)
+partialchecking testcase template_extend1 under guile (with SCM API)
+partialchecking testcase template_extend2 under guile (with SCM API)
+partialchecking testcase template_extend_overload under guile (with SCM API)
+partialchecking testcase template_extend_overload_2 under guile (with SCM API)
+partialchecking testcase template_forward under guile (with SCM API)
+partialchecking testcase template_inherit under guile (with SCM API)
+partialchecking testcase template_inherit_abstract under guile (with SCM API)
+partialchecking testcase template_int_const under guile (with SCM API)
+partialchecking testcase template_methods under guile (with SCM API)
+partialchecking testcase template_namespace_forward_declaration under guile (with SCM API)
+partialchecking testcase template_using_directive_and_declaration_forward under guile (with SCM API)
+partialchecking testcase template_nested under guile (with SCM API)
+partialchecking testcase template_nested_typemaps under guile (with SCM API)
+partialchecking testcase template_ns under guile (with SCM API)
+partialchecking testcase template_ns2 under guile (with SCM API)
+partialchecking testcase template_ns3 under guile (with SCM API)
+partialchecking testcase template_ns4 under guile (with SCM API)
+partialchecking testcase template_ns_enum under guile (with SCM API)
+partialchecking testcase template_ns_enum2 under guile (with SCM API)
+partialchecking testcase template_ns_inherit under guile (with SCM API)
+partialchecking testcase template_ns_scope under guile (with SCM API)
+partialchecking testcase template_partial_arg under guile (with SCM API)
+partialchecking testcase template_partial_specialization under guile (with SCM API)
+partialchecking testcase template_partial_specialization_typedef under guile (with SCM API)
+partialchecking testcase template_qualifier under guile (with SCM API)
+partialchecking testcase template_ref_type under guile (with SCM API)
+partialchecking testcase template_rename under guile (with SCM API)
+partialchecking testcase template_retvalue under guile (with SCM API)
+partialchecking testcase template_specialization under guile (with SCM API)
+partialchecking testcase template_specialization_defarg under guile (with SCM API)
+partialchecking testcase template_specialization_enum under guile (with SCM API)
+partialchecking testcase template_static under guile (with SCM API)
+partialchecking testcase template_tbase_template under guile (with SCM API)
+partialchecking testcase template_template_parameters under guile (with SCM API)
+partialchecking testcase template_typedef under guile (with SCM API)
+partialchecking testcase template_typedef_class_template under guile (with SCM API)
+partialchecking testcase template_typedef_cplx under guile (with SCM API)
+partialchecking testcase template_typedef_cplx2 under guile (with SCM API)
+partialchecking testcase template_typedef_cplx3 under guile (with SCM API)
+partialchecking testcase template_typedef_cplx4 under guile (with SCM API)
+partialchecking testcase template_typedef_cplx5 under guile (with SCM API)
+partialchecking testcase template_typedef_funcptr under guile (with SCM API)
+partialchecking testcase template_typedef_inherit under guile (with SCM API)
+partialchecking testcase template_typedef_ns under guile (with SCM API)
+partialchecking testcase template_typedef_ptr under guile (with SCM API)
+partialchecking testcase template_typedef_rec under guile (with SCM API)
+partialchecking testcase template_typemaps under guile (with SCM API)
+partialchecking testcase template_typemaps_typedef under guile (with SCM API)
+partialchecking testcase template_typemaps_typedef2 under guile (with SCM API)
+partialchecking testcase template_using under guile (with SCM API)
+partialchecking testcase template_virtual under guile (with SCM API)
+partialchecking testcase template_whitespace under guile (with SCM API)
+partialchecking testcase threads under guile (with SCM API)
+partialchecking testcase threads_exception under guile (with SCM API)
+partialchecking testcase throw_exception (with run test) under guile (with SCM API)
+partialchecking testcase typedef_array_member under guile (with SCM API)
+partialchecking testcase typedef_class under guile (with SCM API)
+partialchecking testcase typedef_funcptr under guile (with SCM API)
+partialchecking testcase typedef_inherit (with run test) under guile (with SCM API)
+partialchecking testcase typedef_mptr under guile (with SCM API)
+partialchecking testcase typedef_reference under guile (with SCM API)
+partialchecking testcase typedef_scope under guile (with SCM API)
+partialchecking testcase typedef_sizet under guile (with SCM API)
+partialchecking testcase typedef_struct under guile (with SCM API)
+partialchecking testcase typemap_arrays under guile (with SCM API)
+partialchecking testcase typemap_delete under guile (with SCM API)
+partialchecking testcase typemap_global_scope under guile (with SCM API)
+partialchecking testcase typemap_manyargs under guile (with SCM API)
+partialchecking testcase typemap_namespace under guile (with SCM API)
+partialchecking testcase typemap_ns_using under guile (with SCM API)
+partialchecking testcase typemap_numinputs under guile (with SCM API)
+partialchecking testcase typemap_template under guile (with SCM API)
+partialchecking testcase typemap_template_parm_typedef under guile (with SCM API)
+partialchecking testcase typemap_out_optimal under guile (with SCM API)
+partialchecking testcase typemap_qualifier_strip under guile (with SCM API)
+partialchecking testcase typemap_variables under guile (with SCM API)
+partialchecking testcase typemap_various under guile (with SCM API)
+partialchecking testcase typename (with run test) under guile (with SCM API)
+partialchecking testcase types_directive under guile (with SCM API)
+partialchecking testcase union_scope under guile (with SCM API)
+partialchecking testcase using1 under guile (with SCM API)
+partialchecking testcase using2 under guile (with SCM API)
+partialchecking testcase using_composition under guile (with SCM API)
+partialchecking testcase using_directive_and_declaration under guile (with SCM API)
+partialchecking testcase using_directive_and_declaration_forward under guile (with SCM API)
+partialchecking testcase using_extend under guile (with SCM API)
+partialchecking testcase using_inherit under guile (with SCM API)
+partialchecking testcase using_namespace under guile (with SCM API)
+partialchecking testcase using_namespace_loop under guile (with SCM API)
+partialchecking testcase using_pointers under guile (with SCM API)
+partialchecking testcase using_private under guile (with SCM API)
+partialchecking testcase using_protected under guile (with SCM API)
+partialchecking testcase valuewrapper under guile (with SCM API)
+partialchecking testcase valuewrapper_base under guile (with SCM API)
+partialchecking testcase valuewrapper_const under guile (with SCM API)
+partialchecking testcase valuewrapper_opaque under guile (with SCM API)
+partialchecking testcase varargs under guile (with SCM API)
+partialchecking testcase varargs_overload under guile (with SCM API)
+partialchecking testcase virtual_destructor under guile (with SCM API)
+partialchecking testcase virtual_poly under guile (with SCM API)
+partialchecking testcase virtual_vs_nonvirtual_base under guile (with SCM API)
+partialchecking testcase voidtest under guile (with SCM API)
+partialchecking testcase wallkw under guile (with SCM API)
+partialchecking testcase wrapmacro under guile (with SCM API)
+partialchecking testcase director_string under guile (with SCM API)
+partialchecking testcase ignore_template_constructor under guile (with SCM API)
+partialchecking testcase li_std_combinations under guile (with SCM API)
+partialchecking testcase li_std_deque under guile (with SCM API)
+partialchecking testcase li_std_except under guile (with SCM API)
+partialchecking testcase li_std_map under guile (with SCM API)
+partialchecking testcase li_std_pair under guile (with SCM API)
+partialchecking testcase li_std_pair_using under guile (with SCM API)
+partialchecking testcase li_std_string (with run test) under guile (with SCM API)
+partialchecking testcase li_std_vector under guile (with SCM API)
+partialchecking testcase li_std_vector_enum under guile (with SCM API)
+partialchecking testcase li_std_vector_member_var under guile (with SCM API)
+partialchecking testcase smart_pointer_inherit under guile (with SCM API)
+partialchecking testcase template_typedef_fnc under guile (with SCM API)
+partialchecking testcase template_type_namespace under guile (with SCM API)
+partialchecking testcase template_opaque under guile (with SCM API)
+partialchecking testcase long_long under guile (with SCM API)
+partialchecking testcase list_vector (with run test) under guile (with SCM API)
+partialchecking testcase multivalue (with run test) under guile (with SCM API)
+partialchecking testcase pointer_in_out (with run test) under guile (with SCM API)
+partialchecking testcase arrays under guile (with SCM API)
+partialchecking testcase char_constant (with run test) under guile (with SCM API)
+partialchecking testcase const_const under guile (with SCM API)
+partialchecking testcase constant_expr under guile (with SCM API)
+partialchecking testcase empty under guile (with SCM API)
+partialchecking testcase enums under guile (with SCM API)
+partialchecking testcase enum_forward under guile (with SCM API)
+partialchecking testcase extern_declaration under guile (with SCM API)
+partialchecking testcase funcptr under guile (with SCM API)
+partialchecking testcase function_typedef under guile (with SCM API)
+partialchecking testcase immutable_values under guile (with SCM API)
+partialchecking testcase inctest under guile (with SCM API)
+partialchecking testcase integers (with run test) under guile (with SCM API)
+partialchecking testcase keyword_rename under guile (with SCM API)
+partialchecking testcase lextype under guile (with SCM API)
+partialchecking testcase li_carrays under guile (with SCM API)
+partialchecking testcase li_cdata under guile (with SCM API)
+partialchecking testcase li_cmalloc under guile (with SCM API)
+partialchecking testcase li_constraints under guile (with SCM API)
+partialchecking testcase li_cpointer under guile (with SCM API)
+partialchecking testcase li_math under guile (with SCM API)
+partialchecking testcase memberin_extend_c under guile (with SCM API)
+partialchecking testcase name (with run test) under guile (with SCM API)
+partialchecking testcase nested under guile (with SCM API)
+partialchecking testcase nested_structs under guile (with SCM API)
+partialchecking testcase newobject2 under guile (with SCM API)
+partialchecking testcase overload_extend (with run test) under guile (with SCM API)
+partialchecking testcase overload_extendc under guile (with SCM API)
+partialchecking testcase preproc under guile (with SCM API)
+partialchecking testcase preproc_constants_c under guile (with SCM API)
+partialchecking testcase preproc_defined under guile (with SCM API)
+partialchecking testcase preproc_include under guile (with SCM API)
+partialchecking testcase preproc_line_file under guile (with SCM API)
+partialchecking testcase ret_by_value under guile (with SCM API)
+partialchecking testcase simple_array under guile (with SCM API)
+partialchecking testcase sizeof_pointer under guile (with SCM API)
+partialchecking testcase sneaky1 under guile (with SCM API)
+partialchecking testcase struct_rename under guile (with SCM API)
+partialchecking testcase struct_initialization under guile (with SCM API)
+partialchecking testcase typedef_struct under guile (with SCM API)
+partialchecking testcase typemap_subst under guile (with SCM API)
+partialchecking testcase union_parameter under guile (with SCM API)
+partialchecking testcase unions (with run test) under guile (with SCM API)
+partialchecking testcase clientdata_prop under guile (with SCM API)
+partialchecking testcase imports (with run test) under guile (with SCM API)
+partialchecking testcase import_stl under guile (with SCM API)
+partialchecking testcase packageoption under guile (with SCM API)
+partialchecking testcase mod under guile (with SCM API)
+partialchecking testcase template_typedef_import under guile (with SCM API)
+partialchecking testcase multi_import under guile (with SCM API)
+partialchecking testcase guilescm_ext_test under guile (with SCM API)
+partialchecking lua test-suite
+partialchecking testcase lua_no_module_global (with run test) under lua
+partialchecking testcase abstract_access (with run test) under lua
+partialchecking testcase abstract_inherit under lua
+partialchecking testcase abstract_inherit_ok under lua
+partialchecking testcase abstract_signature under lua
+partialchecking testcase abstract_typedef under lua
+partialchecking testcase abstract_typedef2 under lua
+partialchecking testcase abstract_virtual under lua
+partialchecking testcase access_change under lua
+partialchecking testcase add_link under lua
+partialchecking testcase aggregate under lua
+partialchecking testcase allowexcept under lua
+partialchecking testcase allprotected under lua
+partialchecking testcase allprotected_not under lua
+partialchecking testcase anonymous_bitfield under lua
+partialchecking testcase apply_signed_char under lua
+partialchecking testcase apply_strings under lua
+partialchecking testcase argout under lua
+partialchecking testcase array_member under lua
+partialchecking testcase array_typedef_memberin under lua
+partialchecking testcase arrayref under lua
+partialchecking testcase arrays_dimensionless under lua
+partialchecking testcase arrays_global under lua
+partialchecking testcase arrays_global_twodim under lua
+partialchecking testcase arrays_scope under lua
+partialchecking testcase autodoc under lua
+partialchecking testcase bloody_hell under lua
+partialchecking testcase bools under lua
+partialchecking testcase catches under lua
+partialchecking testcase cast_operator under lua
+partialchecking testcase casts under lua
+partialchecking testcase char_binary under lua
+$(SOURCE_DIR)/Examples/test-suite/char_binary.i:7: Warning 453: Can't apply (char *STRING,size_t LENGTH). No typemaps are defined.
+partialchecking testcase char_strings (with run test) under lua
+partialchecking testcase class_forward under lua
+partialchecking testcase class_ignore under lua
+partialchecking testcase class_scope_weird under lua
+partialchecking testcase compactdefaultargs under lua
+partialchecking testcase const_const_2 under lua
+partialchecking testcase constant_pointers under lua
+partialchecking testcase constover under lua
+partialchecking testcase constructor_copy under lua
+partialchecking testcase constructor_exception under lua
+partialchecking testcase constructor_explicit under lua
+partialchecking testcase constructor_ignore under lua
+partialchecking testcase constructor_rename under lua
+partialchecking testcase constructor_value under lua
+partialchecking testcase contract under lua
+partialchecking testcase conversion under lua
+partialchecking testcase conversion_namespace under lua
+partialchecking testcase conversion_ns_template under lua
+partialchecking testcase cplusplus_throw under lua
+partialchecking testcase cpp_basic (with run test) under lua
+partialchecking testcase cpp_enum under lua
+partialchecking testcase cpp_namespace under lua
+partialchecking testcase cpp_nodefault under lua
+partialchecking testcase cpp_static under lua
+partialchecking testcase cpp_typedef under lua
+partialchecking testcase default_args under lua
+partialchecking testcase default_arg_values under lua
+partialchecking testcase default_constructor under lua
+partialchecking testcase defvalue_constructor under lua
+partialchecking testcase derived_byvalue under lua
+partialchecking testcase derived_nested under lua
+partialchecking testcase destructor_reprotected under lua
+partialchecking testcase director_abstract under lua
+partialchecking testcase director_alternating under lua
+partialchecking testcase director_basic under lua
+partialchecking testcase director_binary_string under lua
+$(SOURCE_DIR)/Examples/test-suite/director_binary_string.i:5: Warning 453: Can't apply (char *STRING,size_t LENGTH). No typemaps are defined.
+$(SOURCE_DIR)/Examples/test-suite/director_binary_string.i:6: Warning 453: Can't apply (char *STRING,size_t LENGTH). No typemaps are defined.
+partialchecking testcase director_classes under lua
+partialchecking testcase director_classic under lua
+partialchecking testcase director_constructor under lua
+partialchecking testcase director_default under lua
+partialchecking testcase director_detect under lua
+partialchecking testcase director_enum under lua
+partialchecking testcase director_exception under lua
+partialchecking testcase director_extend under lua
+partialchecking testcase director_finalizer under lua
+partialchecking testcase director_frob under lua
+partialchecking testcase director_ignore under lua
+partialchecking testcase director_keywords under lua
+partialchecking testcase director_namespace_clash under lua
+partialchecking testcase director_nspace under lua
+$(SOURCE_DIR)/Examples/test-suite/director_nspace.i:44: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase director_nested under lua
+partialchecking testcase director_overload under lua
+partialchecking testcase director_primitives under lua
+partialchecking testcase director_protected under lua
+partialchecking testcase director_protected_overloaded under lua
+partialchecking testcase director_redefined under lua
+partialchecking testcase director_thread under lua
+partialchecking testcase director_unroll under lua
+partialchecking testcase director_using under lua
+partialchecking testcase director_wombat under lua
+partialchecking testcase disown (with run test) under lua
+partialchecking testcase dynamic_cast (with run test) under lua
+partialchecking testcase empty under lua
+partialchecking testcase enum_rename under lua
+partialchecking testcase enum_scope_template under lua
+partialchecking testcase enum_template under lua
+partialchecking testcase enum_thorough under lua
+partialchecking testcase enum_var under lua
+partialchecking testcase evil_diamond under lua
+partialchecking testcase evil_diamond_ns under lua
+partialchecking testcase evil_diamond_prop under lua
+partialchecking testcase exception_order (with run test) under lua
+partialchecking testcase extend under lua
+partialchecking testcase extend_constructor_destructor under lua
+partialchecking testcase extend_default under lua
+partialchecking testcase extend_placement under lua
+partialchecking testcase extend_template under lua
+partialchecking testcase extend_template_ns under lua
+partialchecking testcase extend_typedef_class under lua
+partialchecking testcase extern_c under lua
+partialchecking testcase extern_namespace under lua
+partialchecking testcase extern_throws under lua
+partialchecking testcase expressions under lua
+partialchecking testcase features under lua
+partialchecking testcase fragments under lua
+partialchecking testcase friends under lua
+partialchecking testcase funcptr_cpp under lua
+partialchecking testcase fvirtual under lua
+partialchecking testcase global_namespace under lua
+partialchecking testcase global_ns_arg under lua
+partialchecking testcase global_scope_types under lua
+partialchecking testcase global_vars under lua
+partialchecking testcase grouping under lua
+partialchecking testcase ignore_parameter under lua
+partialchecking testcase import_nomodule (with run test) under lua
+partialchecking testcase inherit under lua
+partialchecking testcase inherit_missing under lua
+partialchecking testcase inherit_same_name under lua
+partialchecking testcase inherit_target_language under lua
+partialchecking testcase inherit_void_arg under lua
+partialchecking testcase inline_initializer under lua
+partialchecking testcase insert_directive under lua
+partialchecking testcase keyword_rename under lua
+partialchecking testcase kind under lua
+partialchecking testcase langobj under lua
+partialchecking testcase li_attribute under lua
+partialchecking testcase li_boost_shared_ptr under lua
+partialchecking testcase li_boost_shared_ptr_bits under lua
+partialchecking testcase li_boost_shared_ptr_template under lua
+partialchecking testcase li_carrays (with run test) under lua
+partialchecking testcase li_cdata under lua
+cdata.i module not supported.
+partialchecking testcase li_cpointer under lua
+partialchecking testcase li_stdint under lua
+partialchecking testcase li_typemaps (with run test) under lua
+partialchecking testcase li_typemaps_apply under lua
+partialchecking testcase li_windows under lua
+partialchecking testcase long_long_apply under lua
+partialchecking testcase memberin_extend under lua
+partialchecking testcase member_funcptr_galore under lua
+partialchecking testcase member_pointer (with run test) under lua
+partialchecking testcase member_template under lua
+partialchecking testcase minherit under lua
+partialchecking testcase minherit2 under lua
+partialchecking testcase mixed_types under lua
+partialchecking testcase multiple_inheritance under lua
+partialchecking testcase name_cxx under lua
+partialchecking testcase name_warnings under lua
+partialchecking testcase namespace_class under lua
+partialchecking testcase namespace_enum under lua
+partialchecking testcase namespace_extend under lua
+partialchecking testcase namespace_forward_declaration under lua
+partialchecking testcase namespace_nested under lua
+partialchecking testcase namespace_spaces under lua
+partialchecking testcase namespace_template under lua
+partialchecking testcase namespace_typedef_class under lua
+partialchecking testcase namespace_typemap under lua
+partialchecking testcase namespace_union under lua
+partialchecking testcase namespace_virtual_method under lua
+partialchecking testcase nspace under lua
+$(SOURCE_DIR)/Examples/test-suite/nspace.i:107: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase nspace_extend under lua
+$(SOURCE_DIR)/Examples/test-suite/nspace_extend.i:53: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase naturalvar under lua
+partialchecking testcase nested_class under lua
+partialchecking testcase nested_comment under lua
+partialchecking testcase nested_workaround under lua
+partialchecking testcase newobject1 (with run test) under lua
+partialchecking testcase null_pointer under lua
+partialchecking testcase operator_overload (with run test) under lua
+partialchecking testcase operator_overload_break under lua
+partialchecking testcase operator_pointer_ref under lua
+partialchecking testcase operbool under lua
+partialchecking testcase ordering under lua
+partialchecking testcase overload_copy under lua
+partialchecking testcase overload_method under lua
+partialchecking testcase overload_extend under lua
+partialchecking testcase overload_rename under lua
+partialchecking testcase overload_return_type under lua
+partialchecking testcase overload_simple (with run test) under lua
+partialchecking testcase overload_subtype under lua
+partialchecking testcase overload_template (with run test) under lua
+partialchecking testcase overload_template_fast (with run test) under lua
+partialchecking testcase pointer_reference (with run test) under lua
+partialchecking testcase preproc_constants under lua
+partialchecking testcase primitive_ref (with run test) under lua
+partialchecking testcase private_assign under lua
+partialchecking testcase protected_rename under lua
+partialchecking testcase pure_virtual under lua
+partialchecking testcase redefined under lua
+partialchecking testcase redefined_not under lua
+partialchecking testcase refcount under lua
+partialchecking testcase reference_global_vars under lua
+partialchecking testcase register_par under lua
+partialchecking testcase rename1 under lua
+partialchecking testcase rename2 under lua
+partialchecking testcase rename3 under lua
+partialchecking testcase rename4 under lua
+partialchecking testcase rename_scope under lua
+partialchecking testcase rename_simple under lua
+partialchecking testcase rename_strip_encoder under lua
+partialchecking testcase rename_pcre_encoder under lua
+partialchecking testcase rename_pcre_enum under lua
+partialchecking testcase restrict_cplusplus under lua
+partialchecking testcase return_const_value under lua
+partialchecking testcase return_value_scope under lua
+partialchecking testcase rname under lua
+partialchecking testcase samename under lua
+partialchecking testcase sizet (with run test) under lua
+partialchecking testcase smart_pointer_const under lua
+partialchecking testcase smart_pointer_const2 under lua
+partialchecking testcase smart_pointer_const_overload under lua
+partialchecking testcase smart_pointer_extend under lua
+partialchecking testcase smart_pointer_member under lua
+partialchecking testcase smart_pointer_multi under lua
+partialchecking testcase smart_pointer_multi_typedef under lua
+partialchecking testcase smart_pointer_namespace under lua
+partialchecking testcase smart_pointer_namespace2 under lua
+partialchecking testcase smart_pointer_not under lua
+partialchecking testcase smart_pointer_overload (with run test) under lua
+partialchecking testcase smart_pointer_protected under lua
+partialchecking testcase smart_pointer_rename under lua
+partialchecking testcase smart_pointer_simple under lua
+partialchecking testcase smart_pointer_static under lua
+partialchecking testcase smart_pointer_template_const_overload under lua
+partialchecking testcase smart_pointer_templatemethods under lua
+partialchecking testcase smart_pointer_templatevariables under lua
+partialchecking testcase smart_pointer_typedef under lua
+partialchecking testcase special_variables under lua
+partialchecking testcase special_variable_macros under lua
+partialchecking testcase static_array_member under lua
+partialchecking testcase static_const_member under lua
+partialchecking testcase static_const_member_2 under lua
+partialchecking testcase struct_initialization_cpp under lua
+partialchecking testcase struct_value under lua
+partialchecking testcase symbol_clash under lua
+partialchecking testcase template_arg_replace under lua
+partialchecking testcase template_arg_scope under lua
+partialchecking testcase template_arg_typename under lua
+partialchecking testcase template_array_numeric under lua
+partialchecking testcase template_basic under lua
+partialchecking testcase template_base_template under lua
+partialchecking testcase template_classes under lua
+partialchecking testcase template_const_ref under lua
+partialchecking testcase template_construct under lua
+partialchecking testcase template_default under lua
+partialchecking testcase template_default2 under lua
+partialchecking testcase template_default_arg (with run test) under lua
+partialchecking testcase template_default_class_parms under lua
+partialchecking testcase template_default_class_parms_typedef under lua
+partialchecking testcase template_default_inherit under lua
+partialchecking testcase template_default_qualify under lua
+partialchecking testcase template_default_vw under lua
+partialchecking testcase template_enum under lua
+partialchecking testcase template_enum_ns_inherit under lua
+partialchecking testcase template_enum_typedef under lua
+partialchecking testcase template_explicit under lua
+partialchecking testcase template_extend1 under lua
+partialchecking testcase template_extend2 under lua
+partialchecking testcase template_extend_overload under lua
+partialchecking testcase template_extend_overload_2 under lua
+partialchecking testcase template_forward under lua
+partialchecking testcase template_inherit under lua
+partialchecking testcase template_inherit_abstract under lua
+partialchecking testcase template_int_const under lua
+partialchecking testcase template_methods under lua
+partialchecking testcase template_namespace_forward_declaration under lua
+partialchecking testcase template_using_directive_and_declaration_forward under lua
+partialchecking testcase template_nested under lua
+partialchecking testcase template_nested_typemaps under lua
+partialchecking testcase template_ns under lua
+partialchecking testcase template_ns2 under lua
+partialchecking testcase template_ns3 under lua
+partialchecking testcase template_ns4 under lua
+partialchecking testcase template_ns_enum under lua
+partialchecking testcase template_ns_enum2 under lua
+partialchecking testcase template_ns_inherit under lua
+partialchecking testcase template_ns_scope under lua
+partialchecking testcase template_partial_arg under lua
+partialchecking testcase template_partial_specialization under lua
+partialchecking testcase template_partial_specialization_typedef under lua
+partialchecking testcase template_qualifier under lua
+partialchecking testcase template_ref_type under lua
+partialchecking testcase template_rename under lua
+partialchecking testcase template_retvalue under lua
+partialchecking testcase template_specialization under lua
+partialchecking testcase template_specialization_defarg under lua
+partialchecking testcase template_specialization_enum under lua
+partialchecking testcase template_static under lua
+partialchecking testcase template_tbase_template under lua
+partialchecking testcase template_template_parameters under lua
+partialchecking testcase template_typedef under lua
+partialchecking testcase template_typedef_class_template under lua
+partialchecking testcase template_typedef_cplx under lua
+partialchecking testcase template_typedef_cplx2 under lua
+partialchecking testcase template_typedef_cplx3 under lua
+partialchecking testcase template_typedef_cplx4 under lua
+partialchecking testcase template_typedef_cplx5 under lua
+partialchecking testcase template_typedef_funcptr under lua
+partialchecking testcase template_typedef_inherit under lua
+partialchecking testcase template_typedef_ns under lua
+partialchecking testcase template_typedef_ptr under lua
+partialchecking testcase template_typedef_rec under lua
+partialchecking testcase template_typemaps under lua
+partialchecking testcase template_typemaps_typedef under lua
+partialchecking testcase template_typemaps_typedef2 under lua
+partialchecking testcase template_using under lua
+partialchecking testcase template_virtual under lua
+partialchecking testcase template_whitespace under lua
+partialchecking testcase threads under lua
+partialchecking testcase threads_exception under lua
+partialchecking testcase throw_exception under lua
+partialchecking testcase typedef_array_member under lua
+partialchecking testcase typedef_class under lua
+partialchecking testcase typedef_funcptr under lua
+partialchecking testcase typedef_inherit under lua
+partialchecking testcase typedef_mptr under lua
+partialchecking testcase typedef_reference under lua
+partialchecking testcase typedef_scope under lua
+partialchecking testcase typedef_sizet under lua
+partialchecking testcase typedef_struct under lua
+partialchecking testcase typemap_arrays under lua
+partialchecking testcase typemap_delete under lua
+partialchecking testcase typemap_global_scope under lua
+partialchecking testcase typemap_manyargs under lua
+partialchecking testcase typemap_namespace under lua
+partialchecking testcase typemap_ns_using under lua
+partialchecking testcase typemap_numinputs under lua
+partialchecking testcase typemap_template under lua
+partialchecking testcase typemap_template_parm_typedef under lua
+partialchecking testcase typemap_out_optimal under lua
+partialchecking testcase typemap_qualifier_strip under lua
+partialchecking testcase typemap_variables under lua
+partialchecking testcase typemap_various under lua
+partialchecking testcase typename under lua
+partialchecking testcase types_directive under lua
+partialchecking testcase union_scope under lua
+partialchecking testcase using1 under lua
+partialchecking testcase using2 under lua
+partialchecking testcase using_composition under lua
+partialchecking testcase using_directive_and_declaration under lua
+partialchecking testcase using_directive_and_declaration_forward under lua
+partialchecking testcase using_extend under lua
+partialchecking testcase using_inherit under lua
+partialchecking testcase using_namespace under lua
+partialchecking testcase using_namespace_loop under lua
+partialchecking testcase using_pointers under lua
+partialchecking testcase using_private under lua
+partialchecking testcase using_protected under lua
+partialchecking testcase valuewrapper under lua
+partialchecking testcase valuewrapper_base under lua
+partialchecking testcase valuewrapper_const under lua
+partialchecking testcase valuewrapper_opaque under lua
+partialchecking testcase varargs under lua
+partialchecking testcase varargs_overload under lua
+partialchecking testcase virtual_destructor under lua
+partialchecking testcase virtual_poly under lua
+partialchecking testcase virtual_vs_nonvirtual_base under lua
+partialchecking testcase voidtest (with run test) under lua
+partialchecking testcase wallkw under lua
+partialchecking testcase wrapmacro under lua
+partialchecking testcase director_string under lua
+partialchecking testcase ignore_template_constructor under lua
+partialchecking testcase li_std_combinations under lua
+partialchecking testcase li_std_deque under lua
+partialchecking testcase li_std_except (with run test) under lua
+partialchecking testcase li_std_map under lua
+partialchecking testcase li_std_pair (with run test) under lua
+partialchecking testcase li_std_pair_using under lua
+partialchecking testcase li_std_string (with run test) under lua
+partialchecking testcase li_std_vector (with run test) under lua
+partialchecking testcase li_std_vector_enum under lua
+partialchecking testcase li_std_vector_member_var under lua
+partialchecking testcase smart_pointer_inherit under lua
+partialchecking testcase template_typedef_fnc under lua
+partialchecking testcase template_type_namespace under lua
+partialchecking testcase template_opaque under lua
+partialchecking testcase lua_no_module_global (with run test) under lua
+partialchecking testcase arrays under lua
+partialchecking testcase char_constant under lua
+partialchecking testcase const_const under lua
+partialchecking testcase constant_expr under lua
+partialchecking testcase empty under lua
+partialchecking testcase enums (with run test) under lua
+partialchecking testcase enum_forward under lua
+partialchecking testcase extern_declaration under lua
+partialchecking testcase funcptr under lua
+partialchecking testcase function_typedef under lua
+partialchecking testcase immutable_values under lua
+partialchecking testcase inctest under lua
+partialchecking testcase integers under lua
+partialchecking testcase keyword_rename under lua
+partialchecking testcase lextype under lua
+partialchecking testcase li_carrays (with run test) under lua
+partialchecking testcase li_cdata under lua
+cdata.i module not supported.
+partialchecking testcase li_cmalloc under lua
+partialchecking testcase li_constraints under lua
+partialchecking testcase li_cpointer under lua
+partialchecking testcase li_math under lua
+partialchecking testcase long_long under lua
+partialchecking testcase memberin_extend_c under lua
+partialchecking testcase name under lua
+partialchecking testcase nested under lua
+partialchecking testcase nested_structs under lua
+partialchecking testcase newobject2 (with run test) under lua
+partialchecking testcase overload_extend under lua
+partialchecking testcase overload_extendc under lua
+partialchecking testcase preproc under lua
+partialchecking testcase preproc_constants_c under lua
+partialchecking testcase preproc_defined under lua
+partialchecking testcase preproc_include under lua
+partialchecking testcase preproc_line_file under lua
+partialchecking testcase ret_by_value (with run test) under lua
+partialchecking testcase simple_array under lua
+partialchecking testcase sizeof_pointer under lua
+partialchecking testcase sneaky1 under lua
+partialchecking testcase struct_rename under lua
+partialchecking testcase struct_initialization under lua
+partialchecking testcase typedef_struct under lua
+partialchecking testcase typemap_subst under lua
+partialchecking testcase union_parameter under lua
+partialchecking testcase unions under lua
+partialchecking testcase clientdata_prop under lua
+partialchecking testcase imports (with run test) under lua
+partialchecking testcase import_stl under lua
+partialchecking testcase packageoption under lua
+partialchecking testcase mod under lua
+partialchecking testcase template_typedef_import under lua
+partialchecking testcase multi_import (with run test) under lua
+partialchecking php test-suite
+partialchecking testcase php_namewarn_rename under php
+$(SOURCE_DIR)/Examples/test-suite/php_namewarn_rename.i:17: Warning 314: 'stdclass' is a PHP reserved class name, class renamed as 'c_stdclass'
+$(SOURCE_DIR)/Examples/test-suite/php_namewarn_rename.i:21: Warning 314: 'directory' is a PHP reserved class name, class renamed as 'c_directory'
+partialchecking testcase abstract_access under php
+partialchecking testcase abstract_inherit (with run test) under php
+partialchecking testcase abstract_inherit_ok (with run test) under php
+partialchecking testcase abstract_signature under php
+partialchecking testcase abstract_typedef under php
+partialchecking testcase abstract_typedef2 under php
+partialchecking testcase abstract_virtual under php
+partialchecking testcase access_change under php
+partialchecking testcase add_link (with run test) under php
+partialchecking testcase aggregate under php
+partialchecking testcase allowexcept under php
+partialchecking testcase allprotected under php
+partialchecking testcase allprotected_not under php
+partialchecking testcase anonymous_bitfield under php
+partialchecking testcase apply_signed_char under php
+partialchecking testcase apply_strings under php
+partialchecking testcase argout (with run test) under php
+partialchecking testcase array_member under php
+partialchecking testcase array_typedef_memberin under php
+partialchecking testcase arrayref under php
+partialchecking testcase arrays_dimensionless under php
+partialchecking testcase arrays_global (with run test) under php
+partialchecking testcase arrays_global_twodim (with run test) under php
+partialchecking testcase arrays_scope (with run test) under php
+partialchecking testcase autodoc (with run test) under php
+partialchecking testcase bloody_hell under php
+partialchecking testcase bools under php
+partialchecking testcase catches under php
+partialchecking testcase cast_operator under php
+partialchecking testcase casts (with run test) under php
+partialchecking testcase char_binary under php
+partialchecking testcase char_strings (with run test) under php
+partialchecking testcase class_forward under php
+partialchecking testcase class_ignore (with run test) under php
+partialchecking testcase class_scope_weird under php
+partialchecking testcase compactdefaultargs under php
+partialchecking testcase const_const_2 under php
+partialchecking testcase constant_pointers under php
+partialchecking testcase constover under php
+partialchecking testcase constructor_copy under php
+partialchecking testcase constructor_exception under php
+partialchecking testcase constructor_explicit under php
+partialchecking testcase constructor_ignore under php
+partialchecking testcase constructor_rename under php
+partialchecking testcase constructor_value under php
+partialchecking testcase contract under php
+partialchecking testcase conversion (with run test) under php
+partialchecking testcase conversion_namespace (with run test) under php
+partialchecking testcase conversion_ns_template (with run test) under php
+partialchecking testcase cplusplus_throw under php
+partialchecking testcase cpp_basic under php
+partialchecking testcase cpp_enum under php
+partialchecking testcase cpp_namespace under php
+partialchecking testcase cpp_nodefault under php
+partialchecking testcase cpp_static (with run test) under php
+partialchecking testcase cpp_typedef under php
+partialchecking testcase default_args under php
+partialchecking testcase default_arg_values under php
+partialchecking testcase default_constructor under php
+partialchecking testcase defvalue_constructor under php
+partialchecking testcase derived_byvalue under php
+partialchecking testcase derived_nested under php
+partialchecking testcase destructor_reprotected under php
+partialchecking testcase director_abstract (with run test) under php
+partialchecking testcase director_alternating under php
+partialchecking testcase director_basic (with run test) under php
+partialchecking testcase director_binary_string under php
+partialchecking testcase director_classes under php
+partialchecking testcase director_classic (with run test) under php
+partialchecking testcase director_constructor under php
+partialchecking testcase director_default (with run test) under php
+partialchecking testcase director_detect (with run test) under php
+partialchecking testcase director_enum (with run test) under php
+partialchecking testcase director_exception (with run test) under php
+partialchecking testcase director_extend (with run test) under php
+partialchecking testcase director_finalizer (with run test) under php
+partialchecking testcase director_frob (with run test) under php
+partialchecking testcase director_ignore under php
+partialchecking testcase director_keywords under php
+partialchecking testcase director_namespace_clash under php
+partialchecking testcase director_nspace under php
+$(SOURCE_DIR)/Examples/test-suite/director_nspace.i:44: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase director_nested (with run test) under php
+partialchecking testcase director_overload under php
+partialchecking testcase director_primitives under php
+partialchecking testcase director_protected (with run test) under php
+partialchecking testcase director_protected_overloaded under php
+partialchecking testcase director_redefined under php
+partialchecking testcase director_thread (with run test) under php
+partialchecking testcase director_unroll (with run test) under php
+partialchecking testcase director_using under php
+partialchecking testcase director_wombat under php
+partialchecking testcase disown under php
+partialchecking testcase dynamic_cast under php
+partialchecking testcase empty under php
+partialchecking testcase enum_rename under php
+partialchecking testcase enum_scope_template (with run test) under php
+partialchecking testcase enum_template under php
+partialchecking testcase enum_thorough under php
+partialchecking testcase enum_var under php
+partialchecking testcase evil_diamond (with run test) under php
+partialchecking testcase evil_diamond_ns (with run test) under php
+partialchecking testcase evil_diamond_prop (with run test) under php
+partialchecking testcase exception_order (with run test) under php
+partialchecking testcase extend under php
+partialchecking testcase extend_constructor_destructor under php
+partialchecking testcase extend_default under php
+partialchecking testcase extend_placement under php
+partialchecking testcase extend_template (with run test) under php
+partialchecking testcase extend_template_ns (with run test) under php
+partialchecking testcase extend_typedef_class under php
+partialchecking testcase extern_c under php
+partialchecking testcase extern_namespace under php
+partialchecking testcase extern_throws under php
+partialchecking testcase expressions under php
+partialchecking testcase features under php
+partialchecking testcase fragments under php
+partialchecking testcase friends under php
+partialchecking testcase funcptr_cpp under php
+partialchecking testcase fvirtual under php
+partialchecking testcase global_namespace under php
+partialchecking testcase global_ns_arg under php
+partialchecking testcase global_scope_types under php
+partialchecking testcase global_vars under php
+partialchecking testcase grouping (with run test) under php
+partialchecking testcase ignore_parameter (with run test) under php
+partialchecking testcase import_nomodule (with run test) under php
+partialchecking testcase inherit under php
+partialchecking testcase inherit_missing under php
+partialchecking testcase inherit_same_name under php
+partialchecking testcase inherit_target_language under php
+partialchecking testcase inherit_void_arg under php
+partialchecking testcase inline_initializer under php
+partialchecking testcase insert_directive under php
+partialchecking testcase keyword_rename under php
+partialchecking testcase kind under php
+partialchecking testcase langobj under php
+partialchecking testcase li_attribute under php
+partialchecking testcase li_boost_shared_ptr under php
+partialchecking testcase li_boost_shared_ptr_bits under php
+partialchecking testcase li_boost_shared_ptr_template under php
+partialchecking testcase li_carrays (with run test) under php
+partialchecking testcase li_cdata under php
+partialchecking testcase li_cpointer under php
+partialchecking testcase li_stdint under php
+partialchecking testcase li_typemaps under php
+partialchecking testcase li_typemaps_apply under php
+partialchecking testcase li_windows under php
+partialchecking testcase long_long_apply under php
+partialchecking testcase memberin_extend under php
+partialchecking testcase member_funcptr_galore under php
+partialchecking testcase member_pointer under php
+partialchecking testcase member_template under php
+partialchecking testcase minherit under php
+partialchecking testcase minherit2 under php
+partialchecking testcase mixed_types under php
+partialchecking testcase multiple_inheritance under php
+partialchecking testcase name_cxx under php
+partialchecking testcase name_warnings under php
+partialchecking testcase namespace_class under php
+partialchecking testcase namespace_enum under php
+partialchecking testcase namespace_extend under php
+partialchecking testcase namespace_forward_declaration under php
+partialchecking testcase namespace_nested under php
+partialchecking testcase namespace_spaces under php
+partialchecking testcase namespace_template under php
+partialchecking testcase namespace_typedef_class under php
+partialchecking testcase namespace_typemap under php
+partialchecking testcase namespace_union under php
+partialchecking testcase namespace_virtual_method under php
+partialchecking testcase nspace under php
+$(SOURCE_DIR)/Examples/test-suite/nspace.i:107: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase nspace_extend under php
+$(SOURCE_DIR)/Examples/test-suite/nspace_extend.i:53: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase naturalvar under php
+partialchecking testcase nested_class under php
+partialchecking testcase nested_comment under php
+partialchecking testcase nested_workaround under php
+partialchecking testcase newobject1 (with run test) under php
+partialchecking testcase null_pointer under php
+partialchecking testcase operator_overload under php
+partialchecking testcase operator_overload_break under php
+partialchecking testcase operator_pointer_ref under php
+partialchecking testcase operbool under php
+partialchecking testcase ordering under php
+partialchecking testcase overload_copy under php
+partialchecking testcase overload_method under php
+partialchecking testcase overload_extend under php
+partialchecking testcase overload_rename (with run test) under php
+partialchecking testcase overload_return_type (with run test) under php
+partialchecking testcase overload_simple under php
+partialchecking testcase overload_subtype under php
+partialchecking testcase overload_template under php
+partialchecking testcase overload_template_fast under php
+partialchecking testcase pointer_reference (with run test) under php
+partialchecking testcase preproc_constants under php
+partialchecking testcase primitive_ref (with run test) under php
+partialchecking testcase private_assign under php
+partialchecking testcase protected_rename under php
+partialchecking testcase pure_virtual under php
+partialchecking testcase redefined under php
+partialchecking testcase redefined_not under php
+partialchecking testcase refcount under php
+partialchecking testcase reference_global_vars under php
+partialchecking testcase register_par under php
+partialchecking testcase rename1 under php
+partialchecking testcase rename2 under php
+partialchecking testcase rename3 under php
+partialchecking testcase rename4 under php
+partialchecking testcase rename_scope (with run test) under php
+partialchecking testcase rename_simple under php
+partialchecking testcase rename_strip_encoder under php
+partialchecking testcase rename_pcre_encoder under php
+partialchecking testcase rename_pcre_enum under php
+partialchecking testcase restrict_cplusplus under php
+partialchecking testcase return_const_value under php
+partialchecking testcase return_value_scope under php
+partialchecking testcase rname under php
+partialchecking testcase samename under php
+partialchecking testcase sizet under php
+partialchecking testcase smart_pointer_const under php
+partialchecking testcase smart_pointer_const2 under php
+partialchecking testcase smart_pointer_const_overload under php
+partialchecking testcase smart_pointer_extend under php
+partialchecking testcase smart_pointer_member under php
+partialchecking testcase smart_pointer_multi under php
+partialchecking testcase smart_pointer_multi_typedef under php
+partialchecking testcase smart_pointer_namespace under php
+partialchecking testcase smart_pointer_namespace2 under php
+partialchecking testcase smart_pointer_not under php
+partialchecking testcase smart_pointer_overload under php
+partialchecking testcase smart_pointer_protected under php
+partialchecking testcase smart_pointer_rename (with run test) under php
+partialchecking testcase smart_pointer_simple under php
+partialchecking testcase smart_pointer_static under php
+partialchecking testcase smart_pointer_template_const_overload under php
+partialchecking testcase smart_pointer_templatemethods under php
+partialchecking testcase smart_pointer_templatevariables under php
+partialchecking testcase smart_pointer_typedef under php
+partialchecking testcase special_variables under php
+partialchecking testcase special_variable_macros under php
+partialchecking testcase static_array_member under php
+partialchecking testcase static_const_member under php
+partialchecking testcase static_const_member_2 under php
+partialchecking testcase struct_initialization_cpp under php
+partialchecking testcase struct_value under php
+partialchecking testcase symbol_clash under php
+partialchecking testcase template_arg_replace under php
+partialchecking testcase template_arg_scope under php
+partialchecking testcase template_arg_typename (with run test) under php
+partialchecking testcase template_array_numeric under php
+partialchecking testcase template_basic under php
+partialchecking testcase template_base_template under php
+partialchecking testcase template_classes under php
+partialchecking testcase template_const_ref under php
+partialchecking testcase template_construct (with run test) under php
+partialchecking testcase template_default under php
+partialchecking testcase template_default2 under php
+partialchecking testcase template_default_arg under php
+partialchecking testcase template_default_class_parms under php
+partialchecking testcase template_default_class_parms_typedef under php
+partialchecking testcase template_default_inherit under php
+partialchecking testcase template_default_qualify under php
+partialchecking testcase template_default_vw under php
+partialchecking testcase template_enum under php
+partialchecking testcase template_enum_ns_inherit under php
+partialchecking testcase template_enum_typedef under php
+partialchecking testcase template_explicit under php
+partialchecking testcase template_extend1 under php
+partialchecking testcase template_extend2 under php
+partialchecking testcase template_extend_overload under php
+partialchecking testcase template_extend_overload_2 under php
+partialchecking testcase template_forward under php
+partialchecking testcase template_inherit under php
+partialchecking testcase template_inherit_abstract under php
+partialchecking testcase template_int_const under php
+partialchecking testcase template_methods under php
+partialchecking testcase template_namespace_forward_declaration under php
+partialchecking testcase template_using_directive_and_declaration_forward under php
+partialchecking testcase template_nested under php
+partialchecking testcase template_nested_typemaps under php
+partialchecking testcase template_ns under php
+partialchecking testcase template_ns2 under php
+partialchecking testcase template_ns3 under php
+partialchecking testcase template_ns4 under php
+partialchecking testcase template_ns_enum under php
+partialchecking testcase template_ns_enum2 under php
+partialchecking testcase template_ns_inherit under php
+partialchecking testcase template_ns_scope under php
+partialchecking testcase template_partial_arg under php
+partialchecking testcase template_partial_specialization under php
+partialchecking testcase template_partial_specialization_typedef under php
+partialchecking testcase template_qualifier under php
+partialchecking testcase template_ref_type under php
+partialchecking testcase template_rename under php
+partialchecking testcase template_retvalue under php
+partialchecking testcase template_specialization under php
+partialchecking testcase template_specialization_defarg under php
+partialchecking testcase template_specialization_enum under php
+partialchecking testcase template_static under php
+partialchecking testcase template_tbase_template under php
+partialchecking testcase template_template_parameters under php
+partialchecking testcase template_typedef under php
+partialchecking testcase template_typedef_class_template under php
+partialchecking testcase template_typedef_cplx under php
+partialchecking testcase template_typedef_cplx2 under php
+partialchecking testcase template_typedef_cplx3 under php
+partialchecking testcase template_typedef_cplx4 under php
+partialchecking testcase template_typedef_cplx5 under php
+partialchecking testcase template_typedef_funcptr under php
+partialchecking testcase template_typedef_inherit under php
+partialchecking testcase template_typedef_ns under php
+partialchecking testcase template_typedef_ptr under php
+partialchecking testcase template_typedef_rec under php
+partialchecking testcase template_typemaps under php
+partialchecking testcase template_typemaps_typedef under php
+partialchecking testcase template_typemaps_typedef2 under php
+partialchecking testcase template_using under php
+partialchecking testcase template_virtual under php
+partialchecking testcase template_whitespace under php
+partialchecking testcase threads under php
+partialchecking testcase threads_exception (with run test) under php
+partialchecking testcase throw_exception under php
+partialchecking testcase typedef_array_member under php
+partialchecking testcase typedef_class under php
+partialchecking testcase typedef_funcptr under php
+partialchecking testcase typedef_inherit under php
+partialchecking testcase typedef_mptr under php
+partialchecking testcase typedef_reference (with run test) under php
+partialchecking testcase typedef_scope under php
+partialchecking testcase typedef_sizet under php
+partialchecking testcase typedef_struct under php
+partialchecking testcase typemap_arrays under php
+partialchecking testcase typemap_delete under php
+partialchecking testcase typemap_global_scope under php
+partialchecking testcase typemap_manyargs under php
+partialchecking testcase typemap_namespace under php
+partialchecking testcase typemap_ns_using (with run test) under php
+partialchecking testcase typemap_numinputs under php
+partialchecking testcase typemap_template under php
+partialchecking testcase typemap_template_parm_typedef under php
+partialchecking testcase typemap_out_optimal under php
+partialchecking testcase typemap_qualifier_strip under php
+partialchecking testcase typemap_variables under php
+partialchecking testcase typemap_various under php
+partialchecking testcase typename under php
+partialchecking testcase types_directive under php
+partialchecking testcase union_scope under php
+partialchecking testcase using1 (with run test) under php
+partialchecking testcase using2 (with run test) under php
+partialchecking testcase using_composition under php
+partialchecking testcase using_directive_and_declaration under php
+partialchecking testcase using_directive_and_declaration_forward under php
+partialchecking testcase using_extend under php
+partialchecking testcase using_inherit under php
+partialchecking testcase using_namespace under php
+partialchecking testcase using_namespace_loop under php
+partialchecking testcase using_pointers under php
+partialchecking testcase using_private under php
+partialchecking testcase using_protected under php
+partialchecking testcase valuewrapper under php
+partialchecking testcase valuewrapper_base (with run test) under php
+partialchecking testcase valuewrapper_const under php
+partialchecking testcase valuewrapper_opaque under php
+partialchecking testcase varargs under php
+partialchecking testcase varargs_overload under php
+partialchecking testcase virtual_destructor under php
+partialchecking testcase virtual_poly under php
+partialchecking testcase virtual_vs_nonvirtual_base (with run test) under php
+partialchecking testcase voidtest under php
+partialchecking testcase wallkw under php
+partialchecking testcase wrapmacro (with run test) under php
+partialchecking testcase director_string (with run test) under php
+partialchecking testcase ignore_template_constructor under php
+partialchecking testcase li_std_combinations under php
+partialchecking testcase li_std_deque under php
+partialchecking testcase li_std_except under php
+partialchecking testcase li_std_map under php
+partialchecking testcase li_std_pair under php
+partialchecking testcase li_std_pair_using under php
+partialchecking testcase li_std_string (with run test) under php
+partialchecking testcase li_std_vector under php
+partialchecking testcase li_std_vector_enum under php
+partialchecking testcase li_std_vector_member_var (with run test) under php
+partialchecking testcase smart_pointer_inherit under php
+partialchecking testcase template_typedef_fnc under php
+partialchecking testcase template_type_namespace under php
+partialchecking testcase template_opaque under php
+partialchecking testcase arrays (with run test) under php
+partialchecking testcase char_constant under php
+partialchecking testcase const_const under php
+partialchecking testcase constant_expr under php
+partialchecking testcase empty under php
+partialchecking testcase enums under php
+partialchecking testcase enum_forward under php
+partialchecking testcase extern_declaration under php
+partialchecking testcase funcptr under php
+partialchecking testcase function_typedef under php
+partialchecking testcase immutable_values under php
+partialchecking testcase inctest under php
+partialchecking testcase integers under php
+partialchecking testcase keyword_rename under php
+partialchecking testcase lextype under php
+partialchecking testcase li_carrays (with run test) under php
+partialchecking testcase li_cdata under php
+partialchecking testcase li_cmalloc under php
+partialchecking testcase li_constraints under php
+partialchecking testcase li_cpointer under php
+partialchecking testcase li_math under php
+partialchecking testcase long_long under php
+partialchecking testcase memberin_extend_c under php
+partialchecking testcase name under php
+partialchecking testcase nested under php
+partialchecking testcase nested_structs under php
+partialchecking testcase newobject2 under php
+partialchecking testcase overload_extend under php
+partialchecking testcase overload_extendc under php
+partialchecking testcase preproc under php
+partialchecking testcase preproc_constants_c under php
+partialchecking testcase preproc_defined under php
+partialchecking testcase preproc_include under php
+partialchecking testcase preproc_line_file under php
+partialchecking testcase ret_by_value under php
+partialchecking testcase simple_array under php
+partialchecking testcase sizeof_pointer under php
+partialchecking testcase sneaky1 under php
+partialchecking testcase struct_rename under php
+partialchecking testcase struct_initialization under php
+partialchecking testcase typedef_struct under php
+partialchecking testcase typemap_subst under php
+partialchecking testcase union_parameter under php
+partialchecking testcase unions under php
+partialchecking testcase clientdata_prop under php
+partialchecking testcase imports under php
+partialchecking testcase import_stl under php
+partialchecking testcase packageoption under php
+partialchecking testcase mod under php
+partialchecking testcase template_typedef_import under php
+partialchecking testcase multi_import under php
+partialchecking python test-suite
+partialchecking testcase argcargvtest (with run test) under python
+partialchecking testcase callback (with run test) under python
+partialchecking testcase complextest (with run test) under python
+partialchecking testcase director_stl (with run test) under python
+partialchecking testcase director_wstring (with run test) under python
+partialchecking testcase file_test (with run test) under python
+partialchecking testcase iadd (with run test) under python
+partialchecking testcase implicittest under python
+partialchecking testcase inout (with run test) under python
+partialchecking testcase inplaceadd (with run test) under python
+partialchecking testcase input (with run test) under python
+partialchecking testcase kwargs_feature (with run test) under python
+partialchecking testcase li_cstring (with run test) under python
+partialchecking testcase li_cwstring (with run test) under python
+partialchecking testcase li_factory (with run test) under python
+partialchecking testcase li_implicit (with run test) under python
+partialchecking testcase li_std_containers_int (with run test) under python
+partialchecking testcase li_std_map_member (with run test) under python
+partialchecking testcase li_std_multimap under python
+partialchecking testcase li_std_pair_extra (with run test) under python
+partialchecking testcase li_std_set (with run test) under python
+partialchecking testcase li_std_stream (with run test) under python
+partialchecking testcase li_std_string_extra (with run test) under python
+partialchecking testcase li_std_vectora under python
+partialchecking testcase li_std_vector_extra (with run test) under python
+partialchecking testcase li_std_wstream (with run test) under python
+partialchecking testcase li_std_wstring (with run test) under python
+partialchecking testcase primitive_types (with run test) under python
+partialchecking testcase python_abstractbase under python
+partialchecking testcase python_append (with run test) under python
+partialchecking testcase python_director under python
+partialchecking testcase python_nondynamic (with run test) under python
+partialchecking testcase python_overload_simple_cast (with run test) under python
+partialchecking testcase python_richcompare (with run test) under python
+partialchecking testcase simutry under python
+partialchecking testcase std_containers (with run test) under python
+partialchecking testcase swigobject (with run test) under python
+partialchecking testcase template_matrix (with run test) under python
+partialchecking testcase abstract_access (with run test) under python
+partialchecking testcase abstract_inherit under python
+partialchecking testcase abstract_inherit_ok under python
+partialchecking testcase abstract_signature under python
+partialchecking testcase abstract_typedef (with run test) under python
+partialchecking testcase abstract_typedef2 (with run test) under python
+partialchecking testcase abstract_virtual (with run test) under python
+partialchecking testcase access_change under python
+partialchecking testcase add_link under python
+partialchecking testcase aggregate under python
+partialchecking testcase allowexcept under python
+partialchecking testcase allprotected under python
+partialchecking testcase allprotected_not under python
+partialchecking testcase anonymous_bitfield under python
+partialchecking testcase apply_signed_char under python
+partialchecking testcase apply_strings under python
+partialchecking testcase argout under python
+partialchecking testcase array_member (with run test) under python
+partialchecking testcase array_typedef_memberin under python
+partialchecking testcase arrayref under python
+partialchecking testcase arrays_dimensionless under python
+partialchecking testcase arrays_global (with run test) under python
+partialchecking testcase arrays_global_twodim under python
+partialchecking testcase arrays_scope under python
+partialchecking testcase autodoc (with run test) under python
+partialchecking testcase bloody_hell under python
+partialchecking testcase bools under python
+partialchecking testcase catches under python
+partialchecking testcase cast_operator under python
+partialchecking testcase casts under python
+partialchecking testcase char_binary (with run test) under python
+partialchecking testcase char_strings under python
+partialchecking testcase class_forward under python
+partialchecking testcase class_ignore (with run test) under python
+partialchecking testcase class_scope_weird (with run test) under python
+partialchecking testcase compactdefaultargs (with run test) under python
+partialchecking testcase const_const_2 under python
+partialchecking testcase constant_pointers under python
+partialchecking testcase constover (with run test) under python
+partialchecking testcase constructor_copy (with run test) under python
+partialchecking testcase constructor_exception under python
+partialchecking testcase constructor_explicit under python
+partialchecking testcase constructor_ignore under python
+partialchecking testcase constructor_rename (with run test) under python
+partialchecking testcase constructor_value under python
+partialchecking testcase contract (with run test) under python
+partialchecking testcase conversion under python
+partialchecking testcase conversion_namespace under python
+partialchecking testcase conversion_ns_template under python
+partialchecking testcase cplusplus_throw under python
+partialchecking testcase cpp_basic under python
+partialchecking testcase cpp_enum (with run test) under python
+partialchecking testcase cpp_namespace (with run test) under python
+partialchecking testcase cpp_nodefault under python
+partialchecking testcase cpp_static (with run test) under python
+partialchecking testcase cpp_typedef under python
+partialchecking testcase default_args (with run test) under python
+partialchecking testcase default_arg_values (with run test) under python
+partialchecking testcase default_constructor (with run test) under python
+partialchecking testcase defvalue_constructor under python
+partialchecking testcase derived_byvalue under python
+partialchecking testcase derived_nested under python
+partialchecking testcase destructor_reprotected under python
+partialchecking testcase director_abstract (with run test) under python
+partialchecking testcase director_alternating (with run test) under python
+partialchecking testcase director_basic (with run test) under python
+partialchecking testcase director_binary_string under python
+partialchecking testcase director_classes under python
+partialchecking testcase director_classic (with run test) under python
+partialchecking testcase director_constructor under python
+partialchecking testcase director_default (with run test) under python
+partialchecking testcase director_detect (with run test) under python
+partialchecking testcase director_enum (with run test) under python
+partialchecking testcase director_exception (with run test) under python
+partialchecking testcase director_extend (with run test) under python
+partialchecking testcase director_finalizer (with run test) under python
+partialchecking testcase director_frob (with run test) under python
+partialchecking testcase director_ignore under python
+partialchecking testcase director_keywords under python
+partialchecking testcase director_namespace_clash under python
+partialchecking testcase director_nspace under python
+$(SOURCE_DIR)/Examples/test-suite/director_nspace.i:44: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase director_nested (with run test) under python
+partialchecking testcase director_overload under python
+partialchecking testcase director_primitives under python
+partialchecking testcase director_protected (with run test) under python
+partialchecking testcase director_protected_overloaded under python
+partialchecking testcase director_redefined under python
+partialchecking testcase director_thread (with run test) under python
+partialchecking testcase director_unroll (with run test) under python
+partialchecking testcase director_using under python
+partialchecking testcase director_wombat under python
+partialchecking testcase disown (with run test) under python
+partialchecking testcase dynamic_cast (with run test) under python
+partialchecking testcase empty (with run test) under python
+partialchecking testcase enum_rename under python
+partialchecking testcase enum_scope_template under python
+partialchecking testcase enum_template (with run test) under python
+partialchecking testcase enum_thorough under python
+partialchecking testcase enum_var under python
+partialchecking testcase evil_diamond under python
+partialchecking testcase evil_diamond_ns under python
+partialchecking testcase evil_diamond_prop under python
+partialchecking testcase exception_order (with run test) under python
+partialchecking testcase extend under python
+partialchecking testcase extend_constructor_destructor under python
+partialchecking testcase extend_default under python
+partialchecking testcase extend_placement (with run test) under python
+partialchecking testcase extend_template (with run test) under python
+partialchecking testcase extend_template_ns (with run test) under python
+partialchecking testcase extend_typedef_class under python
+partialchecking testcase extern_c (with run test) under python
+partialchecking testcase extern_namespace under python
+partialchecking testcase extern_throws under python
+partialchecking testcase expressions under python
+partialchecking testcase features under python
+partialchecking testcase fragments under python
+partialchecking testcase friends (with run test) under python
+partialchecking testcase funcptr_cpp (with run test) under python
+partialchecking testcase fvirtual (with run test) under python
+partialchecking testcase global_namespace (with run test) under python
+partialchecking testcase global_ns_arg (with run test) under python
+partialchecking testcase global_scope_types under python
+partialchecking testcase global_vars under python
+partialchecking testcase grouping (with run test) under python
+partialchecking testcase ignore_parameter under python
+partialchecking testcase import_nomodule (with run test) under python
+partialchecking testcase inherit under python
+partialchecking testcase inherit_missing (with run test) under python
+partialchecking testcase inherit_same_name under python
+partialchecking testcase inherit_target_language under python
+partialchecking testcase inherit_void_arg under python
+partialchecking testcase inline_initializer under python
+partialchecking testcase insert_directive under python
+partialchecking testcase keyword_rename (with run test) under python
+partialchecking testcase kind under python
+partialchecking testcase langobj (with run test) under python
+partialchecking testcase li_attribute (with run test) under python
+partialchecking testcase li_boost_shared_ptr (with run test) under python
+partialchecking testcase li_boost_shared_ptr_bits (with run test) under python
+partialchecking testcase li_boost_shared_ptr_template (with run test) under python
+partialchecking testcase li_carrays (with run test) under python
+partialchecking testcase li_cdata (with run test) under python
+partialchecking testcase li_cpointer (with run test) under python
+partialchecking testcase li_stdint under python
+partialchecking testcase li_typemaps under python
+partialchecking testcase li_typemaps_apply under python
+partialchecking testcase li_windows under python
+partialchecking testcase long_long_apply under python
+partialchecking testcase memberin_extend under python
+partialchecking testcase member_funcptr_galore under python
+partialchecking testcase member_pointer (with run test) under python
+partialchecking testcase member_template under python
+partialchecking testcase minherit (with run test) under python
+partialchecking testcase minherit2 under python
+partialchecking testcase mixed_types under python
+partialchecking testcase multiple_inheritance under python
+partialchecking testcase name_cxx under python
+partialchecking testcase name_warnings under python
+partialchecking testcase namespace_class (with run test) under python
+partialchecking testcase namespace_enum under python
+partialchecking testcase namespace_extend under python
+partialchecking testcase namespace_forward_declaration under python
+partialchecking testcase namespace_nested under python
+partialchecking testcase namespace_spaces under python
+partialchecking testcase namespace_template under python
+partialchecking testcase namespace_typedef_class under python
+partialchecking testcase namespace_typemap (with run test) under python
+partialchecking testcase namespace_union under python
+partialchecking testcase namespace_virtual_method (with run test) under python
+partialchecking testcase nspace under python
+$(SOURCE_DIR)/Examples/test-suite/nspace.i:107: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase nspace_extend under python
+$(SOURCE_DIR)/Examples/test-suite/nspace_extend.i:53: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase naturalvar (with run test) under python
+partialchecking testcase nested_class under python
+partialchecking testcase nested_comment under python
+partialchecking testcase nested_workaround (with run test) under python
+partialchecking testcase newobject1 under python
+partialchecking testcase null_pointer under python
+partialchecking testcase operator_overload under python
+partialchecking testcase operator_overload_break under python
+partialchecking testcase operator_pointer_ref under python
+partialchecking testcase operbool (with run test) under python
+partialchecking testcase ordering under python
+partialchecking testcase overload_copy (with run test) under python
+partialchecking testcase overload_method under python
+partialchecking testcase overload_extend (with run test) under python
+partialchecking testcase overload_rename (with run test) under python
+partialchecking testcase overload_return_type under python
+partialchecking testcase overload_simple (with run test) under python
+partialchecking testcase overload_subtype (with run test) under python
+partialchecking testcase overload_template (with run test) under python
+partialchecking testcase overload_template_fast (with run test) under python
+partialchecking testcase pointer_reference (with run test) under python
+partialchecking testcase preproc_constants under python
+partialchecking testcase primitive_ref (with run test) under python
+partialchecking testcase private_assign under python
+partialchecking testcase protected_rename under python
+partialchecking testcase pure_virtual under python
+partialchecking testcase redefined under python
+partialchecking testcase redefined_not under python
+partialchecking testcase refcount (with run test) under python
+partialchecking testcase reference_global_vars (with run test) under python
+partialchecking testcase register_par under python
+partialchecking testcase rename1 under python
+partialchecking testcase rename2 under python
+partialchecking testcase rename3 under python
+partialchecking testcase rename4 under python
+partialchecking testcase rename_scope (with run test) under python
+partialchecking testcase rename_simple under python
+partialchecking testcase rename_strip_encoder (with run test) under python
+partialchecking testcase rename_pcre_encoder (with run test) under python
+partialchecking testcase rename_pcre_enum under python
+partialchecking testcase restrict_cplusplus under python
+partialchecking testcase return_const_value (with run test) under python
+partialchecking testcase return_value_scope under python
+partialchecking testcase rname under python
+partialchecking testcase samename under python
+partialchecking testcase sizet under python
+partialchecking testcase smart_pointer_const under python
+partialchecking testcase smart_pointer_const2 under python
+partialchecking testcase smart_pointer_const_overload (with run test) under python
+partialchecking testcase smart_pointer_extend (with run test) under python
+partialchecking testcase smart_pointer_member (with run test) under python
+partialchecking testcase smart_pointer_multi (with run test) under python
+partialchecking testcase smart_pointer_multi_typedef (with run test) under python
+partialchecking testcase smart_pointer_namespace under python
+partialchecking testcase smart_pointer_namespace2 under python
+partialchecking testcase smart_pointer_not (with run test) under python
+partialchecking testcase smart_pointer_overload (with run test) under python
+partialchecking testcase smart_pointer_protected under python
+partialchecking testcase smart_pointer_rename (with run test) under python
+partialchecking testcase smart_pointer_simple (with run test) under python
+partialchecking testcase smart_pointer_static under python
+partialchecking testcase smart_pointer_template_const_overload under python
+partialchecking testcase smart_pointer_templatemethods under python
+partialchecking testcase smart_pointer_templatevariables (with run test) under python
+partialchecking testcase smart_pointer_typedef (with run test) under python
+partialchecking testcase special_variables under python
+partialchecking testcase special_variable_macros (with run test) under python
+partialchecking testcase static_array_member under python
+partialchecking testcase static_const_member under python
+partialchecking testcase static_const_member_2 (with run test) under python
+partialchecking testcase struct_initialization_cpp under python
+partialchecking testcase struct_value (with run test) under python
+partialchecking testcase symbol_clash under python
+partialchecking testcase template_arg_replace under python
+partialchecking testcase template_arg_scope under python
+partialchecking testcase template_arg_typename under python
+partialchecking testcase template_array_numeric under python
+partialchecking testcase template_basic under python
+partialchecking testcase template_base_template under python
+partialchecking testcase template_classes under python
+partialchecking testcase template_const_ref under python
+partialchecking testcase template_construct (with run test) under python
+partialchecking testcase template_default under python
+partialchecking testcase template_default2 under python
+partialchecking testcase template_default_arg (with run test) under python
+partialchecking testcase template_default_class_parms under python
+partialchecking testcase template_default_class_parms_typedef under python
+partialchecking testcase template_default_inherit under python
+partialchecking testcase template_default_qualify under python
+partialchecking testcase template_default_vw under python
+partialchecking testcase template_enum under python
+partialchecking testcase template_enum_ns_inherit under python
+partialchecking testcase template_enum_typedef under python
+partialchecking testcase template_explicit under python
+partialchecking testcase template_extend1 (with run test) under python
+partialchecking testcase template_extend2 (with run test) under python
+partialchecking testcase template_extend_overload under python
+partialchecking testcase template_extend_overload_2 under python
+partialchecking testcase template_forward under python
+partialchecking testcase template_inherit (with run test) under python
+partialchecking testcase template_inherit_abstract under python
+partialchecking testcase template_int_const under python
+partialchecking testcase template_methods under python
+partialchecking testcase template_namespace_forward_declaration under python
+partialchecking testcase template_using_directive_and_declaration_forward under python
+partialchecking testcase template_nested under python
+partialchecking testcase template_nested_typemaps under python
+partialchecking testcase template_ns (with run test) under python
+partialchecking testcase template_ns2 under python
+partialchecking testcase template_ns3 under python
+partialchecking testcase template_ns4 (with run test) under python
+partialchecking testcase template_ns_enum under python
+partialchecking testcase template_ns_enum2 under python
+partialchecking testcase template_ns_inherit under python
+partialchecking testcase template_ns_scope under python
+partialchecking testcase template_partial_arg under python
+partialchecking testcase template_partial_specialization under python
+partialchecking testcase template_partial_specialization_typedef under python
+partialchecking testcase template_qualifier under python
+partialchecking testcase template_ref_type (with run test) under python
+partialchecking testcase template_rename (with run test) under python
+partialchecking testcase template_retvalue under python
+partialchecking testcase template_specialization under python
+partialchecking testcase template_specialization_defarg under python
+partialchecking testcase template_specialization_enum under python
+partialchecking testcase template_static (with run test) under python
+partialchecking testcase template_tbase_template (with run test) under python
+partialchecking testcase template_template_parameters under python
+partialchecking testcase template_typedef (with run test) under python
+partialchecking testcase template_typedef_class_template under python
+partialchecking testcase template_typedef_cplx (with run test) under python
+partialchecking testcase template_typedef_cplx2 (with run test) under python
+partialchecking testcase template_typedef_cplx3 (with run test) under python
+partialchecking testcase template_typedef_cplx4 (with run test) under python
+partialchecking testcase template_typedef_cplx5 under python
+partialchecking testcase template_typedef_funcptr under python
+partialchecking testcase template_typedef_inherit under python
+partialchecking testcase template_typedef_ns under python
+partialchecking testcase template_typedef_ptr under python
+partialchecking testcase template_typedef_rec under python
+partialchecking testcase template_typemaps under python
+partialchecking testcase template_typemaps_typedef (with run test) under python
+partialchecking testcase template_typemaps_typedef2 (with run test) under python
+partialchecking testcase template_using under python
+partialchecking testcase template_virtual under python
+partialchecking testcase template_whitespace under python
+partialchecking testcase threads under python
+partialchecking testcase threads_exception (with run test) under python
+partialchecking testcase throw_exception under python
+partialchecking testcase typedef_array_member under python
+partialchecking testcase typedef_class (with run test) under python
+partialchecking testcase typedef_funcptr under python
+partialchecking testcase typedef_inherit (with run test) under python
+partialchecking testcase typedef_mptr under python
+partialchecking testcase typedef_reference under python
+partialchecking testcase typedef_scope (with run test) under python
+partialchecking testcase typedef_sizet under python
+partialchecking testcase typedef_struct under python
+partialchecking testcase typemap_arrays (with run test) under python
+partialchecking testcase typemap_delete (with run test) under python
+partialchecking testcase typemap_global_scope under python
+partialchecking testcase typemap_manyargs under python
+partialchecking testcase typemap_namespace (with run test) under python
+partialchecking testcase typemap_ns_using (with run test) under python
+partialchecking testcase typemap_numinputs under python
+partialchecking testcase typemap_template under python
+partialchecking testcase typemap_template_parm_typedef under python
+partialchecking testcase typemap_out_optimal (with run test) under python
+partialchecking testcase typemap_qualifier_strip (with run test) under python
+partialchecking testcase typemap_variables under python
+partialchecking testcase typemap_various under python
+partialchecking testcase typename (with run test) under python
+partialchecking testcase types_directive (with run test) under python
+partialchecking testcase union_scope under python
+partialchecking testcase using1 (with run test) under python
+partialchecking testcase using2 (with run test) under python
+partialchecking testcase using_composition (with run test) under python
+partialchecking testcase using_directive_and_declaration under python
+partialchecking testcase using_directive_and_declaration_forward under python
+partialchecking testcase using_extend (with run test) under python
+partialchecking testcase using_inherit (with run test) under python
+partialchecking testcase using_namespace under python
+partialchecking testcase using_namespace_loop under python
+partialchecking testcase using_pointers under python
+partialchecking testcase using_private (with run test) under python
+partialchecking testcase using_protected (with run test) under python
+partialchecking testcase valuewrapper under python
+partialchecking testcase valuewrapper_base under python
+partialchecking testcase valuewrapper_const under python
+partialchecking testcase valuewrapper_opaque under python
+partialchecking testcase varargs (with run test) under python
+partialchecking testcase varargs_overload (with run test) under python
+partialchecking testcase virtual_destructor under python
+partialchecking testcase virtual_poly (with run test) under python
+partialchecking testcase virtual_vs_nonvirtual_base under python
+partialchecking testcase voidtest (with run test) under python
+partialchecking testcase wallkw under python
+partialchecking testcase wrapmacro (with run test) under python
+partialchecking testcase director_string (with run test) under python
+partialchecking testcase ignore_template_constructor under python
+partialchecking testcase li_std_combinations under python
+partialchecking testcase li_std_deque under python
+partialchecking testcase li_std_except under python
+partialchecking testcase li_std_map (with run test) under python
+partialchecking testcase li_std_pair under python
+partialchecking testcase li_std_pair_using (with run test) under python
+partialchecking testcase li_std_string under python
+partialchecking testcase li_std_vector (with run test) under python
+partialchecking testcase li_std_vector_enum (with run test) under python
+partialchecking testcase li_std_vector_member_var under python
+partialchecking testcase smart_pointer_inherit under python
+partialchecking testcase template_typedef_fnc under python
+partialchecking testcase template_type_namespace (with run test) under python
+partialchecking testcase template_opaque (with run test) under python
+partialchecking testcase file_test (with run test) under python
+partialchecking testcase li_cstring (with run test) under python
+partialchecking testcase li_cwstring (with run test) under python
+partialchecking testcase python_nondynamic (with run test) under python
+partialchecking testcase python_varargs_typemap (with run test) under python
+partialchecking testcase arrays under python
+partialchecking testcase char_constant under python
+partialchecking testcase const_const under python
+partialchecking testcase constant_expr under python
+partialchecking testcase empty (with run test) under python
+partialchecking testcase enums (with run test) under python
+partialchecking testcase enum_forward (with run test) under python
+partialchecking testcase extern_declaration under python
+partialchecking testcase funcptr under python
+partialchecking testcase function_typedef under python
+partialchecking testcase immutable_values under python
+partialchecking testcase inctest (with run test) under python
+partialchecking testcase integers under python
+partialchecking testcase keyword_rename (with run test) under python
+partialchecking testcase lextype under python
+partialchecking testcase li_carrays (with run test) under python
+partialchecking testcase li_cdata (with run test) under python
+partialchecking testcase li_cmalloc (with run test) under python
+partialchecking testcase li_constraints under python
+partialchecking testcase li_cpointer (with run test) under python
+partialchecking testcase li_math under python
+partialchecking testcase long_long under python
+partialchecking testcase memberin_extend_c (with run test) under python
+partialchecking testcase name under python
+partialchecking testcase nested under python
+partialchecking testcase nested_structs under python
+partialchecking testcase newobject2 under python
+partialchecking testcase overload_extend (with run test) under python
+partialchecking testcase overload_extendc (with run test) under python
+partialchecking testcase preproc (with run test) under python
+partialchecking testcase preproc_constants_c under python
+partialchecking testcase preproc_defined (with run test) under python
+partialchecking testcase preproc_include (with run test) under python
+partialchecking testcase preproc_line_file under python
+partialchecking testcase ret_by_value (with run test) under python
+partialchecking testcase simple_array under python
+partialchecking testcase sizeof_pointer under python
+partialchecking testcase sneaky1 (with run test) under python
+partialchecking testcase struct_rename (with run test) under python
+partialchecking testcase struct_initialization (with run test) under python
+partialchecking testcase typedef_struct under python
+partialchecking testcase typemap_subst under python
+partialchecking testcase union_parameter under python
+partialchecking testcase unions (with run test) under python
+partialchecking testcase clientdata_prop under python
+partialchecking testcase imports (with run test) under python
+partialchecking testcase import_stl (with run test) under python
+partialchecking testcase packageoption under python
+partialchecking testcase mod (with run test) under python
+partialchecking testcase template_typedef_import (with run test) under python
+partialchecking testcase multi_import (with run test) under python
+partialchecking ruby test-suite
+partialchecking testcase kwargs_feature under ruby
+partialchecking testcase li_cdata under ruby
+partialchecking testcase li_cstring (with run test) under ruby
+partialchecking testcase li_factory (with run test) under ruby
+partialchecking testcase li_std_functors (with run test) under ruby
+partialchecking testcase li_std_multimap (with run test) under ruby
+partialchecking testcase li_std_pair_lang_object (with run test) under ruby
+partialchecking testcase li_std_queue (with run test) under ruby
+partialchecking testcase li_std_set (with run test) under ruby
+partialchecking testcase li_std_stack (with run test) under ruby
+partialchecking testcase primitive_types (with run test) under ruby
+partialchecking testcase ruby_keywords (with run test) under ruby
+partialchecking testcase ruby_naming (with run test) under ruby
+partialchecking testcase ruby_track_objects (with run test) under ruby
+partialchecking testcase ruby_track_objects_directors (with run test) under ruby
+partialchecking testcase std_containers (with run test) under ruby
+partialchecking testcase abstract_access (with run test) under ruby
+partialchecking testcase abstract_inherit (with run test) under ruby
+partialchecking testcase abstract_inherit_ok (with run test) under ruby
+partialchecking testcase abstract_signature (with run test) under ruby
+partialchecking testcase abstract_typedef (with run test) under ruby
+partialchecking testcase abstract_typedef2 (with run test) under ruby
+partialchecking testcase abstract_virtual (with run test) under ruby
+partialchecking testcase access_change (with run test) under ruby
+partialchecking testcase add_link (with run test) under ruby
+partialchecking testcase aggregate (with run test) under ruby
+partialchecking testcase allowexcept under ruby
+partialchecking testcase allprotected under ruby
+partialchecking testcase allprotected_not under ruby
+partialchecking testcase anonymous_bitfield (with run test) under ruby
+partialchecking testcase apply_signed_char (with run test) under ruby
+partialchecking testcase apply_strings (with run test) under ruby
+partialchecking testcase argout (with run test) under ruby
+partialchecking testcase array_member (with run test) under ruby
+partialchecking testcase array_typedef_memberin under ruby
+partialchecking testcase arrayref under ruby
+partialchecking testcase arrays_dimensionless under ruby
+partialchecking testcase arrays_global (with run test) under ruby
+partialchecking testcase arrays_global_twodim under ruby
+partialchecking testcase arrays_scope under ruby
+partialchecking testcase autodoc under ruby
+partialchecking testcase bloody_hell under ruby
+partialchecking testcase bools (with run test) under ruby
+partialchecking testcase catches under ruby
+partialchecking testcase cast_operator (with run test) under ruby
+partialchecking testcase casts (with run test) under ruby
+partialchecking testcase char_binary under ruby
+partialchecking testcase char_strings under ruby
+partialchecking testcase class_forward under ruby
+partialchecking testcase class_ignore (with run test) under ruby
+partialchecking testcase class_scope_weird under ruby
+partialchecking testcase compactdefaultargs under ruby
+partialchecking testcase const_const_2 under ruby
+partialchecking testcase constant_pointers under ruby
+partialchecking testcase constover (with run test) under ruby
+partialchecking testcase constructor_copy under ruby
+partialchecking testcase constructor_exception under ruby
+partialchecking testcase constructor_explicit under ruby
+partialchecking testcase constructor_ignore under ruby
+partialchecking testcase constructor_rename under ruby
+partialchecking testcase constructor_value under ruby
+partialchecking testcase contract under ruby
+partialchecking testcase conversion under ruby
+partialchecking testcase conversion_namespace under ruby
+partialchecking testcase conversion_ns_template under ruby
+partialchecking testcase cplusplus_throw under ruby
+partialchecking testcase cpp_basic under ruby
+partialchecking testcase cpp_enum under ruby
+partialchecking testcase cpp_namespace (with run test) under ruby
+partialchecking testcase cpp_nodefault under ruby
+partialchecking testcase cpp_static under ruby
+partialchecking testcase cpp_typedef under ruby
+partialchecking testcase default_args under ruby
+partialchecking testcase default_arg_values under ruby
+partialchecking testcase default_constructor (with run test) under ruby
+partialchecking testcase defvalue_constructor under ruby
+partialchecking testcase derived_byvalue under ruby
+partialchecking testcase derived_nested under ruby
+partialchecking testcase destructor_reprotected under ruby
+partialchecking testcase director_abstract (with run test) under ruby
+partialchecking testcase director_alternating under ruby
+partialchecking testcase director_basic (with run test) under ruby
+partialchecking testcase director_binary_string under ruby
+partialchecking testcase director_classes under ruby
+partialchecking testcase director_classic under ruby
+partialchecking testcase director_constructor (with run test) under ruby
+partialchecking testcase director_default (with run test) under ruby
+partialchecking testcase director_detect (with run test) under ruby
+partialchecking testcase director_enum under ruby
+partialchecking testcase director_exception (with run test) under ruby
+partialchecking testcase director_extend under ruby
+partialchecking testcase director_finalizer under ruby
+partialchecking testcase director_frob (with run test) under ruby
+partialchecking testcase director_ignore under ruby
+partialchecking testcase director_keywords under ruby
+partialchecking testcase director_namespace_clash under ruby
+partialchecking testcase director_nspace under ruby
+$(SOURCE_DIR)/Examples/test-suite/director_nspace.i:44: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase director_nested (with run test) under ruby
+partialchecking testcase director_overload under ruby
+partialchecking testcase director_primitives under ruby
+partialchecking testcase director_protected (with run test) under ruby
+partialchecking testcase director_protected_overloaded under ruby
+partialchecking testcase director_redefined under ruby
+partialchecking testcase director_thread under ruby
+partialchecking testcase director_unroll (with run test) under ruby
+partialchecking testcase director_using under ruby
+partialchecking testcase director_wombat (with run test) under ruby
+partialchecking testcase disown (with run test) under ruby
+partialchecking testcase dynamic_cast (with run test) under ruby
+partialchecking testcase empty under ruby
+partialchecking testcase enum_rename under ruby
+partialchecking testcase enum_scope_template under ruby
+partialchecking testcase enum_template under ruby
+partialchecking testcase enum_thorough (with run test) under ruby
+partialchecking testcase enum_var under ruby
+partialchecking testcase evil_diamond under ruby
+partialchecking testcase evil_diamond_ns under ruby
+partialchecking testcase evil_diamond_prop under ruby
+partialchecking testcase exception_order under ruby
+partialchecking testcase extend under ruby
+partialchecking testcase extend_constructor_destructor under ruby
+partialchecking testcase extend_default under ruby
+partialchecking testcase extend_placement under ruby
+partialchecking testcase extend_template (with run test) under ruby
+partialchecking testcase extend_template_ns (with run test) under ruby
+partialchecking testcase extend_typedef_class under ruby
+partialchecking testcase extern_c under ruby
+partialchecking testcase extern_namespace under ruby
+partialchecking testcase extern_throws under ruby
+partialchecking testcase expressions under ruby
+partialchecking testcase features under ruby
+partialchecking testcase fragments under ruby
+partialchecking testcase friends (with run test) under ruby
+partialchecking testcase funcptr_cpp under ruby
+partialchecking testcase fvirtual under ruby
+partialchecking testcase global_namespace under ruby
+partialchecking testcase global_ns_arg under ruby
+partialchecking testcase global_scope_types under ruby
+partialchecking testcase global_vars under ruby
+partialchecking testcase grouping (with run test) under ruby
+partialchecking testcase ignore_parameter (with run test) under ruby
+partialchecking testcase import_nomodule under ruby
+partialchecking testcase inherit under ruby
+partialchecking testcase inherit_missing (with run test) under ruby
+partialchecking testcase inherit_same_name under ruby
+partialchecking testcase inherit_target_language under ruby
+partialchecking testcase inherit_void_arg under ruby
+partialchecking testcase inline_initializer under ruby
+partialchecking testcase insert_directive under ruby
+partialchecking testcase keyword_rename under ruby
+partialchecking testcase kind under ruby
+partialchecking testcase langobj under ruby
+partialchecking testcase li_attribute under ruby
+partialchecking testcase li_boost_shared_ptr under ruby
+partialchecking testcase li_boost_shared_ptr_bits under ruby
+partialchecking testcase li_boost_shared_ptr_template under ruby
+partialchecking testcase li_carrays (with run test) under ruby
+partialchecking testcase li_cpointer under ruby
+partialchecking testcase li_stdint under ruby
+partialchecking testcase li_typemaps under ruby
+partialchecking testcase li_typemaps_apply under ruby
+partialchecking testcase li_windows under ruby
+partialchecking testcase long_long_apply under ruby
+partialchecking testcase memberin_extend under ruby
+partialchecking testcase member_funcptr_galore under ruby
+partialchecking testcase member_pointer (with run test) under ruby
+partialchecking testcase member_template under ruby
+partialchecking testcase minherit (with run test) under ruby
+partialchecking testcase minherit2 under ruby
+partialchecking testcase mixed_types under ruby
+partialchecking testcase multiple_inheritance under ruby
+partialchecking testcase name_cxx under ruby
+partialchecking testcase name_warnings under ruby
+partialchecking testcase namespace_class under ruby
+partialchecking testcase namespace_enum under ruby
+partialchecking testcase namespace_extend under ruby
+partialchecking testcase namespace_forward_declaration under ruby
+partialchecking testcase namespace_nested under ruby
+partialchecking testcase namespace_spaces under ruby
+partialchecking testcase namespace_template under ruby
+partialchecking testcase namespace_typedef_class under ruby
+partialchecking testcase namespace_typemap (with run test) under ruby
+partialchecking testcase namespace_union under ruby
+partialchecking testcase namespace_virtual_method under ruby
+partialchecking testcase nspace under ruby
+$(SOURCE_DIR)/Examples/test-suite/nspace.i:107: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase nspace_extend under ruby
+$(SOURCE_DIR)/Examples/test-suite/nspace_extend.i:53: Warning 204: CPP #warning, "nspace feature not yet supported in this target language".
+partialchecking testcase naturalvar under ruby
+partialchecking testcase nested_class under ruby
+partialchecking testcase nested_comment under ruby
+partialchecking testcase nested_workaround under ruby
+partialchecking testcase newobject1 (with run test) under ruby
+partialchecking testcase null_pointer under ruby
+partialchecking testcase operator_overload under ruby
+partialchecking testcase operator_overload_break under ruby
+partialchecking testcase operator_pointer_ref under ruby
+partialchecking testcase operbool under ruby
+partialchecking testcase ordering under ruby
+partialchecking testcase overload_copy (with run test) under ruby
+partialchecking testcase overload_method under ruby
+partialchecking testcase overload_extend (with run test) under ruby
+partialchecking testcase overload_rename under ruby
+partialchecking testcase overload_return_type under ruby
+partialchecking testcase overload_simple (with run test) under ruby
+partialchecking testcase overload_subtype (with run test) under ruby
+partialchecking testcase overload_template (with run test) under ruby
+partialchecking testcase overload_template_fast under ruby
+partialchecking testcase pointer_reference under ruby
+partialchecking testcase preproc_constants under ruby
+partialchecking testcase primitive_ref (with run test) under ruby
+partialchecking testcase private_assign under ruby
+partialchecking testcase protected_rename under ruby
+partialchecking testcase pure_virtual under ruby
+partialchecking testcase redefined under ruby
+partialchecking testcase redefined_not under ruby
+partialchecking testcase refcount (with run test) under ruby
+partialchecking testcase reference_global_vars (with run test) under ruby
+partialchecking testcase register_par under ruby
+partialchecking testcase rename1 under ruby
+partialchecking testcase rename2 under ruby
+partialchecking testcase rename3 under ruby
+partialchecking testcase rename4 under ruby
+partialchecking testcase rename_scope (with run test) under ruby
+partialchecking testcase rename_simple under ruby
+partialchecking testcase rename_strip_encoder under ruby
+partialchecking testcase rename_pcre_encoder under ruby
+partialchecking testcase rename_pcre_enum under ruby
+partialchecking testcase restrict_cplusplus under ruby
+partialchecking testcase return_const_value under ruby
+partialchecking testcase return_value_scope under ruby
+partialchecking testcase rname under ruby
+partialchecking testcase samename under ruby
+partialchecking testcase sizet under ruby
+partialchecking testcase smart_pointer_const (with run test) under ruby
+partialchecking testcase smart_pointer_const2 under ruby
+partialchecking testcase smart_pointer_const_overload under ruby
+partialchecking testcase smart_pointer_extend under ruby
+partialchecking testcase smart_pointer_member under ruby
+partialchecking testcase smart_pointer_multi (with run test) under ruby
+partialchecking testcase smart_pointer_multi_typedef (with run test) under ruby
+partialchecking testcase smart_pointer_namespace under ruby
+partialchecking testcase smart_pointer_namespace2 under ruby
+partialchecking testcase smart_pointer_not (with run test) under ruby
+partialchecking testcase smart_pointer_overload (with run test) under ruby
+partialchecking testcase smart_pointer_protected under ruby
+partialchecking testcase smart_pointer_rename (with run test) under ruby
+partialchecking testcase smart_pointer_simple (with run test) under ruby
+partialchecking testcase smart_pointer_static under ruby
+partialchecking testcase smart_pointer_template_const_overload under ruby
+partialchecking testcase smart_pointer_templatemethods under ruby
+partialchecking testcase smart_pointer_templatevariables under ruby
+partialchecking testcase smart_pointer_typedef (with run test) under ruby
+partialchecking testcase special_variables under ruby
+partialchecking testcase special_variable_macros under ruby
+partialchecking testcase static_array_member under ruby
+partialchecking testcase static_const_member under ruby
+partialchecking testcase static_const_member_2 (with run test) under ruby
+partialchecking testcase struct_initialization_cpp under ruby
+partialchecking testcase struct_value (with run test) under ruby
+partialchecking testcase symbol_clash under ruby
+partialchecking testcase template_arg_replace under ruby
+partialchecking testcase template_arg_scope under ruby
+partialchecking testcase template_arg_typename under ruby
+partialchecking testcase template_array_numeric under ruby
+partialchecking testcase template_basic under ruby
+partialchecking testcase template_base_template under ruby
+partialchecking testcase template_classes under ruby
+partialchecking testcase template_const_ref under ruby
+partialchecking testcase template_construct (with run test) under ruby
+partialchecking testcase template_default under ruby
+partialchecking testcase template_default2 under ruby
+partialchecking testcase template_default_arg under ruby
+partialchecking testcase template_default_class_parms under ruby
+partialchecking testcase template_default_class_parms_typedef under ruby
+partialchecking testcase template_default_inherit under ruby
+partialchecking testcase template_default_qualify under ruby
+partialchecking testcase template_default_vw under ruby
+partialchecking testcase template_enum under ruby
+partialchecking testcase template_enum_ns_inherit under ruby
+partialchecking testcase template_enum_typedef under ruby
+partialchecking testcase template_explicit under ruby
+partialchecking testcase template_extend1 (with run test) under ruby
+partialchecking testcase template_extend2 (with run test) under ruby
+partialchecking testcase template_extend_overload under ruby
+partialchecking testcase template_extend_overload_2 under ruby
+partialchecking testcase template_forward under ruby
+partialchecking testcase template_inherit (with run test) under ruby
+partialchecking testcase template_inherit_abstract under ruby
+partialchecking testcase template_int_const under ruby
+partialchecking testcase template_methods under ruby
+partialchecking testcase template_namespace_forward_declaration under ruby
+partialchecking testcase template_using_directive_and_declaration_forward under ruby
+partialchecking testcase template_nested under ruby
+partialchecking testcase template_nested_typemaps under ruby
+partialchecking testcase template_ns (with run test) under ruby
+partialchecking testcase template_ns2 under ruby
+partialchecking testcase template_ns3 under ruby
+partialchecking testcase template_ns4 (with run test) under ruby
+partialchecking testcase template_ns_enum under ruby
+partialchecking testcase template_ns_enum2 under ruby
+partialchecking testcase template_ns_inherit under ruby
+partialchecking testcase template_ns_scope under ruby
+partialchecking testcase template_partial_arg under ruby
+partialchecking testcase template_partial_specialization under ruby
+partialchecking testcase template_partial_specialization_typedef under ruby
+partialchecking testcase template_qualifier under ruby
+partialchecking testcase template_ref_type under ruby
+partialchecking testcase template_rename (with run test) under ruby
+partialchecking testcase template_retvalue under ruby
+partialchecking testcase template_specialization under ruby
+partialchecking testcase template_specialization_defarg under ruby
+partialchecking testcase template_specialization_enum under ruby
+partialchecking testcase template_static under ruby
+partialchecking testcase template_tbase_template (with run test) under ruby
+partialchecking testcase template_template_parameters under ruby
+partialchecking testcase template_typedef under ruby
+partialchecking testcase template_typedef_class_template under ruby
+partialchecking testcase template_typedef_cplx (with run test) under ruby
+partialchecking testcase template_typedef_cplx2 (with run test) under ruby
+partialchecking testcase template_typedef_cplx3 (with run test) under ruby
+partialchecking testcase template_typedef_cplx4 (with run test) under ruby
+partialchecking testcase template_typedef_cplx5 under ruby
+partialchecking testcase template_typedef_funcptr under ruby
+partialchecking testcase template_typedef_inherit under ruby
+partialchecking testcase template_typedef_ns under ruby
+partialchecking testcase template_typedef_ptr under ruby
+partialchecking testcase template_typedef_rec under ruby
+partialchecking testcase template_typemaps under ruby
+partialchecking testcase template_typemaps_typedef under ruby
+partialchecking testcase template_typemaps_typedef2 under ruby
+partialchecking testcase template_using under ruby
+partialchecking testcase template_virtual under ruby
+partialchecking testcase template_whitespace under ruby
+partialchecking testcase threads under ruby
+partialchecking testcase threads_exception under ruby
+partialchecking testcase throw_exception (with run test) under ruby
+partialchecking testcase typedef_array_member under ruby
+partialchecking testcase typedef_class under ruby
+partialchecking testcase typedef_funcptr under ruby
+partialchecking testcase typedef_inherit (with run test) under ruby
+partialchecking testcase typedef_mptr under ruby
+partialchecking testcase typedef_reference under ruby
+partialchecking testcase typedef_scope (with run test) under ruby
+partialchecking testcase typedef_sizet under ruby
+partialchecking testcase typedef_struct under ruby
+partialchecking testcase typemap_arrays under ruby
+partialchecking testcase typemap_delete under ruby
+partialchecking testcase typemap_global_scope under ruby
+partialchecking testcase typemap_manyargs under ruby
+partialchecking testcase typemap_namespace (with run test) under ruby
+partialchecking testcase typemap_ns_using (with run test) under ruby
+partialchecking testcase typemap_numinputs under ruby
+partialchecking testcase typemap_template under ruby
+partialchecking testcase typemap_template_parm_typedef under ruby
+partialchecking testcase typemap_out_optimal under ruby
+partialchecking testcase typemap_qualifier_strip under ruby
+partialchecking testcase typemap_variables under ruby
+partialchecking testcase typemap_various under ruby
+partialchecking testcase typename (with run test) under ruby
+partialchecking testcase types_directive under ruby
+partialchecking testcase union_scope under ruby
+partialchecking testcase using1 (with run test) under ruby
+partialchecking testcase using2 (with run test) under ruby
+partialchecking testcase using_composition (with run test) under ruby
+partialchecking testcase using_directive_and_declaration under ruby
+partialchecking testcase using_directive_and_declaration_forward under ruby
+partialchecking testcase using_extend (with run test) under ruby
+partialchecking testcase using_inherit (with run test) under ruby
+partialchecking testcase using_namespace under ruby
+partialchecking testcase using_namespace_loop under ruby
+partialchecking testcase using_pointers under ruby
+partialchecking testcase using_private (with run test) under ruby
+partialchecking testcase using_protected (with run test) under ruby
+partialchecking testcase valuewrapper under ruby
+partialchecking testcase valuewrapper_base under ruby
+partialchecking testcase valuewrapper_const under ruby
+partialchecking testcase valuewrapper_opaque under ruby
+partialchecking testcase varargs (with run test) under ruby
+partialchecking testcase varargs_overload under ruby
+partialchecking testcase virtual_destructor under ruby
+partialchecking testcase virtual_poly (with run test) under ruby
+partialchecking testcase virtual_vs_nonvirtual_base under ruby
+partialchecking testcase voidtest (with run test) under ruby
+partialchecking testcase wallkw under ruby
+partialchecking testcase wrapmacro under ruby
+partialchecking testcase director_string (with run test) under ruby
+partialchecking testcase ignore_template_constructor under ruby
+partialchecking testcase li_std_combinations under ruby
+partialchecking testcase li_std_deque (with run test) under ruby
+partialchecking testcase li_std_except under ruby
+partialchecking testcase li_std_map (with run test) under ruby
+partialchecking testcase li_std_pair (with run test) under ruby
+partialchecking testcase li_std_pair_using under ruby
+partialchecking testcase li_std_string (with run test) under ruby
+partialchecking testcase li_std_vector (with run test) under ruby
+partialchecking testcase li_std_vector_enum (with run test) under ruby
+partialchecking testcase li_std_vector_member_var under ruby
+partialchecking testcase smart_pointer_inherit under ruby
+partialchecking testcase template_typedef_fnc under ruby
+partialchecking testcase template_type_namespace (with run test) under ruby
+partialchecking testcase template_opaque under ruby
+partialchecking testcase li_cdata under ruby
+partialchecking testcase li_cstring (with run test) under ruby
+partialchecking testcase arrays (with run test) under ruby
+partialchecking testcase char_constant (with run test) under ruby
+partialchecking testcase const_const (with run test) under ruby
+partialchecking testcase constant_expr under ruby
+partialchecking testcase empty under ruby
+partialchecking testcase enums (with run test) under ruby
+partialchecking testcase enum_forward under ruby
+partialchecking testcase extern_declaration under ruby
+partialchecking testcase funcptr under ruby
+partialchecking testcase function_typedef (with run test) under ruby
+partialchecking testcase immutable_values under ruby
+partialchecking testcase inctest under ruby
+partialchecking testcase integers (with run test) under ruby
+partialchecking testcase keyword_rename under ruby
+partialchecking testcase lextype under ruby
+partialchecking testcase li_carrays (with run test) under ruby
+partialchecking testcase li_cmalloc under ruby
+partialchecking testcase li_constraints under ruby
+partialchecking testcase li_cpointer under ruby
+partialchecking testcase li_math (with run test) under ruby
+partialchecking testcase long_long under ruby
+partialchecking testcase memberin_extend_c under ruby
+partialchecking testcase name under ruby
+partialchecking testcase nested under ruby
+partialchecking testcase nested_structs under ruby
+partialchecking testcase newobject2 (with run test) under ruby
+partialchecking testcase overload_extend (with run test) under ruby
+partialchecking testcase overload_extendc (with run test) under ruby
+partialchecking testcase preproc under ruby
+partialchecking testcase preproc_constants_c under ruby
+partialchecking testcase preproc_defined under ruby
+partialchecking testcase preproc_include under ruby
+partialchecking testcase preproc_line_file under ruby
+partialchecking testcase ret_by_value under ruby
+partialchecking testcase simple_array under ruby
+partialchecking testcase sizeof_pointer under ruby
+partialchecking testcase sneaky1 (with run test) under ruby
+partialchecking testcase struct_rename under ruby
+partialchecking testcase struct_initialization under ruby
+partialchecking testcase typedef_struct under ruby
+partialchecking testcase typemap_subst under ruby
+partialchecking testcase union_parameter under ruby
+partialchecking testcase unions (with run test) under ruby
+partialchecking testcase clientdata_prop under ruby
+partialchecking testcase imports (with run test) under ruby
+partialchecking testcase import_stl under ruby
+partialchecking testcase packageoption under ruby
+partialchecking testcase mod under ruby
+partialchecking testcase template_typedef_import under ruby
+partialchecking testcase multi_import under ruby