JDK-8318689 : jtreg is confused when folder name is the same as the test name
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.security
  • Affected Version: 17,21,22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-10-23
  • Updated: 2023-12-22
  • Resolved: 2023-10-26
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.

To download the current JDK release, click here.
JDK 17 JDK 21 JDK 22
17.0.11-oracleFixed 21.0.3-oracleFixed 22 b22Fixed
Related Reports
Relates :  
Description
Inside `test/jdk/javax/security/auth/Subject`, there is a `DoAs.java` and a `doAs` folder. When `-retain:all` is added, `.jtr` files for tests inside the `doAs` folder are not generated (in fact, generated and then removed when `DoAs.java` is executed). This is macOS where the filesystem is case-insensitive.
Comments
Fix request [17u,21u] I backport this for parity with 17.0.11-oracle, 21.0.3-oracle. No risk, only a test change. Clean backport. 17: resovled copyright. Test passes. SAP nightly testing passed.
22-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/87 Date: 2023-12-21 16:36:51 +0000
21-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/2072 Date: 2023-12-21 16:19:30 +0000
21-12-2023

Changeset: a9b31b58 Author: Weijun Wang <weijun@openjdk.org> Date: 2023-10-26 16:40:33 +0000 URL: https://git.openjdk.org/jdk/commit/a9b31b587c7487b2222773debde1ce2227884959
26-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16323 Date: 2023-10-23 21:07:09 +0000
23-10-2023