JDK-8305966 : ProblemList com/sun/jdi/JdbLastErrorTest.java on windows-x64
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2023-04-13
  • Updated: 2023-04-20
  • Resolved: 2023-04-13
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 b19Fixed
Description
In order to reduce noise in the JDK21 CI, I'm ProblemListing:

com/sun/jdi/JdbLastErrorTest.java

on windows-x64.
Comments
Changeset: 1385c3d2 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-04-13 15:50:24 +0000 URL: https://git.openjdk.org/jdk/commit/1385c3d2f10357ac75a715cc9db0d94e16236889
13-04-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13465 Date: 2023-04-13 15:41:28 +0000
13-04-2023

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 5ff960b24ae..4897c11fc3f 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -694,6 +694,8 @@ com/sun/jdi/InvokeHangTest.java 8218463 linux-al com/sun/jdi/AfterThreadDeathTest.java 8232839 linux-all +com/sun/jdi/JdbLastErrorTest.java 8305913 windows-x64 + ############################################################################ # jdk_time
13-04-2023