JDK-8306711 : Improve diagnosis of `IntlTest` framework
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.text
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-04-24
  • Updated: 2023-05-04
  • Resolved: 2023-04-28
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 21
21 b21Fixed
Related Reports
Relates :  
Description
The test framework is used in java.text tests. While it is useful, analysing the output from the framework is difficult, as not much information is logged. For example, 

https://bugs.openjdk.org/browse/JDK-8305853

The log does not even record the actual exception thrown, let alone the thread dump, etc.
Comments
Changeset: f3c90f04 Author: Justin Lu <jlu@openjdk.org> Date: 2023-04-28 00:16:29 +0000 URL: https://git.openjdk.org/jdk/commit/f3c90f0445df359a8bc03630fc5cde2843bbfef1
28-04-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13655 Date: 2023-04-25 20:28:33 +0000
25-04-2023