forked from OSchip/llvm-project
Mark slow ASAN/MSAN tests as XFAIL for now.
llvm-svn: 258195
This commit is contained in:
parent
40574bdb7a
commit
8132bdc8e1
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue