On Mon, 7 Feb 2022 10:48:03 GMT, Artem Semenov <aseme...@openjdk.org> wrote:
>> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added @key headful > > test/jdk/javax/accessibility/JSlider/JSliderAccessibilityTest.java line 68: > >> 66: frame.setLocationRelativeTo(null); >> 67: frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); >> 68: frame.setVisible(true); > > Please add instructions to the test on how to take it on all intended > platforms. And also when to consider that the test is passed correctly. @savoptik this is automated test. Are you suggesting me to change the test to manual ? ------------- PR: https://git.openjdk.java.net/jdk/pull/7355