On Tue, 29 Jun 2021 13:26:29 GMT, Artem Semenov <github.com+36081106+savop...@openjdk.org> wrote:
>> test/jdk/java/awt/a11y/AccessibleJComboboxTest.java line 30: >> >>> 28: * @summary Create implementation for NSAccessibilityComboBox protocol >>> peer >>> 29: * @author artem.seme...@jetbrains.com >>> 30: * @run main/manual AccessibleJComboboxTest >> >> On what platforms these tests are supposed to work? > > These tests can be applied wherever a11y support is implemented and running. Even on Linux? I meant if the test will be run on the platform where a11y is not implemented then this will be reported as a bug. So if on some supported platforms these tests will fail it is better to update the "tags" or the problemlist before integration. Otherwise, people will report new bugs after. ------------- PR: https://git.openjdk.java.net/jdk/pull/4412