sys-libs/libcxx: Remove failing tests in 12.0.0-rc3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-03-11 23:21:21 +01:00
parent 511dbbe87d
commit 201edf4378

View File

@@ -63,6 +63,11 @@ src_prepare() {
# out-of-tree build.
eapply "${FILESDIR}/${PN}-3.9-cmake-link-flags.patch"
# Known failures.
rm test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp || die
rm test/libcxx/memory/trivial_abi/unique_ptr_ret.pass.cpp || die
rm test/libcxx/memory/trivial_abi/weak_ptr_ret.pass.cpp || die
llvm.org_src_prepare
}