summaryrefslogtreecommitdiff
path: root/test/libcxxabi
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-04-20 23:40:35 +0000
committerEric Fiselier <eric@efcs.ca>2017-04-20 23:40:35 +0000
commit700fa3562ffeb4e6416bb07fa731ea98105604d3 (patch)
tree067e9e05074c58c4880bd5e5923ebc87918e44ca /test/libcxxabi
parent2ef575d4fb723ef7b38eac031b8fe7d2aaa011c5 (diff)
Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@300925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/libcxxabi')
-rw-r--r--test/libcxxabi/test/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/libcxxabi/test/config.py b/test/libcxxabi/test/config.py
index 75da244..d24fc5b 100644
--- a/test/libcxxabi/test/config.py
+++ b/test/libcxxabi/test/config.py
@@ -45,9 +45,6 @@ class Configuration(LibcxxConfiguration):
# test_exception_storage_nodynmem.pass.cpp fails under this specific configuration
if self.get_lit_bool('cxx_ext_threads', False) and self.get_lit_bool('libcxxabi_shared', False):
self.config.available_features.add('libcxxabi-shared-externally-threaded')
- if not self.get_lit_bool('has_cxa_thread_atexit_impl', True):
- self.config.available_features.add(
- 'libcxxabi-no-cxa-thread-atexit-impl')
if not self.get_lit_bool('llvm_unwinder', False):
self.config.available_features.add('libcxxabi-has-system-unwinder')