JDK-8298402 : ProblemList javax/swing/JFileChooser/4847375/bug4847375.java on windows-x64
  • Type: Sub-task
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2022-12-08
  • Updated: 2022-12-12
  • Resolved: 2022-12-08
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 JDK 21
20 masterFixed 21Fixed
Description
In order to reduce noise in the JDK20 CI, I'm ProblemListing:

javax/swing/JFileChooser/4847375/bug4847375.java

on windows-x64.
Comments
Changeset: 553ba65d Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-12-08 20:19:18 +0000 URL: https://git.openjdk.org/jdk20/commit/553ba65dc44b601e048c53cd1c48d668de9dcf1e
08-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk20/pull/1 Date: 2022-12-08 18:06:58 +0000
08-12-2022

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 8edd5818c96..d94e0b77c0b 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -672,6 +672,7 @@ 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 +javax/swing/JFileChooser/4847375/bug4847375.java 8293862 windows-x64 java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java 8280392 windows-x64 java/awt/Mixing/AWT_Mixing/OpaqueOverlapping.java 8294264 windows-x64 java/awt/Mixing/AWT_Mixing/ViewportOverlapping.java 8253184,8295813 windows-x64
08-12-2022