JDK-8212562 : To remove lib/security from test/jdk/TEST.groups
Type:Bug
Component:security-libs
Sub-Component:java.security
Affected Version:12
Priority:P4
Status:Closed
Resolution:Fixed
Submitted:2018-10-17
Updated:2020-02-24
Resolved:2018-10-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Directory test/jdk/lib/security is no longer exist (JDK-8211971), and lib/security should be removed from test/jdk/TEST.groups.
test/jdk/TEST.groups: group jdk_security3: file not found: lib/security
Comments
Not having this fix results in the error output mentioned in the description (test/jdk/TEST.groups: group jdk_security3: file not found: lib/security), when running jtreg tests for "jdk".
But since no test is actually failing, I'm not insisting to get it into 11u. It falls into the category of test fixing.
29-05-2019
Can this really be critical but P4? What does it affect?
29-05-2019
Fix Request:
As JDK-8211971 was brought to JDK 11.0.4, this cleanup of the test groups needs to be backported as well. Patch applies cleanly.