Mark slow ASAN/MSAN tests as XFAIL for now.

llvm-svn: 258195
This commit is contained in:
Eric Fiselier 2016-01-19 21:51:07 +00:00
parent 40574bdb7a
commit 8132bdc8e1
3 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,9 @@
// iter_type put(iter_type s, ios_base& iob, char_type fill, double v) const;
// TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN.
// UNSUPPORTED: asan, msan
#include <locale>
#include <ios>
#include <cassert>

View File

@ -13,6 +13,9 @@
// iter_type put(iter_type s, ios_base& iob, char_type fill, long double v) const;
// TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN.
// UNSUPPORTED: asan, msan
// TODO GLIBC uses a different string for positive and negative NAN numbers.
// XFAIL: linux-gnu

View File

@ -13,6 +13,10 @@
// bool isctype(charT c, char_class_type f) const;
// TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN.
// UNSUPPORTED: asan, msan
#include <regex>
#include <cassert>