diff options
author | Eric Fiselier <eric@efcs.ca> | 2014-11-04 17:03:47 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2014-11-04 17:03:47 +0000 |
commit | 193bd50fe49b9f7a840d78d71f78cb966dfedf40 (patch) | |
tree | 6dc564160bca83481d66c730c40520539674840d /libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr | |
parent | aee842108825bcca5370ca3ffa872f2e2f696861 (diff) | |
download | bcm5719-llvm-193bd50fe49b9f7a840d78d71f78cb966dfedf40.tar.gz bcm5719-llvm-193bd50fe49b9f7a840d78d71f78cb966dfedf40.zip |
Mark another test as UNSUPPORTED with ASAN and MSAN
llvm-svn: 221275
Diffstat (limited to 'libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr')
-rw-r--r-- | libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp index 9b724f74178..0f5d5aa4082 100644 --- a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp +++ b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp @@ -15,6 +15,8 @@ // template <class F, class ...Args> thread(F&& f, Args&&... args); +// UNSUPPORTED: asan, msan + #include <thread> #include <new> #include <cstdlib> |