RFR: 8245181: TreeTableViewTest > test_rt35039_resetRootChildren logs an exception

2020-05-19 Thread Ajit Ghaisas
Issue : https://bugs.openjdk.java.net/browse/JDK-8245181 Root cause : The exception just gets logged and does not result in test failure. Fix : Added the mechanism to catch and handle UncaughtException. Test test_rt35039_resetRootChildren fails with this mechanism. Fixed the test failure by addi

Re: RFR: 8245181: TreeTableViewTest > test_rt35039_resetRootChildren logs an exception

2020-05-19 Thread Ajit Ghaisas
On Tue, 19 May 2020 10:25:24 GMT, Ajit Ghaisas wrote: > Issue : https://bugs.openjdk.java.net/browse/JDK-8245181 > > Root cause : The exception just gets logged and does not result in test > failure. > > Fix : Added the mechanism to catch and handle UncaughtException. Test > test_rt35039_rese

Re: RFR: 8245181: TreeTableViewTest > test_rt35039_resetRootChildren logs an exception

2020-05-19 Thread Kevin Rushforth
On Tue, 19 May 2020 10:29:12 GMT, Ajit Ghaisas wrote: >> Issue : https://bugs.openjdk.java.net/browse/JDK-8245181 >> >> Root cause : The exception just gets logged and does not result in test >> failure. >> >> Fix : Added the mechanism to catch and handle UncaughtException. Test >> test_rt350

Re: RFR: 8245181: TreeTableViewTest > test_rt35039_resetRootChildren logs an exception

2020-05-21 Thread Ambarish Rapte
On Tue, 19 May 2020 10:25:24 GMT, Ajit Ghaisas wrote: > Issue : https://bugs.openjdk.java.net/browse/JDK-8245181 > > Root cause : The exception just gets logged and does not result in test > failure. > > Fix : Added the mechanism to catch and handle UncaughtException. Test > test_rt35039_rese

Re: RFR: 8245181: TreeTableViewTest > test_rt35039_resetRootChildren logs an exception

2020-05-22 Thread Ajit Ghaisas
On Thu, 21 May 2020 17:21:38 GMT, Ambarish Rapte wrote: >> Issue : https://bugs.openjdk.java.net/browse/JDK-8245181 >> >> Root cause : The exception just gets logged and does not result in test >> failure. >> >> Fix : Added the mechanism to catch and handle UncaughtException. Test >> test_rt3

Re: RFR: 8245181: TreeTableViewTest > test_rt35039_resetRootChildren logs an exception

2020-07-23 Thread Kevin Rushforth
On Tue, 19 May 2020 10:29:12 GMT, Ajit Ghaisas wrote: >> Issue : https://bugs.openjdk.java.net/browse/JDK-8245181 >> >> Root cause : The exception just gets logged and does not result in test >> failure. >> >> Fix : Added the mechanism to catch and handle UncaughtException. Test >> test_rt350

Re: RFR: 8245181: TreeTableViewTest > test_rt35039_resetRootChildren logs an exception

2020-07-23 Thread Ajit Ghaisas
On Thu, 23 Jul 2020 17:53:24 GMT, Kevin Rushforth wrote: >> I completed the work with an incorrect branch name. I will continue using >> this branch only for this fix. > > @aghaisas Is this PR still relevant? If not, then go ahead and close it. This test does not throw exception anymore after J