diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-07-28 23:27:03 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-07-28 23:27:03 +0000 |
commit | 99a47ef90edb97b15becd553b1c9c5d76b9da376 (patch) | |
tree | be9e435c93d2583fdc9727c02c1efa9820e95c1d /libcxx | |
parent | 1dd15598cf6ca4338509c90ec2f93957ba3ee229 (diff) | |
download | bcm5719-llvm-99a47ef90edb97b15becd553b1c9c5d76b9da376.tar.gz bcm5719-llvm-99a47ef90edb97b15becd553b1c9c5d76b9da376.zip |
Remove sanitizer XFAILs on a test.
llvm-svn: 243499
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp b/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp index db2a58844c2..6c31df593c0 100644 --- a/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp +++ b/libcxx/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 |