JDK-8341235 : Improve default instruction frame title in PassFailJFrame
  • Type: Enhancement
  • Component: client-libs
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-09-30
  • Updated: 2024-11-05
  • Resolved: 2024-10-07
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 11 JDK 17 JDK 21 JDK 23 JDK 24 JDK 8
11.0.26-oracleFixed 17.0.14-oracleFixed 21.0.6-oracleFixed 23.0.2Fixed 24 b19Fixed 8u441Fixed
Related Reports
Relates :  
Relates :  
Description
The default title for the instruction frame is "Test Instruction Frame".

Most tests change this default to "Test Instructions" which describes the content and purpose of the frame better.

At the same time, jtreg has a property which describes the test name. Thus, the title could be more specific: "<testName.java> - Test Instructions".
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1121 Date: 2024-11-04 09:12:24 +0000
04-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/3026 Date: 2024-11-04 09:13:45 +0000
04-11-2024

Fix request [17u,21u] I backport this for parity with 17.0.14-oracle,21.0.6-oracle. No risk, only a test change Clean backport. Executed a test using PassFailJFrame to check.
04-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk23u/pull/178 Date: 2024-10-15 10:59:23 +0000
15-10-2024

Fix Request for 23u An improvement which displays the test name in PassFailJFrame if the default title isn't modified and the test is run with jtreg. Risk: Low
07-10-2024

Changeset: 4ba170c4 Branch: master Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2024-10-07 12:45:04 +0000 URL: https://git.openjdk.org/jdk/commit/4ba170c403ae85576f84dafd4a157ba0db99873f
07-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21320 Date: 2024-10-03 07:49:22 +0000
03-10-2024