Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 869161 - dev-java/jul-to-slf4j-2.0.0: has JAVA_TEST_EXCLUDES for unresolved test failures
Summary: dev-java/jul-to-slf4j-2.0.0: has JAVA_TEST_EXCLUDES for unresolved test failures
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Java-test-failures
  Show dependency tree
 
Reported: 2022-09-08 10:02 UTC by Volkmar W. Pogatzki
Modified: 2022-10-04 08:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log with no tests suppressed (build.log,49.15 KB, text/plain)
2022-09-08 10:02 UTC, Volkmar W. Pogatzki
Details

Note You need to log in before you can comment on or make changes to this bug.
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