Re: RFR: 8282937: Write a regression test for JDK-4820080 [v2]

2022-03-16 Thread Manukumar V S
On Wed, 16 Mar 2022 20:20:39 GMT, Sergey Bylokhov wrote: > Looks fine, please confirm that mach5 is green before integration. Confirmed with Mach5 execution in Linux,Mac and Windows machines(10 times run in each platform) and got all pass. - PR: https://git.openjdk.java.net/jdk/pu

Re: RFR: 8282937: Write a regression test for JDK-4820080 [v2]

2022-03-16 Thread Sergey Bylokhov
On Wed, 16 Mar 2022 10:12:16 GMT, Manukumar V S wrote: >> Write a regression test for >> [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: >> Cannot Change the JSplitPane Divider Color while dragging >> >> Issue(as per bug description): >> I want to change the color of the

Re: RFR: 8282937: Write a regression test for JDK-4820080 [v2]

2022-03-16 Thread Manukumar V S
> Write a regression test for > [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: Cannot > Change the JSplitPane Divider Color while dragging > > Issue(as per bug description): > I want to change the color of the JSplitPane divider. I > opened the code and found that, the co

Re: RFR: 8282937: Write a regression test for JDK-4820080 [v2]

2022-03-16 Thread Manukumar V S
On Wed, 16 Mar 2022 06:31:52 GMT, Manukumar V S wrote: >> test/jdk/javax/swing/JSplitPane/4820080/JSplitPaneDragColorTest.java line 71: >> >>> 69: robot.setAutoWaitForIdle(true); >>> 70: robot.setAutoDelay(200); >>> 71: // Skipping NimbusLookAndFeel & GTKLookAndFeel as bo

Re: RFR: 8282937: Write a regression test for JDK-4820080

2022-03-15 Thread Manukumar V S
On Wed, 16 Mar 2022 05:53:50 GMT, Sergey Bylokhov wrote: >> Write a regression test for >> [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: >> Cannot Change the JSplitPane Divider Color while dragging >> >> Issue(as per bug description): >> I want to change the color of t

Re: RFR: 8282937: Write a regression test for JDK-4820080

2022-03-15 Thread Sergey Bylokhov
On Sun, 13 Mar 2022 14:07:22 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: Cannot > Change the JSplitPane Divider Color while dragging > > Issue(as per bug description): > I want to change the color of the JSpli