On Mon, 28 Mar 2022 08:44:00 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> test/jdk/javax/swing/JInternalFrame/Test6325652.java test was failing in > macos in Aqua L&F due to nonsupport in macos of such shortcuts Ctrl+F5 to > restore or Ctrl+F9 to iconify. Keyboard->Shortcut in macos System->Preference > do not have these shortcut usage. > https://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html > also does not talk of these shortcut support as standard. > So, removed this test from macos run. Marked as reviewed by serb (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7985