Temporarily disable the LCM/GCD tests under UBSAN.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294417 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2017-02-08 07:40:59 +00:00
parent 34da9b5d09
commit 1b8fc14abc
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// UNSUPPORTED: c++98, c++03, c++11, c++14 // UNSUPPORTED: c++98, c++03, c++11, c++14
// XFAIL: ubsan
// <numeric> // <numeric>
// template<class _M, class _N> // template<class _M, class _N>

View File

@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// UNSUPPORTED: c++98, c++03, c++11, c++14 // UNSUPPORTED: c++98, c++03, c++11, c++14
// XFAIL: ubsan
// <numeric> // <numeric>
// template<class _M, class _N> // template<class _M, class _N>