JDK-8297529 : ProblemList javax/swing/JFileChooser/8046391/bug8046391.java on windows-x64
  • Type: Sub-task
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-11-23
  • Updated: 2022-11-24
  • Resolved: 2022-11-23
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 20
20 b25Fixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

javax/swing/JFileChooser/8046391/bug8046391.java

on windows-x64.
Comments
Changeset: 53251454 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-11-23 20:55:10 +0000 URL: https://git.openjdk.org/jdk/commit/53251454df5004ac9eac6799db9b9640277bee05
23-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11333 Date: 2022-11-23 20:47:51 +0000
23-11-2022

Here's a context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 0ec60c9411f..d730490000a 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -670,6 +670,7 @@ java/awt/image/multiresolution/MultiResolutionJOptionPaneIconTest.java 8274106 m javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java 8274106 macosx-aarch64 java/awt/Mouse/EnterExitEvents/DragWindowTest.java 8297296 macosx-all +javax/swing/JFileChooser/8046391/bug8046391.java 8293862 windows-x64 sanity/client/SwingSet/src/ToolTipDemoTest.java 8293001 linux-all sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java 8265770 macosx-all
23-11-2022