Re: RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case [v2]

2023-01-25 Thread Sergey Bylokhov
On Mon, 23 Jan 2023 05:19:05 GMT, Tejesh R wrote: >> This is a diagnostic update related to >> [JDK-8295804](https://bugs.openjdk.org/browse/JDK-8295804). The issue was >> not reproducible and was showing up in particular machines (Where the >> machines are down now). So adding a screen

Re: RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case [v2]

2023-01-25 Thread Tejesh R
On Fri, 20 Jan 2023 15:10:17 GMT, Sergey Bylokhov wrote: >> GraphicsConfiguration gc = GraphicsEnvironment. >> >> getLocalGraphicsEnvironment().getDefaultScreenDevice().getDefaultConfiguration(); >> Rectangle gcBounds = gc.getBounds(); >> >> This way? >

Re: RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case [v2]

2023-01-22 Thread Tejesh R
> This is a diagnostic update related to > [JDK-8295804](https://bugs.openjdk.org/browse/JDK-8295804). The issue was not > reproducible and was showing up in particular machines (Where the machines > are down now). So adding a screen capture to `BufferedImage` in case of > failure so that it

Re: RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case

2023-01-20 Thread Sergey Bylokhov
On Fri, 20 Jan 2023 09:41:37 GMT, Tejesh R wrote: >> test/jdk/javax/swing/JFileChooser/JFileChooserSetLocationTest.java line 189: >> >>> 187: System.out.println("Test passed"); >>> 188: } else { >>> 189: Dimension screenSize = >>>

Re: RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case

2023-01-20 Thread Tejesh R
On Fri, 20 Jan 2023 08:09:38 GMT, Sergey Bylokhov wrote: >> This is a diagnostic update related to >> [JDK-8295804](https://bugs.openjdk.org/browse/JDK-8295804). The issue was >> not reproducible and was showing up in particular machines (Where the >> machines are down now). So adding a

Re: RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case

2023-01-20 Thread Sergey Bylokhov
On Wed, 18 Jan 2023 06:37:30 GMT, Tejesh R wrote: > This is a diagnostic update related to > [JDK-8295804](https://bugs.openjdk.org/browse/JDK-8295804). The issue was not > reproducible and was showing up in particular machines (Where the machines > are down now). So adding a screen capture

Re: RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case

2023-01-17 Thread Abhishek Kumar
On Wed, 18 Jan 2023 06:37:30 GMT, Tejesh R wrote: > This is a diagnostic update related to > [JDK-8295804](https://bugs.openjdk.org/browse/JDK-8295804). The issue was not > reproducible and was showing up in particular machines (Where the machines > are down now). So adding a screen capture

Re: RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case

2023-01-17 Thread Tejesh R
On Wed, 18 Jan 2023 07:06:26 GMT, Abhishek Kumar wrote: > In [JDK-8295804](https://bugs.openjdk.org/browse/JDK-8295804), it is > mentioned that failure was observed in macOS 13 also. Did you try to > reproduce the issue in macOS 13? Not yet, since any particular host is not mentioned in JBS I

RFR: 8300405: Screen capture for test JFileChooserSetLocationTest.java, failure case

2023-01-17 Thread Tejesh R
This is a diagnostic update related to [JDK-8295804](https://bugs.openjdk.org/browse/JDK-8295804). The issue was not reproducible and was showing up in particular machines (Where the machines are down now). So adding a screen capture to `BufferedImage` in case of failure so that it will help