summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorPaolo Pedroni <PPed72@users.noreply.github.com>2016-03-09 11:56:33 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-03-10 08:04:23 +0000
commit5cd7e848f2d2dd9b0b5b972418e3638f42f9d030 (patch)
tree2af285fe204aadb93c913686a1a2cbb41d15dfce /dev-util
parent5effcf82c0789805739b4f7c3c29a4b57606cb67 (diff)
downloadgentoo-5cd7e848f2d2dd9b0b5b972418e3638f42f9d030.tar.gz
gentoo-5cd7e848f2d2dd9b0b5b972418e3638f42f9d030.tar.xz
dev-utils/strace: skip flaky -k test #545812 in stable
Already fixed in 4.10. Apply same fix to current stable.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/strace/strace-4.9.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild
index 5fd2fd6c1a9..b3ef07df7aa 100644
--- a/dev-util/strace/strace-4.9.ebuild
+++ b/dev-util/strace/strace-4.9.ebuild
@@ -40,6 +40,9 @@ src_prepare() {
use static && append-ldflags -static
export ac_cv_header_libaio_h=$(usex aio)
+
+ # Stub out the -k test since it's known to be flaky. #545812
+ sed -i '1iexit 77' tests*/strace-k.test ||die
}
src_configure() {