sys-libs/compiler-rt-sanitizers: Remove obsolete test removal in 10+
authorMichał Górny <mgorny@gentoo.org>
Sun, 16 Feb 2020 08:05:41 +0000 (09:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 16 Feb 2020 11:40:59 +0000 (12:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.9999.ebuild
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0_rc2.ebuild
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.0.9999.ebuild

index 7105d178622799766d337f1822485e690657086b..593a9a3363c3f13a67c6908549810322e6a3c1f6 100644 (file)
@@ -60,18 +60,6 @@ pkg_setup() {
        python-any-r1_pkg_setup
 }
 
-src_prepare() {
-       cmake-utils_src_prepare
-
-       if use test; then
-               # 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.cpp || die
-               fi
-       fi
-}
-
 src_configure() {
        # pre-set since we need to pass it to cmake
        BUILD_DIR=${WORKDIR}/compiler-rt_build
index 7105d178622799766d337f1822485e690657086b..593a9a3363c3f13a67c6908549810322e6a3c1f6 100644 (file)
@@ -60,18 +60,6 @@ pkg_setup() {
        python-any-r1_pkg_setup
 }
 
-src_prepare() {
-       cmake-utils_src_prepare
-
-       if use test; then
-               # 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.cpp || die
-               fi
-       fi
-}
-
 src_configure() {
        # pre-set since we need to pass it to cmake
        BUILD_DIR=${WORKDIR}/compiler-rt_build
index 7105d178622799766d337f1822485e690657086b..593a9a3363c3f13a67c6908549810322e6a3c1f6 100644 (file)
@@ -60,18 +60,6 @@ pkg_setup() {
        python-any-r1_pkg_setup
 }
 
-src_prepare() {
-       cmake-utils_src_prepare
-
-       if use test; then
-               # 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.cpp || die
-               fi
-       fi
-}
-
 src_configure() {
        # pre-set since we need to pass it to cmake
        BUILD_DIR=${WORKDIR}/compiler-rt_build