diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-04-20 23:40:35 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-04-20 23:40:35 +0000 |
commit | 096d636a3543a6164c67dac44de238122867e82f (patch) | |
tree | e1e1af36a9235b8c501d15f89f2221f0e50073c7 /libcxxabi/test/cxa_thread_atexit_test.pass.cpp | |
parent | b2d291eb9b8fb94a2f560126b64afe8f55832506 (diff) | |
download | bcm5719-llvm-096d636a3543a6164c67dac44de238122867e82f.tar.gz bcm5719-llvm-096d636a3543a6164c67dac44de238122867e82f.zip |
Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL.
llvm-svn: 300925
Diffstat (limited to 'libcxxabi/test/cxa_thread_atexit_test.pass.cpp')
-rw-r--r-- | libcxxabi/test/cxa_thread_atexit_test.pass.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp index f612848aa44..56984f0a628 100644 --- a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp +++ b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp @@ -10,11 +10,6 @@ // UNSUPPORTED: libcxxabi-no-threads // REQUIRES: linux -// this test will only work if CMake detects a real __cxa_thread_atexit_impl -// at configure time. This function, however, was added only in glibc 2.18, -// and there are still plenty of systems only using 2.17 (Ex RHEL 7). -// XFAIL: libcxxabi-no-cxa-thread-atexit-impl - #include <assert.h> #include <cxxabi.h> |