Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 869161

Summary: dev-java/jul-to-slf4j-2.0.0: has JAVA_TEST_EXCLUDES for unresolved test failures
Product: Gentoo Linux Reporter: Volkmar W. Pogatzki <gentoo>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED OBSOLETE    
Severity: normal CC: fordfrog
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 856409    
Attachments: build log with no tests suppressed

Description Volkmar W. Pogatzki 2022-09-08 10:02:17 UTC
Created attachment 803899 [details]
build log with no tests suppressed

GENTOO_VM=openjdk-17  CLASSPATH="" JAVA_HOME="/usr/lib64/openjdk-17"
JAVACFLAGS="-source 1.8 -target 1.8" COMPILER=""

In the ebuild it has:

JAVA_TEST_EXCLUDES=(
    org.slf4j.bridge.SLF4JBridgeHandlerTest
)

Attached is a build log recorded without test excludes.
Comment 1 Volkmar W. Pogatzki 2022-10-04 08:39:41 UTC
Fixed before merge