Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v4]

2022-04-22 Thread Sergey Bylokhov
On Fri, 22 Apr 2022 17:52:20 GMT, Alexander Zvegintsev wrote: >> The test was failing due to it tried to place windows too close to left top >> corner, so they got shifted from the dock and top panel on Gnome. >> >> Shifting all test windows fixes the issue. >> >> >> Testing is green on all

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v4]

2022-04-22 Thread Phil Race
On Fri, 22 Apr 2022 17:52:20 GMT, Alexander Zvegintsev wrote: >> The test was failing due to it tried to place windows too close to left top >> corner, so they got shifted from the dock and top panel on Gnome. >> >> Shifting all test windows fixes the issue. >> >> >> Testing is green on all

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v4]

2022-04-22 Thread Alexander Zvegintsev
> The test was failing due to it tried to place windows too close to left top > corner, so they got shifted from the dock and top panel on Gnome. > > Shifting all test windows fixes the issue. > > > Testing is green on all platforms. Alexander Zvegintsev has updated the pull request incrementa

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v3]

2022-04-22 Thread Sergey Bylokhov
On Fri, 22 Apr 2022 10:24:18 GMT, Alexander Zvegintsev wrote: >> The test was failing due to it tried to place windows too close to left top >> corner, so they got shifted from the dock and top panel on Gnome. >> >> Shifting all test windows fixes the issue. >> >> >> Testing is green on all

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v2]

2022-04-22 Thread Alexander Zvegintsev
On Fri, 22 Apr 2022 08:20:50 GMT, Prasanta Sadhukhan wrote: > Seems like the test does not finish in standalone mode nor dispose its frame. fixed - PR: https://git.openjdk.java.net/jdk/pull/8326

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v3]

2022-04-22 Thread Alexander Zvegintsev
> The test was failing due to it tried to place windows too close to left top > corner, so they got shifted from the dock and top panel on Gnome. > > Shifting all test windows fixes the issue. > > > Testing is green on all platforms. Alexander Zvegintsev has updated the pull request incrementa

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v2]

2022-04-22 Thread Prasanta Sadhukhan
On Fri, 22 Apr 2022 07:37:09 GMT, Alexander Zvegintsev wrote: >> The test was failing due to it tried to place windows too close to left top >> corner, so they got shifted from the dock and top panel on Gnome. >> >> Shifting all test windows fixes the issue. >> >> >> Testing is green on all

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v2]

2022-04-22 Thread Alexander Zvegintsev
On Fri, 22 Apr 2022 05:17:25 GMT, Prasanta Sadhukhan wrote: > Is it possible to remove the obsolete "Standard Test Machinery Section" which > we have removed from other tests? Sure, updated. - PR: https://git.openjdk.java.net/jdk/pull/8326

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v2]

2022-04-22 Thread Alexander Zvegintsev
> The test was failing due to it tried to place windows too close to left top > corner, so they got shifted from the dock and top panel on Gnome. > > Shifting all test windows fixes the issue. > > > Testing is green on all platforms. Alexander Zvegintsev has updated the pull request incrementa

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu

2022-04-21 Thread Prasanta Sadhukhan
On Thu, 21 Apr 2022 07:58:39 GMT, Alexander Zvegintsev wrote: > The test was failing due to it tried to place windows too close to left top > corner, so they got shifted from the dock and top panel on Gnome. > > Shifting all test windows fixes the issue. > > > Testing is green on all platfor

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v2]

2021-10-21 Thread Sergey Bylokhov
On Thu, 21 Oct 2021 01:34:01 GMT, Sergey Bylokhov wrote: >> Yes, `setUndecorated` is one of possible solutions, however it looks equal >> to changing location. >> >> Updated the delay and dialog's location. > > Can you please double-check all Mixing tests, some of the problem listed, but > I t

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v2]

2021-10-20 Thread Sergey Bylokhov
On Wed, 20 Oct 2021 16:42:41 GMT, Alexander Zvegintsev wrote: >> test/jdk/java/awt/Mixing/MixingOnDialog.java line 71: >> >>> 69: // Overlap the buttons >>> 70: heavy.setBounds(130, 130, 200, 200); >>> 71: light.setBounds(110, 110, 50, 50); >> >> Probably you can call s

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v2]

2021-10-20 Thread Alexander Zvegintsev
On Wed, 20 Oct 2021 12:52:55 GMT, Prasanta Sadhukhan wrote: >> Alexander Zvegintsev has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - d.setLocationRelativeTo(null); >> - increase auto delay > > test/jdk/java/awt/Mixing/MixingOnDialog.j

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu [v2]

2021-10-20 Thread Alexander Zvegintsev
> Looks like the test started failing after increasing of window's title height > in Ubuntu theme: > > ![image](https://user-images.githubusercontent.com/77687766/138088503-f380bcb2-1ffc-4d58-b6b2-2efc56b7975c.png) > So the click happens on windows title instead of the button. > > For example, m

Re: RFR: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu

2021-10-20 Thread Prasanta Sadhukhan
On Wed, 20 Oct 2021 12:05:57 GMT, Alexander Zvegintsev wrote: > Looks like the test started failing after increasing of window's title height > in Ubuntu theme: > > ![image](https://user-images.githubusercontent.com/77687766/138088503-f380bcb2-1ffc-4d58-b6b2-2efc56b7975c.png) > So the click ha