Re: RFR: 8233641: [TESTBUG] JMenuItem test bug4171437.java fails on macos

2020-11-02 Thread Jayathirth D V
On Thu, 29 Oct 2020 05:09:24 GMT, Prasanta Sadhukhan wrote: > Please review a test fix for a test issue seen to be failing on mach5 macos > systems due to timing issue. > Modified the test to modify setAutoDelay() time, added delay() after frame is > made visible and moved the frame to centre

Re: RFR: 8233641: [TESTBUG] JMenuItem test bug4171437.java fails on macos

2020-11-02 Thread Jayathirth D V
On Mon, 2 Nov 2020 03:39:18 GMT, Jayathirth D V wrote: >> Please ask @jayathirthrao, who was able to reproduce this bug on the local >> system, about approval. > > I tested with or without fix in my local system with all the settings that we > do for jtreg tests but still it fails in my

Re: RFR: 8233641: [TESTBUG] JMenuItem test bug4171437.java fails on macos

2020-11-01 Thread Jayathirth D V
On Thu, 29 Oct 2020 05:36:47 GMT, Sergey Bylokhov wrote: >> Please review a test fix for a test issue seen to be failing on mach5 macos >> systems due to timing issue. >> Modified the test to modify setAutoDelay() time, added delay() after frame >> is made visible and moved the frame to centre

Re: RFR: 8233641: [TESTBUG] JMenuItem test bug4171437.java fails on macos

2020-10-28 Thread Sergey Bylokhov
On Thu, 29 Oct 2020 05:09:24 GMT, Prasanta Sadhukhan wrote: > Please review a test fix for a test issue seen to be failing on mach5 macos > systems due to timing issue. > Modified the test to modify setAutoDelay() time, added delay() after frame is > made visible and moved the frame to centre

RFR: 8233641: [TESTBUG] JMenuItem test bug4171437.java fails on macos

2020-10-28 Thread Prasanta Sadhukhan
Please review a test fix for a test issue seen to be failing on mach5 macos systems due to timing issue. Modified the test to modify setAutoDelay() time, added delay() after frame is made visible and moved the frame to centre of screen. Mach5 job has been run for several iterations in all