On Mon, 23 May 2022 17:11:24 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review Comments Fixed: Fixed File location path. > > test/jdk/javax/accessibility/JFileChooserAccessibleDescriptionTest.java line > 89: > >> 87: robot.keyPress(KeyEvent.VK_C); >> 88: robot.keyRelease(KeyEvent.VK_C); >> 89: robot.keyRelease(KeyEvent.VK_ALT); > > What is the purpose of the pressing Alt-C here? Looks like on Mac OS X it > does nothing and when i comment them out the test runs in the same way as > with it. As suggested, I have removed this redundant code and verified it on the windows,mac and linux platforms to be working fine. ------------- PR: https://git.openjdk.java.net/jdk/pull/7738