Re: RFR: 8253543: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java failed with "AssertionError: All pixels are not black" [v2]

2020-10-05 Thread amresh-sahu
On Tue, 29 Sep 2020 19:37:51 GMT, Alexandre Iline wrote: >> Added a few synchronization points to the test: >> 1 wait for the screen to change where the test window is displayed >> 2 wait for the image to get still (i.e. painted complete) >> 3 wait for the image

Re: RFR: 8253905: Update sanity test suite to not place windows at (0, 0)

2020-11-09 Thread Amresh Sahu
On Tue, 13 Oct 2020 17:03:16 GMT, Alexandre Iline wrote: >> Four files has been modified: >> modified: >> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/dialog/DialogDemo.java >> modified: >> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos

RFR: 8253905: Update sanity test suite to not place windows at (0, 0)

2020-11-09 Thread Amresh Sahu
Four files has been modified: modified: test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/dialog/DialogDemo.java modified: test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/frame/FrameDemo.java modified: test/jdk/sanity/client/lib/Swing

Integrated: 8253905: Update sanity test suite to not place windows at (0, 0)

2020-11-09 Thread Amresh Sahu
On Tue, 13 Oct 2020 08:05:34 GMT, Amresh Sahu wrote: > Four files has been modified: > modified: > test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/dialog/DialogDemo.java > modified: > test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swings

Re: RFR: JDK-8258645: Bring Jemmy 1.3.11 to JDK test base

2020-12-18 Thread Amresh Sahu
On Fri, 18 Dec 2020 09:19:05 GMT, Abdul Kolarkunnu wrote: >> Marked as reviewed by serb (Reviewer). > > Some general comments: > JBS CODETOOLS tasks are still in NEW status, but corresponding codes are > already checkedin > https://bugs.openjdk.java.net/browse/CODETOOLS-7902736 > https://bugs.

RFR: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF.

2021-02-16 Thread Amresh Sahu
Test name(s): javax/swing/JFileChooser/6698013/bug6698013.java Problem: A manual regression test case instructions does not match with the UI shown to the user. Instruction says to click Open button while the File chooser dialog shows the Save button. Fix: There is code in test case to open fil

Re: RFR: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF.

2021-02-16 Thread Amresh Sahu
On Tue, 16 Feb 2021 13:42:09 GMT, Amresh Sahu wrote: > Test name(s): javax/swing/JFileChooser/6698013/bug6698013.java > > Problem: A manual regression test case instructions does not match with the > UI shown to the user. Instruction says to click Open button while the File >

Re: RFR: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF.

2021-02-16 Thread Amresh Sahu
On Tue, 16 Feb 2021 14:11:49 GMT, Alexey Ivanov wrote: >> Test name(s): javax/swing/JFileChooser/6698013/bug6698013.java >> >> Problem: A manual regression test case instructions does not match with the >> UI shown to the user. Instruction says to click Open button while the File >> chooser di

Re: RFR: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF.

2021-02-16 Thread Amresh Sahu
On Tue, 16 Feb 2021 15:32:02 GMT, Alexey Ivanov wrote: >> init method is part of applet version of test case. It needs to be >> completely converted to java version. I will do the appropriate changes. > >> >> >> init method is part of applet version of test case. It needs to be >> completely

Re: RFR: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF. [v2]

2021-02-16 Thread Amresh Sahu
There is code in test case to open file save dialog instead of file open > dialog. Test case modified to show open file dialog. Fix has been tested on > windows platform. This issue is not OS specific. Amresh Sahu has updated the pull request incrementally with one additional commit since t

Re: RFR: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF [v3]

2021-02-16 Thread Amresh Sahu
There is code in test case to open file save dialog instead of file open > dialog. Test case modified to show open file dialog. Fix has been tested on > windows platform. This issue is not OS specific. Amresh Sahu has updated the pull request incrementally with one additional commit since t

Re: RFR: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF [v4]

2021-02-17 Thread Amresh Sahu
There is code in test case to open file save dialog instead of file open > dialog. Test case modified to show open file dialog. Fix has been tested on > windows platform. This issue is not OS specific. Amresh Sahu has updated the pull request incrementally with two additional comm

Integrated: JDK-8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF

2021-02-18 Thread Amresh Sahu
On Tue, 16 Feb 2021 13:42:09 GMT, Amresh Sahu wrote: > Test name(s): javax/swing/JFileChooser/6698013/bug6698013.java > > Problem: A manual regression test case instructions does not match with the > UI shown to the user. Instruction says to click Open button while the File >

RFR: JDK-8263235 : sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError

2021-03-11 Thread Amresh Sahu
Added @build org.jemmy2ext.JemmyExt. - Commit messages: - JDK-8263235:Added @build org.jemmy2ext.JemmyExt - Merge pull request #2 from openjdk/master Changes: https://git.openjdk.java.net/jdk/pull/2958/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2958&range=00 Iss

Re: RFR: JDK-8263235 : sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError

2021-03-11 Thread Amresh Sahu
On Fri, 12 Mar 2021 05:29:01 GMT, Amresh Sahu wrote: > Added @build org.jemmy2ext.JemmyExt. @shurymury , @akolarkunnu Kindly review my changes. - PR: https://git.openjdk.java.net/jdk/pull/2958

Re: RFR: JDK-8263235 : sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError [v2]

2021-03-12 Thread Amresh Sahu
> Added @build org.jemmy2ext.JemmyExt. Amresh Sahu has updated the pull request incrementally with one additional commit since the last revision: JDK-8263235:Added @build org.jemmy2ext.JemmyExt - Changes: - all: https://git.openjdk.java.net/jdk/pull/2958/files - new: ht

Integrated: JDK-8263235 : sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError

2021-03-31 Thread Amresh Sahu
On Fri, 12 Mar 2021 05:29:01 GMT, Amresh Sahu wrote: > Added @build org.jemmy2ext.JemmyExt. This pull request has now been integrated. Changeset: cb70ab0c Author:Your Name Committer: Sergey Bylokhov URL: https://git.openjdk.java.net/jdk/commit/cb70ab0c Stats: 2 lines i

Re: RFR: JDK-8273312 : [TESTBUG] sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java fails intermittently on Windows OS.

2021-09-06 Thread Amresh Sahu
On Mon, 6 Sep 2021 11:35:05 GMT, Amresh Sahu wrote: > Problem: In Windows look and feel, Button(in test case ui) starts animating > to show the selection and test case captures the animated button image to do > the comparisons with initial button image and this comparison f

RFR: JDK-8273312 : [TESTBUG] sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java fails intermittently on Windows OS.

2021-09-06 Thread Amresh Sahu
Problem: In Windows look and feel, Button(in test case ui) starts animating to show the selection and test case captures the animated button image to do the comparisons with initial button image and this comparison fails with Timeout Exception exception. Solution: TestHelper class provides the

Withdrawn: JDK-8273312 : [TESTBUG] sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java fails intermittently on Windows OS.

2021-09-06 Thread Amresh Sahu
On Mon, 6 Sep 2021 11:35:05 GMT, Amresh Sahu wrote: > Problem: In Windows look and feel, Button(in test case ui) starts animating > to show the selection and test case captures the animated button image to do > the comparisons with initial button image and this comparison f

Re: RFR: JDK-8273312 : [TESTBUG] sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java fails intermittently on Windows OS.

2021-09-06 Thread Amresh Sahu
On Mon, 6 Sep 2021 21:13:51 GMT, Sergey Bylokhov wrote: >> Problem: In Windows look and feel, Button(in test case ui) starts animating >> to show the selection and test case captures the animated button image to do >> the comparisons with initial button image and this comparison fails with >>