[libcxx] r221275 - Mark another test as UNSUPPORTED with ASAN and MSAN

Eric Fiselier eric at efcs.ca
Tue Nov 4 09:03:48 PST 2014


Author: ericwf
Date: Tue Nov  4 11:03:47 2014
New Revision: 221275

URL: http://llvm.org/viewvc/llvm-project?rev=221275&view=rev
Log:
Mark another test as UNSUPPORTED with ASAN and MSAN

Modified:
    libcxx/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp

Modified: libcxx/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp?rev=221275&r1=221274&r2=221275&view=diff
==============================================================================
--- libcxx/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp (original)
+++ libcxx/trunk/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp Tue Nov  4 11:03:47 2014
@@ -15,6 +15,8 @@
 
 // template <class F, class ...Args> thread(F&& f, Args&&... args);
 
+// UNSUPPORTED: asan, msan
+
 #include <thread>
 #include <new>
 #include <cstdlib>





More information about the cfe-commits mailing list