JDK-8308909 : ProblemList sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java on linux-x64
  • Type: Sub-task
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2023-05-25
  • Updated: 2023-09-28
  • Resolved: 2023-05-25
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 b25Fixed
Description
In order to reduce the noise in the JDK21 CI, I'm ProblemListing:

sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java

on linux-x64. We've reached 11 sightings of this failure so it is past time
to ProblemList the test.
Comments
Changeset: ee321c70 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-05-25 21:35:50 +0000 URL: https://git.openjdk.org/jdk/commit/ee321c70e57669fa88fb41afb6dc1832cfa36e71
25-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14163 Date: 2023-05-25 21:21:18 +0000
25-05-2023

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 51670926e1b..faf90c43686 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -460,6 +460,7 @@ java/awt/GraphicsDevice/DisplayModes/UnknownRefrshRateTest.java 8286436 macosx-a java/awt/image/multiresolution/MultiresolutionIconTest.java 8291979 linux-x64,windows-all java/awt/event/SequencedEvent/MultipleContextsFunctionalTest.java 8305061 macosx-x64 java/awt/Toolkit/GetScreenInsetsCustomGC/GetScreenInsetsCustomGC.java 8308875 linux-x64 +sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java 8301177 linux-x64 ############################################################################
25-05-2023