Selaa lähdekoodia

Remove sanitizer XFAILs on a test.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@243499 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 10 vuotta sitten
vanhempi
commit
3baabab827

+ 0 - 7
test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp

@@ -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