RFR: 8286846: test/jdk/javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on mac aarch64
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Mon May 30 07:18:31 UTC 2022
On Wed, 25 May 2022 02:55:53 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> 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
More information about the client-libs-dev
mailing list