Re: RFR: 8233553 [TESTBUG] JSpinner test bug4973721.java fails on MacOS

2020-05-19 Thread Prasanta Sadhukhan
looks ok to me. But you need to rectify code-formatting before pushing 88 try { listener.wait(5000); } 89 catch (InterruptedException e) {} 90 } as try { } catch () {} 128 if (frame != null) 129 SwingUtilities.invokeAndWait(() -> frame.dispose()); Please add curly braces

RFR: 8233553 [TESTBUG] JSpinner test bug4973721.java fails on MacOS

2020-05-19 Thread Tejpal Rebari
Hi All, Please review the following test only fix for jdk15. Bug: https://bugs.openjdk.java.net/browse/JDK-8233553 Webrev : http://cr.openjdk.java.net/~trebari/swing/8233553/webrev00/