[libcxx] r243499 - Remove sanitizer XFAILs on a test.
Eric Fiselier
eric at efcs.ca
Tue Jul 28 16:27:03 PDT 2015
Author: ericwf
Date: Tue Jul 28 18:27:03 2015
New Revision: 243499
URL: http://llvm.org/viewvc/llvm-project?rev=243499&view=rev
Log:
Remove sanitizer XFAILs on a test.
Modified:
libcxx/trunk/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp
Modified: libcxx/trunk/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp?rev=243499&r1=243498&r2=243499&view=diff
==============================================================================
--- libcxx/trunk/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp (original)
+++ libcxx/trunk/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp Tue Jul 28 18:27:03 2015
@@ -10,13 +10,6 @@
// UNSUPPORTED: libcpp-has-no-threads
// UNSUPPORTED: c++98, c++03
-// NOTE: std::terminate is called so the destructors are not invoked and the
-// memory is not freed. This will cause ASAN to fail.
-// XFAIL: asan
-
-// NOTE: TSAN will report this test as leaking a thread.
-// XFAIL: tsan
-
// <thread>
// class thread
More information about the cfe-commits
mailing list