Hello Prasanta,

The testcase is showing a JFileChooser. So, we have to use invokeLater or show it directly. If I am not wrong, using invokeAndWait will create deadlock situation.

Regards,

Pankaj


On 01/06/20 12:12 PM, Prasanta Sadhukhan wrote:
I think for better test stability, we should also modify invokeLater to invokeAndWait() to be more deterministic.

Regards
Prasanta
On 30-May-20 11:25 PM, Pankaj Bansal wrote:
Hi All,

Please review the following test only fix for jdk15.

Bug : https://bugs.openjdk.java.net/browse/JDK-8196094

webrev: http://cr.openjdk.java.net/~pbansal/8196094/webrev00 <http://cr.openjdk.java.net/%7Epbansal/8196094/webrev00>

This test was added to the ProblemList as it was failing continuously.
I have made some changes to add some delay in Robot at few places to stabilize the test. I have run multiple iterations of the test on mach5 and it is always passing. Links in JBS.

Regards
Pankaj


Reply via email to