hanchenye-llvm-project/libcxx
Dimitry Andric ca2ab4f657 Disable trivial pair copy/move tests when unsupported
Summary:
On FreeBSD, for ABI compatibility reasons, the pair trivial copy
constructor is disabled, using the aptly-named
`_LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR` define.

Disable the related tests when this define is on, so they don't fail
unexpectedly.

Reviewers: emaste, rsmith, theraven, EricWF

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D25449

llvm-svn: 284047
2016-10-12 20:26:47 +00:00
..
benchmarks Cleanup CMake status output 2016-10-10 06:31:00 +00:00
cmake Cleanup CMake status output 2016-10-10 06:31:00 +00:00
docs [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VIS 2016-10-12 13:48:14 +00:00
include Mark ostream_iterator's constructors as noexcept. 2016-10-12 16:13:48 +00:00
lib Fix linker script generation for in-tree builds 2016-10-09 21:34:03 +00:00
src Implement N4606 optional 2016-10-12 07:46:20 +00:00
test Disable trivial pair copy/move tests when unsupported 2016-10-12 20:26:47 +00:00
utils Remove debug output from gen_linker_script.py 2016-10-09 21:43:30 +00:00
www Fix LWG2683 - filesystem::copy() should always clear the user-provided error_code 2016-10-11 22:18:09 +00:00
.arcconfig
.gitignore Implement N4606 optional 2016-10-12 07:46:20 +00:00
CMakeLists.txt Fix documentation mis-spelling. 2016-10-10 14:45:06 +00:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT Remove out of date items in TODO.txt 2016-09-27 01:28:47 +00:00