Cleanup tests that fail in C++1z and with Clang 3.8

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2015-07-17 22:27:43 +00:00
parent 40853eac80
commit 3f339e65df
9 changed files with 248 additions and 377 deletions

View File

@@ -11,11 +11,10 @@
// UNSUPPORTED: sanitizer-new-delete, c++98, c++03, c++11
// TODO: Clang does not enable sized-deallocation in c++14 and beyond by
// NOTE: 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, clang-3.8
// XFAIL: apple-clang
// (except clang-3.6 which temporarily enabled sized-deallocation)
// UNSUPPORTED: clang, apple-clang
// NOTE: GCC 4.9.1 does not support sized-deallocation in c++14. However
// GCC 5.1 does.

View File

@@ -11,11 +11,10 @@
// UNSUPPORTED: sanitizer-new-delete, c++98, c++03, c++11
// TODO: Clang does not enable sized-deallocation in c++14 and beyond by
// NOTE: 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, clang-3.8
// XFAIL: apple-clang
// (except clang-3.6 which temporarily enabled sized-deallocation)
// UNSUPPORTED: clang, apple-clang
// NOTE: GCC 4.9.1 does not support sized-deallocation in c++14. However
// GCC 5.1 does.