Skip to content

Commit e142dc1

Browse files
committed
UNSUPPORT on FreeBSD
1 parent 074e91c commit e142dc1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/abi.trivially_copyable.compile.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
// This test pins down the ABI of std::pair with respect to being "trivially copyable".
1111
//
1212

13+
// This test doesn't work when the deprecated ABI to turn off pair triviality is enabled.
14+
// See libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/abi.non_trivial_copy_move.pass.cpp instead.
15+
// UNSUPPORTED: libcpp-deprecated-abi-disable-pair-trivial-copy-ctor
16+
1317
#include <type_traits>
1418
#include <utility>
1519

libcxx/utils/libcxx/test/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ def _mingwSupportsModules(cfg):
352352
"_LIBCPP_NO_VCRUNTIME": "libcpp-no-vcruntime",
353353
"_LIBCPP_ABI_VERSION": "libcpp-abi-version",
354354
"_LIBCPP_ABI_BOUNDED_ITERATORS": "libcpp-has-abi-bounded-iterators",
355+
"_LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR": "libcpp-deprecated-abi-disable-pair-trivial-copy-ctor",
355356
"_LIBCPP_HAS_NO_FILESYSTEM": "no-filesystem",
356357
"_LIBCPP_HAS_NO_RANDOM_DEVICE": "no-random-device",
357358
"_LIBCPP_HAS_NO_LOCALIZATION": "no-localization",

0 commit comments

Comments
 (0)