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