Remove sanitizer XFAILs on a test.
authorEric Fiselier <eric@efcs.ca>
Tue, 28 Jul 2015 23:27:03 +0000 (23:27 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 28 Jul 2015 23:27:03 +0000 (23:27 +0000)
llvm-svn: 243499

libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp

index db2a588..6c31df5 100644 (file)
 // 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