mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-libs/compiler-rt-sanitizers: Updated broken test case list for 8.0.0+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -81,8 +81,7 @@ src_prepare() {
|
||||
# remove tests that are (still) broken by new glibc
|
||||
# https://bugs.llvm.org/show_bug.cgi?id=36065
|
||||
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
|
||||
rm test/lsan/TestCases/Linux/{fork_and_leak,use_tls_dynamic}.cc || die
|
||||
rm test/msan/dtls_test.c || die
|
||||
rm test/lsan/TestCases/Linux/fork_and_leak.cc || die
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -82,8 +82,7 @@ src_prepare() {
|
||||
# remove tests that are (still) broken by new glibc
|
||||
# https://bugs.llvm.org/show_bug.cgi?id=36065
|
||||
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
|
||||
rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die
|
||||
rm test/msan/dtls_test.c || die
|
||||
rm test/lsan/TestCases/Linux/fork_and_leak.cc || die
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -81,8 +81,7 @@ src_prepare() {
|
||||
# remove tests that are (still) broken by new glibc
|
||||
# https://bugs.llvm.org/show_bug.cgi?id=36065
|
||||
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
|
||||
rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die
|
||||
rm test/msan/dtls_test.c || die
|
||||
rm test/lsan/TestCases/Linux/fork_and_leak.cc || die
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user