diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2023-05-15 16:42:41 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-09-27 08:57:56 +0200 |
commit | 4a8a6be8344c5cee981da5a5a3bc3d908a8230bc (patch) | |
tree | cc0e0da3d7d35923eacf364049e56d6ae1de4590 /dev-java/icu4j | |
parent | java-pkg-simple.eclass: improve test selection for multi-jar packages (diff) | |
download | gentoo-4a8a6be8344c5cee981da5a5a3bc3d908a8230bc.tar.gz gentoo-4a8a6be8344c5cee981da5a5a3bc3d908a8230bc.tar.bz2 gentoo-4a8a6be8344c5cee981da5a5a3bc3d908a8230bc.zip |
dev-java/icu4j: one more "No runnable methods"
Due to a regression from commit 3eb0cfe this test class hasn't been run
before.
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r-- | dev-java/icu4j/icu4j-72.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/icu4j/icu4j-72.1.ebuild b/dev-java/icu4j/icu4j-72.1.ebuild index 6c36773ab3b6..efe703205a6a 100644 --- a/dev-java/icu4j/icu4j-72.1.ebuild +++ b/dev-java/icu4j/icu4j-72.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -65,6 +65,7 @@ JAVA_TEST_EXCLUDES=( "com.ibm.icu.dev.test.stringprep.TestData" # Invalid test class 1. No runnable methods "com.ibm.icu.dev.test.calendar.ChineseTestCase" # Invalid test class 1. Test class should have exactly one public zero-argument constructor "com.ibm.icu.dev.test.calendar.TestCase" # java.lang.IllegalArgumentException: Test class can only have one constructor + "com.ibm.icu.dev.test.message2.TestCase" # Invalid test class - No runnable methods "com.ibm.icu.dev.test.bidi.TestData" # Invalid test class 1. Test class should have exactly one public constructor # following kills 98 tests and and avoids 9 test failures # coverage tests fail because test handlers for the parametrized tests are not defined so the tests are broken and cannot succeed |