Skip to content

Commit f788910

Browse files
committed
Xfails
1 parent 924411b commit f788910

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// NetBSD does not support LC_MONETARY at the moment
1212
// XFAIL: netbsd
1313

14-
// XFAIL: LIBCXX-FREEBSD-FIXME
15-
1614
// REQUIRES: locale.en_US.UTF-8
1715
// REQUIRES: locale.fr_FR.UTF-8
1816
// REQUIRES: locale.ru_RU.UTF-8

libcxx/test/std/utilities/utility/pairs/pairs.pair/nttp.equivalence.compile.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// Two values p1 and p2 of type pair<T, U> are template-argument-equivalent ([temp.type]) if and only if
1515
// p1.first and p2.first are template-argument-equivalent and p1.second and p2.second are template-argument-equivalent.
1616

17+
// This deprecated ABI switch makes pair a non-structural type.
18+
// XFAIL: libcpp-deprecated-abi-disable-pair-trivial-copy-ctor
19+
1720
#include <utility>
1821

1922
#include <type_traits>

libcxx/test/std/utilities/utility/pairs/pairs.pair/nttp.verify.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// LWG-3382 NTTP for pair and array:
1414
// pair<T, U> is a structural type ([temp.param]) if T and U are both structural types.
1515

16+
// This deprecated ABI switch makes pair a non-structural type.
17+
// XFAIL: libcpp-deprecated-abi-disable-pair-trivial-copy-ctor
18+
1619
#include <utility>
1720

1821
#include <functional>

0 commit comments

Comments
 (0)