RFR: 8350224: Deproblemlist javax/swing/JComboBox/TestComboBoxComponentRendering.java

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Feb 18 09:37:10 UTC 2025


On Tue, 18 Feb 2025 07:45:06 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Test is failing in ubuntu 23.x and beyond with expected red pixel not being picked up
> Increase in fontsize increase the possibility of font red pixel being picked up. 
> Test is now passing in ubuntu 24.04 and in CI..

ubuntu 22.04 uses [family=DejaVu Sans,name=DejaVu Sans,style=plain,size=12] font
while
ubuntu 24.x uses [family=Noto Sans,name=Noto Sans,style=plain,size=12]
so it makes sense to use uniform font in the test..

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

PR Comment: https://git.openjdk.org/jdk/pull/23670#issuecomment-2665077036


More information about the client-libs-dev mailing list