Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-04 Thread Sergey Bylokhov
On Thu, 4 Mar 2021 17:21:43 GMT, Alexander Zuev wrote: >> test/jdk/javax/swing/JComponent/7154030/bug7154030.java line 115: >> >>> 113: Graphics g = fullScreen.getGraphics(); >>> 114: g.setColor(Color.RED); >>> 115: g.drawRect(locx - 1, locy - 1, frw + 1, frh

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-04 Thread Alexander Zuev
On Thu, 4 Mar 2021 02:56:05 GMT, Prasanta Sadhukhan wrote: >> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Moved checking block up to keep consistency of operations. > >

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-03 Thread Prasanta Sadhukhan
On Wed, 3 Mar 2021 05:14:11 GMT, Alexander Zuev wrote: >> 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with >> "Exception: Failed to hide opaque button" > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: >

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-03 Thread Alexander Zvegintsev
On Wed, 3 Mar 2021 05:14:11 GMT, Alexander Zuev wrote: >> 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with >> "Exception: Failed to hide opaque button" > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: >

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-03 Thread Alexey Ivanov
On Wed, 3 Mar 2021 05:14:11 GMT, Alexander Zuev wrote: >> 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with >> "Exception: Failed to hide opaque button" > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: >

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-02 Thread Alexander Zuev
On Wed, 3 Mar 2021 06:31:44 GMT, Sergey Bylokhov wrote: >> The problem is that i tried to reproduce this behavior locally on Ubuntu >> running this test (and the simplified version of it) literally millions of >> times. The only time it fails is when it is run on mach5 and even then it >>

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-02 Thread Sergey Bylokhov
On Tue, 2 Mar 2021 22:08:48 GMT, Alexander Zuev wrote: >> test/jdk/javax/swing/JComponent/7154030/bug7154030.java line 101: >> >>> 99: >>> 100: robot.waitForIdle(1000); >>> 101: robot.delay(1000); >> >> I doubt that this is a test issue, 2 seconds was not enough to

Re: RFR: 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button" [v3]

2021-03-02 Thread Alexander Zuev
> 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with > "Exception: Failed to hide opaque button" Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision: Moved checking block up to keep consistency of operations.