aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-03-08 12:02:08 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-03-08 12:02:08 +0000
commit7f45cbd1783e204a49bba0a4ee7e75a15bd8ec5b (patch)
treebebb5c6c9ce3e08f66a6a1ff72f5e5e6302e1973 /Examples/test-suite
parente897733b081d920c893b53dce8b37e937f86cde3 (diff)
downloadswig-7f45cbd1783e204a49bba0a4ee7e75a15bd8ec5b.tar.gz
Reorganise broken C++11 testcases
Diffstat (limited to 'Examples/test-suite')
-rw-r--r--Examples/test-suite/common.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk
index e5b61d757..1d8a4f04f 100644
--- a/Examples/test-suite/common.mk
+++ b/Examples/test-suite/common.mk
@@ -493,7 +493,7 @@ CPP_TEST_CASES += \
# C++11 test cases.
CPP11_TEST_CASES = \
- cpp11_alternate_function_syntax \
+ cpp11_alternate_function_syntax \
cpp11_constexpr \
cpp11_decltype \
cpp11_default_delete \
@@ -517,17 +517,17 @@ CPP11_TEST_CASES = \
cpp11_template_double_brackets \
cpp11_template_explicit \
cpp11_template_typedefs \
- cpp11_uniform_initialization \
+ cpp11_uniform_initialization \
cpp11_unrestricted_unions \
cpp11_userdefined_literals \
- cpp11_variadic_templates
+# Broken C++11 test cases.
+CPP11_TEST_BROKEN = \
# cpp11_hash_tables \ # not fully implemented yet
# cpp11_result_of \ # SWIG does not support
# cpp11_strongly_typed_enumerations \ # SWIG not quite getting this right yet in all langs
+# cpp11_variadic_templates \ # Broken for some languages (such as Java)
-# Broken C++11 test cases.
-CPP11_TEST_BROKEN =
#
# Put all the heavy STD/STL cases here, where they can be skipped if needed