RFR: 8226933: [TEST_BUG]GTK L&F: There is no swatches or RGB tab in JColorChooser [v4]

Alexey Ivanov aivanov at openjdk.org
Tue Sep 17 19:34:08 UTC 2024


On Fri, 6 Sep 2024 11:37:10 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> There is no Swatches tab available for GTK Look and Feel due to the different ColorChooser UI design. Updated the test instructions.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove print statement

Marked as reviewed by aivanov (Reviewer).

test/jdk/javax/swing/JColorChooser/Test4887836.java line 35:

> 33:  * @bug 4887836
> 34:  * @library /java/awt/regtesthelpers /test/lib
> 35:  * @build PassFailJFrame

You may explicitly mention `jtreg.SkippedException` in the `@build` tag.
Suggestion:

 * @build PassFailJFrame jtreg.SkippedException

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

PR Review: https://git.openjdk.org/jdk/pull/20867#pullrequestreview-2310671748
PR Review Comment: https://git.openjdk.org/jdk/pull/20867#discussion_r1763794387


More information about the client-libs-dev mailing list