RFR: 8367790: Remove java/awt/PopupMenu/PopupMenuLocation.java from ProblemList

Damon Nguyen dnguyen at openjdk.org
Tue Sep 16 21:50:01 UTC 2025


On Tue, 16 Sep 2025 10:41:31 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> The test previously failed due to an infrastructure issue rather than an issue to the test or bug in the JDK. I have removed the test from the ProblemList and ran the test on all OS's with 100 repeats. All runs pass.
>
> test/jdk/ProblemList.txt line 478:
> 
>> 476: java/awt/PopupMenu/PopupMenuLocation.java 8259913,8315878 windows-all,macosx-aarch64
>> 477: java/awt/GridLayout/ComponentPreferredSize/ComponentPreferredSize.java 8238720,8324782 windows-all,macosx-all
>> 478: java/awt/GridLayout/ChangeGridSize/ChangeGridSize.java   8238720,8324782 windows-all,macosx-all
> 
> [JDK-8259913](https://bugs.openjdk.org/browse/JDK-8259913) with `windows-all` has to stay in the problem list because the test fails on High DPI systems. I ran it locally on a screen with 200%, and the test failed.
> 
> The test may fail on mach5 hosts with High DPI displays too. I guess you were lucky to run the test on a regular display.

Thanks for finding this. I have re-added the entry into the problem list and removed the macosx entry alongside the related issue number. The HiDPI issue seems to already exist and is already assigned so I'll leave that be.

I created a sub-task as suggested and renamed this PR accordingly. I closed the original issue as external.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27206#discussion_r2353731602


More information about the client-libs-dev mailing list