From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-posix/
Date: Wed, 24 Aug 2022 17:22:12 +0000 (UTC) [thread overview]
Message-ID: <1661361729.4a1ae2f864044003ca7e3d11b46681d5bb179534.fordfrog@gentoo> (raw)
commit: 4a1ae2f864044003ca7e3d11b46681d5bb179534
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Aug 24 06:39:26 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 17:22:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1ae2f8
dev-java/jnr-posix: ignore one test on ppc64
Ignore testMessageHdrMultipleControl
https://github.com/jnr/jnr-posix/issues/178
Closes: https://bugs.gentoo.org/866199
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/26995
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jnr-posix/jnr-posix-3.1.15.ebuild | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dev-java/jnr-posix/jnr-posix-3.1.15.ebuild b/dev-java/jnr-posix/jnr-posix-3.1.15.ebuild
index 3f90b95f3507..4ca0c477f1f2 100644
--- a/dev-java/jnr-posix/jnr-posix-3.1.15.ebuild
+++ b/dev-java/jnr-posix/jnr-posix-3.1.15.ebuild
@@ -39,6 +39,16 @@ JAVA_TEST_GENTOO_CLASSPATH="junit-4"
JAVA_TEST_SRC_DIR="src/test/java"
src_test() {
+ if use ppc64; then
+ # Ignore testMessageHdrMultipleControl
+ # https://bugs.gentoo.org/866199
+ # https://github.com/jnr/jnr-posix/issues/178
+ sed \
+ -e '/testMessageHdrMultipleControl/i @Ignore' \
+ -e '/import org.junit.Test/a import org.junit.Ignore;' \
+ -i src/test/java/jnr/posix/LinuxPOSIXTest.java || die
+ fi
+
JAVA_TEST_EXCLUDES=(
# https://github.com/jnr/jnr-posix/blob/jnr-posix-3.1.15/pom.xml#L185
# <exclude>**/windows/*Test.java</exclude>
next reply other threads:[~2022-08-24 17:22 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 17:22 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 6:13 [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-posix/ Miroslav Šulc
2025-01-14 12:24 Sam James
2025-01-14 12:07 Sam James
2025-01-14 12:07 Sam James
2024-12-16 14:27 Miroslav Šulc
2023-04-09 19:24 Arthur Zamarin
2023-04-09 19:09 Arthur Zamarin
2023-04-09 19:09 Arthur Zamarin
2023-03-29 11:33 Sam James
2023-02-27 8:57 Florian Schmaus
2022-09-02 17:24 Arthur Zamarin
2022-08-24 17:23 Arthur Zamarin
2022-07-09 9:37 Arthur Zamarin
2022-07-08 6:45 Agostino Sarubbo
2022-07-08 6:43 Agostino Sarubbo
2022-01-10 19:10 Arthur Zamarin
2022-01-02 8:07 Miroslav Šulc
2021-12-31 9:37 Arthur Zamarin
2021-11-26 19:07 Arthur Zamarin
2021-11-25 4:15 Sam James
2021-11-25 4:14 Sam James
2021-11-25 4:11 Sam James
2021-11-19 7:24 Arthur Zamarin
2021-11-13 8:29 Sam James
2017-07-17 11:30 Alexis Ballier
2016-10-30 20:29 James Le Cuirot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1661361729.4a1ae2f864044003ca7e3d11b46681d5bb179534.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox