commit: 5cd7e848f2d2dd9b0b5b972418e3638f42f9d030
Author: Paolo Pedroni <PPed72 <AT> users <DOT> noreply <DOT> github <DOT>
com>
AuthorDate: Wed Mar 9 10:56:33 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 08:04:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd7e848
dev-utils/strace: skip flaky -k test #545812 in stable
Already fixed in 4.10. Apply same fix to current stable.
dev-util/strace/strace-4.9.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-util/strace/strace-4.9.ebuild
b/dev-util/strace/strace-4.9.ebuild
index 5fd2fd6..b3ef07d 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() {