aboutsummaryrefslogtreecommitdiff
path: root/test/std/re/re.traits/isctype.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/re/re.traits/isctype.pass.cpp')
-rw-r--r--test/std/re/re.traits/isctype.pass.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/std/re/re.traits/isctype.pass.cpp b/test/std/re/re.traits/isctype.pass.cpp
index ad69f05ae75e..3d1e7470a883 100644
--- a/test/std/re/re.traits/isctype.pass.cpp
+++ b/test/std/re/re.traits/isctype.pass.cpp
@@ -13,8 +13,13 @@
// 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>
+#include "test_macros.h"
int main()
{