commit:     64778250841a37a85fa280a5008e1f7614a193ec
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 08:47:36 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 08:47:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64778250

dev-java/jide-oss: added comment to the failing test in 3.7.12

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jide-oss/jide-oss-3.7.12.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-java/jide-oss/jide-oss-3.7.12.ebuild 
b/dev-java/jide-oss/jide-oss-3.7.12.ebuild
index 28262952b29..6445ab563a0 100644
--- a/dev-java/jide-oss/jide-oss-3.7.12.ebuild
+++ b/dev-java/jide-oss/jide-oss-3.7.12.ebuild
@@ -41,6 +41,9 @@ JAVA_TEST_EXCLUDES=(
        "com.jidesoft.swing.CornerScrollerVisualTest" # No runnable methods
        "com.jidesoft.swing.TestResizableWindow" # No runnable methods
        "com.jidesoft.utils.TestCacheArray" # No runnable methods
+       # junit.framework.AssertionFailedError: expected:<0> but was:<100>
+       # probably the test is wrong as a cache entry is created for each font 
size
+       # and each iteration creates a new font size
        "com.jidesoft.utils.TestFontUtils"
 )
 

Reply via email to