public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/fontbox/
Date: Wed, 20 Apr 2022 07:14:16 +0000 (UTC)	[thread overview]
Message-ID: <1650438704.4edf114d54e41143aaef05be9546d813cc0b4b5d.fordfrog@gentoo> (raw)

commit:     4edf114d54e41143aaef05be9546d813cc0b4b5d
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Apr 19 07:42:00 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 07:11:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edf114d

dev-java/fontbox: skip test classes without tests

Closes: https://bugs.gentoo.org/803503

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25100
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/fontbox/fontbox-1.7.1-r2.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-java/fontbox/fontbox-1.7.1-r2.ebuild b/dev-java/fontbox/fontbox-1.7.1-r2.ebuild
index 0f32b29e1928..6125efbc8ddb 100644
--- a/dev-java/fontbox/fontbox-1.7.1-r2.ebuild
+++ b/dev-java/fontbox/fontbox-1.7.1-r2.ebuild
@@ -42,6 +42,14 @@ src_prepare() {
 }
 
 src_test() {
+	# junit.framework.AssertionFailedError:
+	# No tests found in org.apache.fontbox.cff.Type1CharStringTest
+	rm src/test/java/org/apache/fontbox/cff/Type1CharStringTest.java || die
+
+	# junit.framework.AssertionFailedError:
+	# No tests found in org.apache.fontbox.cff.Type1FontUtilTest
+	rm src/test/java/org/apache/fontbox/cff/Type1FontUtilTest.java || die
+
 	java-pkg-2_src_test
 }
 


             reply	other threads:[~2022-04-20  7:14 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20  7:14 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30 19:41 [gentoo-commits] repo/gentoo:master commit in: dev-java/fontbox/ Florian Schmaus
2024-12-24  8:45 Sam James
2024-12-11  0:57 Sam James
2024-12-10 15:22 Sam James
2024-11-11  7:38 Miroslav Šulc
2023-01-27  8:36 Miroslav Šulc
2023-01-26 22:19 Sam James
2023-01-26 21:49 Sam James
2023-01-26 21:49 Sam James
2023-01-26 21:49 Sam James
2022-12-27 19:52 Florian Schmaus
2022-06-23  3:56 Miroslav Šulc
2022-06-22 13:25 Agostino Sarubbo
2022-06-22 13:12 Jakov Smolić
2022-06-22 11:40 Jakov Smolić
2022-05-22 17:57 Florian Schmaus
2022-02-20 10:29 Miroslav Šulc
2022-02-20 10:08 Miroslav Šulc
2021-12-11  7:31 Miroslav Šulc
2021-08-23 22:16 Agostino Sarubbo
2021-08-23 10:47 Agostino Sarubbo
2021-08-23  5:35 Sam James
2021-07-23  5:40 Miroslav Šulc
2018-05-27 21:02 Patrice Clement
2018-05-27 21:02 Patrice Clement
2018-04-08 18:37 James Le Cuirot
2017-07-13 17:27 Alexis Ballier
2016-03-15  7:06 James Le Cuirot
2016-02-25 22:06 James Le Cuirot
2016-02-20 21:01 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=1650438704.4edf114d54e41143aaef05be9546d813cc0b4b5d.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