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 Alexandre Iline
On Tue, 16 Feb 2021 16:02:56 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 >> chooser dia

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

2020-12-18 Thread Alexandre Iline
On Fri, 18 Dec 2020 11:36:38 GMT, Amresh Sahu wrote: >> 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.openjdk.java.net/browse/CODETOOLS-7902811 >

Integrated: JDK-8258645: Bring Jemmy 1.3.11 to JDK test base

2020-12-18 Thread Alexandre Iline
On Thu, 17 Dec 2020 21:45:50 GMT, Alexandre Iline wrote: > Some changes to JSliderDemoTest: set a non-default driver and additional > diagnostics This pull request has now been integrated. Changeset: 6a78b2a2 Author:Alexandre Iline URL: https://git.openjdk.java.net/jdk/

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

2020-12-17 Thread Alexandre Iline
On Thu, 17 Dec 2020 21:45:50 GMT, Alexandre Iline wrote: > Some changes to JSliderDemoTest: set a non-default driver and additional > diagnostics @amresh-sahu @akolarkunnu , if you can take a look that would be great - PR: https://git.openjdk.java.net/jdk/pull/1831

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

2020-12-17 Thread Alexandre Iline
Some changes to JSliderDemoTest: set a non-default driver and additional diagnostics - Commit messages: - JDK-8258645: Bring Jemmy 1.3.11 to JDK test base Changes: https://git.openjdk.java.net/jdk/pull/1831/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1831&range=00

Integrated: 8253820: Save test images and dumps with timestamps from client sanity suite

2020-11-12 Thread Alexandre Iline
On Tue, 10 Nov 2020 18:39:58 GMT, Alexandre Iline wrote: > All screen images and xml dumps, if saved with help of the library methods, > are saved by adding a timestamp and a LAF name. This is useful when there is > some test re-execution, so all images are preserved and it is cl

Re: RFR: 8253820: Save test images and dumps with timestamps from client sanity suite

2020-11-12 Thread Alexandre Iline
On Tue, 10 Nov 2020 18:40:45 GMT, Alexandre Iline wrote: >> All screen images and xml dumps, if saved with help of the library methods, >> are saved by adding a timestamp and a LAF name. This is useful when there is >> some test re-execution, so all images are preserved and

RFR: 8253820: Save test images and dumps with timestamps from client sanity suite

2020-11-10 Thread Alexandre Iline
All screen images and xml dumps, if saved with help of the library methods, are saved by adding a timestamp and a LAF name. This is useful when there is some test re-execution, so all images are preserved and it is clear which image happened first. - Commit messages: - Merge branc

Re: RFR: 8253820: Save test images and dumps with timestamps from client sanity suite

2020-11-10 Thread Alexandre Iline
On Tue, 10 Nov 2020 18:39:58 GMT, Alexandre Iline wrote: > All screen images and xml dumps, if saved with help of the library methods, > are saved by adding a timestamp and a LAF name. This is useful when there is > some test re-execution, so all images are preserved and it is cl

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

2020-11-09 Thread Alexandre Iline
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/swingset3/demos/frame/Fr

Integrated: 8253543: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java failed with "AssertionError: All pixels are not black"

2020-09-29 Thread Alexandre Iline
On Mon, 28 Sep 2020 22:22:55 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 f

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

2020-09-29 Thread Alexandre Iline
wait for the image change and then to get still after the mouse > press > 5 wait for the image to change after the mouse release > > @mrserb Can you take a look? Alexandre Iline has updated the pull request incrementally with one additional commit since the la

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

2020-09-29 Thread Alexandre Iline
On Tue, 29 Sep 2020 05:06:16 GMT, Sergey Bylokhov wrote: >> Alexandre Iline has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Reverting a erroniously changed file > > test/jdk/sanity/client/SwingSet/s

RFR: JDK-8253543: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java…

2020-09-28 Thread Alexandre Iline
… failed with "AssertionError: All pixels are not black" Added a few synchronization points to the test: 1 wait for the screen to change where the test window is displayes 2 wait for the image to get still (i.e. painted complete) 3 wait for the image to ch