summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishant Gupta <nish.gupta01@gmail.com>2016-08-03 10:03:43 +0530
committerNishant Gupta <nish.gupta01@gmail.com>2016-08-03 10:03:43 +0530
commit27c278180f89f90545e67792802707babda7795e (patch)
tree5043421535b980b80384b433329acd27a86e95b5
parent143091ee70347e88a71cb6e608b09b98632dbf5e (diff)
downloadswig-27c278180f89f90545e67792802707babda7795e.tar.gz
Failing tests updated
-rw-r--r--Examples/test-suite/hhvm/Makefile.in56
1 files changed, 49 insertions, 7 deletions
diff --git a/Examples/test-suite/hhvm/Makefile.in b/Examples/test-suite/hhvm/Makefile.in
index 8e4d1880f..6115eed79 100644
--- a/Examples/test-suite/hhvm/Makefile.in
+++ b/Examples/test-suite/hhvm/Makefile.in
@@ -17,6 +17,7 @@ FAILING_C_TESTS += \
enums \
function_typedef \
funcptr \
+ inctest \
integers \
lextype \
li_cdata \
@@ -27,6 +28,7 @@ FAILING_C_TESTS += \
nested_structs \
nested_extend_c \
overload_extend_c \
+ overload_extend2 \
preproc_include \
typemap_subst \
typedef_struct \
@@ -45,21 +47,30 @@ FAILING_CPP_TESTS = \
arrays_global_twodim \
autodoc \
catches \
+ char_binary \
char_strings \
class_scope_weird \
constructor_copy \
constant_pointers \
contract \
+ cplusplus_throw \
cpp_basic \
default_constructor \
defvalue_constructor \
destructor_reprotected \
director_basic \
+ default_args \
default_target \
+ director_abstract \
+ director_binary_string \
director_classes \
director_classic \
+ director_exception \
director_frob \
+ director_nspace \
+ director_overload2 \
director_primitives \
+ director_property \
director_overload \
director_ref \
director_unroll \
@@ -75,12 +86,21 @@ FAILING_CPP_TESTS = \
global_scope_types \
grouping \
ignore_parameter \
+ ignore_template_constructor \
import_nomodule \
kind \
langobj \
kwargs_feature \
+ li_boost_shared_ptr \
+ li_boost_shared_ptr_bits \
li_cdata_cpp \
li_stdint \
+ li_std_deque \
+ li_std_except_as_class \
+ li_std_pair \
+ li_std_vector_enum \
+ li_std_vector \
+ li_std_vector_member_var \
li_swigtype_inout \
li_typemaps \
li_typemaps_apply \
@@ -88,16 +108,19 @@ FAILING_CPP_TESTS = \
li_windows \
member_funcptr_galore \
member_pointer \
+ minherit \
mixed_types \
multiple_inheritance_interfaces \
namespace_spaces \
naturalvar \
+ naturalvar_more \
operator_overload \
operator_overload_break \
overload_copy \
overload_method \
overload_polymorphic \
overload_rename \
+ overload_return_type \
overload_template \
overload_simple \
overload_template_fast \
@@ -113,10 +136,13 @@ FAILING_CPP_TESTS = \
register_par \
rename_scope \
return_const_value \
+ sizet \
smart_pointer_const \
smart_pointer_const2 \
smart_pointer_const_overload \
smart_pointer_extend \
+ smart_pointer_ignore \
+ smart_pointer_inherit \
smart_pointer_member \
smart_pointer_multi \
smart_pointer_multi_typedef \
@@ -124,31 +150,46 @@ FAILING_CPP_TESTS = \
smart_pointer_namespace2 \
smart_pointer_overload \
smart_pointer_protected \
+ smart_pointer_rename \
smart_pointer_simple \
smart_pointer_template_const_overload \
smart_pointer_templatemethods \
+ smart_pointer_template_defaults_overload \
+ smart_pointer_templatevariables \
smart_pointer_typedef \
+ special_variables \
special_variable_macros \
template_basic \
+ template_default \
template_default_arg \
+ template_default_arg_overloaded \
template_default_arg_overloaded_extend \
template_default_class_parms_typedef \
+ template_default_vw \
template_explicit \
template_extend_overload \
+ typemap_namespace \
template_ns \
+ template_opaque \
template_template_parameters \
+ template_type_namespace \
template_typedef_cplx2 \
template_typedef_cplx3 \
template_typedef_cplx4 \
+ template_typedef_fnc \
template_typemaps \
+ threads_exception \
+ throw_exception \
typedef_array_member \
typedef_funcptr \
typedef_sizet \
typedef_struct_cpp \
typemap_array_qualifiers \
typemap_out_optimal \
+ typemap_qualifier_strip \
typemap_variables \
typemap_various \
+ using_pointers \
using_protected \
varargs \
varargs_overload \
@@ -164,13 +205,14 @@ FAILING_CPP_TESTS = \
li_std_map \
li_std_pair_using \
-FAILING_MULTI_CPP_TEST = \
- import_stl_a \
- clientdata_prop \
- imports \
- packageoption \
- template_typedef_import \
- mod \
+FAILING_MULTI_CPP_TESTS = \
+ clientdata_prop \
+ imports \
+ import_stl \
+ packageoption \
+ mod \
+ template_typedef_import \
+ multi_import \
include $(srcdir)/../common.mk