JDK-8315879 : ProblemList java/awt/PopupMenu/PopupMenuLocation.java on macosx-aarch64
  • Type: Sub-task
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-07
  • Updated: 2023-09-07
  • Resolved: 2023-09-07
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 22
22 masterFixed
Description
In order to reduce the noise in the JDK22 CI, I'm ProblemListing:

java/awt/PopupMenu/PopupMenuLocation.java

on macosx-aarch64. The test is already ProblemListed on windows-all.
Comments
Changeset: 7e7ab6ee Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-09-07 20:10:00 +0000 URL: https://git.openjdk.org/jdk/commit/7e7ab6ee1bfd05de6ca9aa690cf3349f9a3a19da
07-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15627 Date: 2023-09-07 19:17:42 +0000
07-09-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 ccd202775c0..2df4bfb779a 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -437,7 +437,7 @@ java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java 8233568 m java/awt/event/KeyEvent/DeadKey/DeadKeyMacOSXInputText.java 8233568 macosx-all java/awt/event/KeyEvent/DeadKey/deadKeyMacOSX.java 8233568 macosx-all java/awt/TrayIcon/RightClickWhenBalloonDisplayed/RightClickWhenBalloonDisplayed.java 8238720 windows-all -java/awt/PopupMenu/PopupMenuLocation.java 8238720 windows-all +java/awt/PopupMenu/PopupMenuLocation.java 8238720,8315878 windows-all,macosx-aarch64 java/awt/GridLayout/ComponentPreferredSize/ComponentPreferredSize.java 8238720 windows-all java/awt/GridLayout/ChangeGridSize/ChangeGridSize.java 8238720 windows-all java/awt/event/MouseEvent/FrameMouseEventAbsoluteCoordsTest/FrameMouseEventAbsoluteCoordsTest.java 8238720 windows-all
07-09-2023