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:
Michał Górny
2019-02-13 11:33:41 +01:00
parent 4724b2abf9
commit fb699dd10c
3 changed files with 3 additions and 6 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}