Mark two tests as failing on clang 3.8 (they failed on 3.7, too)
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 16 Jul 2015 02:44:33 +0000 (02:44 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 16 Jul 2015 02:44:33 +0000 (02:44 +0000)
llvm-svn: 242375

libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array14.pass.cpp
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete14.pass.cpp

index 6447e29..da25327 100644 (file)
 
 // UNSUPPORTED: sanitizer-new-delete, c++98, c++03, c++11
 
-// TODO: Clang does not enable sized-deallocation in c++14 and behond by
+// TODO: Clang does not enable sized-deallocation in c++14 and beyond by
 // default. It is only enabled when -fsized-deallocation is given.
 // (except clang-3.6 which temporarly enabled sized-deallocation)
-// XFAIL: clang-3.4, clang-3.5, clang-3.7
+// XFAIL: clang-3.4, clang-3.5, clang-3.7, clang-3.8
 // XFAIL: apple-clang
 
 // NOTE: GCC 4.9.1 does not support sized-deallocation in c++14. However
index 3c7f54f..f76ad36 100644 (file)
 
 // UNSUPPORTED: sanitizer-new-delete, c++98, c++03, c++11
 
-// TODO: Clang does not enable sized-deallocation in c++14 and behond by
+// TODO: Clang does not enable sized-deallocation in c++14 and beyond by
 // default. It is only enabled when -fsized-deallocation is given.
 // (except clang-3.6 which temporarly enabled sized-deallocation)
-// XFAIL: clang-3.4, clang-3.5, clang-3.7
+// XFAIL: clang-3.4, clang-3.5, clang-3.7, clang-3.8
 // XFAIL: apple-clang
 
 // NOTE: GCC 4.9.1 does not support sized-deallocation in c++14. However