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/

Re: RFR: 8233559 [TESTBUG] TestNimbusOverride.java is failing on macos

2020-05-19 Thread Tejpal Rebari
Hi Pankaj, > On 19-May-2020, at 9:52 AM, Pankaj Bansal wrote: > > < > Actually I meant to ask if you have tried to run the test in group with other > tests. The test may be passing when run as individual test, but may again > start failing when run in nightly after removing from ProblemList.