From 7f45cbd1783e204a49bba0a4ee7e75a15bd8ec5b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 8 Mar 2014 12:02:08 +0000 Subject: [PATCH] Reorganise broken C++11 testcases --- Examples/test-suite/common.mk | 10 +++++----- 1 file 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