On Wed, 25 May 2022 02:55:53 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> test/jdk/javax/swing/plaf/aqua/CustomComboBoxFocusTest.java line 64:
>>
>>> 62:
>>> 63: public static void main(String[] args) throws Exception {
>>> 64: if (!System.getProperty("os.name").toLowerCase().contains("os
>>> x")) {
>>
>> @prsadhuk Since the tag **@requires (os.family == "mac")** is added, is this
>> check necessary or is it added for standalone testing purpose?
>
> Yes for standalone testing for which I also removed dependancy on jtreg
> Platform class
Any reviewers please?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8864