On Wed, 15 Oct 2025 01:33:11 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> Opensourcing few tests
>
> Prasanta Sadhukhan has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Frame title
test/jdk/java/awt/Choice/SelectBetweenPressRelease.java line 70:
> 68:
> 69: addListener();
> 70: frame.setSize (200,200);
Suggestion:
frame.setSize(200, 200);
test/jdk/java/awt/Choice/SelectBetweenPressRelease.java line 102:
> 100:
> 101: // try to hit the first item
> 102: if(System.getProperty("os.name").startsWith("Mac")) {
Suggestion:
if (System.getProperty("os.name").startsWith("Mac")) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2431653421
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2431653908