Mark two tests as failing on clang 3.8 (they failed on 3.7, too)

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2015-07-16 02:44:33 +00:00
parent 83de1012a9
commit 73f131f210
2 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@
// 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

View File

@ -11,10 +11,10 @@
// 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