diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-01-19 21:51:07 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-01-19 21:51:07 +0000 |
commit | 8132bdc8e1cf86c65e0bbe7aaa4bcfd3a6fb46ba (patch) | |
tree | b88ff34fdb425255fc279461047cd2864f2ed932 /libcxx/test/std/re/re.traits | |
parent | 40574bdb7afa318f24cc0e437a977c3cef56ea3c (diff) | |
download | bcm5719-llvm-8132bdc8e1cf86c65e0bbe7aaa4bcfd3a6fb46ba.tar.gz bcm5719-llvm-8132bdc8e1cf86c65e0bbe7aaa4bcfd3a6fb46ba.zip |
Mark slow ASAN/MSAN tests as XFAIL for now.
llvm-svn: 258195
Diffstat (limited to 'libcxx/test/std/re/re.traits')
-rw-r--r-- | libcxx/test/std/re/re.traits/isctype.pass.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/test/std/re/re.traits/isctype.pass.cpp b/libcxx/test/std/re/re.traits/isctype.pass.cpp index ad69f05ae75..597faf24a4b 100644 --- a/libcxx/test/std/re/re.traits/isctype.pass.cpp +++ b/libcxx/test/std/re/re.traits/isctype.pass.cpp @@ -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> |