RFR: 8051591: Test javax/swing/JTabbedPane/8007563/Test8007563.java fails [v4]

Harshitha Onkar honkar at openjdk.org
Sat Sep 7 00:28:08 UTC 2024


On Fri, 6 Sep 2024 05:47:31 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Test was failing on multiple platforms mainly windows and linux and was problemlisted for all platforms. Increased the delay from 200ms to 500 ms to fetch the correct background color using robot. Now test passed for multiple iteration (~50 times) in CI pipeline for all platforms. Wild imports are expanded and test is pulled out of an extra level of folder.
>> Test removed from `Problem-list` file as well.
>> 
>> CI testing link is posted in JBS.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove robot autodelay, modify list variable declaration

LGTM.
Adding a consolidated note listing the JBS ids & corresponding tests related to JTabbedPane background issue in this PR or JBS might be helpful for future reference (avoids scrolling through PR comments).

1. [JDK-8051591](https://bugs.openjdk.org/browse/JDK-8051591) - Test javax/swing/JTabbedPane/8007563/Test8007563.java => test/jdk/javax/swing/JTabbedPane/TestJTabbedPaneBackgroundColor.java
...
so on.

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

Marked as reviewed by honkar (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20791#pullrequestreview-2287290618


More information about the client-libs-dev mailing list