From duke at openjdk.org Wed Mar 1 09:21:32 2023 From: duke at openjdk.org (gollayadav) Date: Wed, 1 Mar 2023 09:21:32 GMT Subject: RFR: 7903444: Feature Tests - Adding five JavaTest GUI legacy automated test scripts Message-ID: <5hAHEismB7YB4CM9_93nQV4zmSR-n8odODR4V9cFGB4=.13779fd4-c4b2-40f6-b8f5-51ac7e263b73@github.com> Adding below automated legacy JavaTest GUI feature Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. Also verified with JDK8 on macos. 1.ReportCreate25.java 2.ReportCreate26.java 3.ReportCreate27.java 4.ReportCreate28.java 5.ReportCreate29.java ------------- Commit messages: - 7903444: Feature Tests - Adding five JavaTest GUI legacy automated test scripts Changes: https://git.openjdk.org/jtharness/pull/47/files Webrev: https://webrevs.openjdk.org/?repo=jtharness&pr=47&range=00 Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903444 Stats: 360 lines in 5 files changed: 360 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jtharness/pull/47.diff Fetch: git fetch https://git.openjdk.org/jtharness pull/47/head:pull/47 PR: https://git.openjdk.org/jtharness/pull/47 From dbessono at openjdk.org Wed Mar 8 14:02:43 2023 From: dbessono at openjdk.org (Dmitry Bessonov) Date: Wed, 8 Mar 2023 14:02:43 GMT Subject: RFR: 7903438: Feature Tests - Adding five JavaTest GUI legacy automated test scripts [v3] In-Reply-To: References: Message-ID: On Wed, 22 Feb 2023 09:46:37 GMT, gollayadav wrote: >> Adding below automated legacy JavaTest GUI feature Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. Also verified with JDK8 on macOS. >> >> 1.Markers19.java >> 2.Markers20.java >> 3.ViewFilter2.java >> 4.ViewFilter3.java >> 5.ViewFilter5.java > > gollayadav has updated the pull request incrementally with one additional commit since the last revision: > > white/tab space errors were removed The tests look good, made a quick check - they pass. Thank you for contribution ------------- Marked as reviewed by dbessono (Reviewer). PR: https://git.openjdk.org/jtharness/pull/45 From duke at openjdk.org Thu Mar 9 13:52:39 2023 From: duke at openjdk.org (gollayadav) Date: Thu, 9 Mar 2023 13:52:39 GMT Subject: Integrated: 7903438: Feature Tests - Adding five JavaTest GUI legacy automated test scripts In-Reply-To: References: Message-ID: On Sat, 18 Feb 2023 08:29:16 GMT, gollayadav wrote: > Adding below automated legacy JavaTest GUI feature Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. Also verified with JDK8 on macOS. > > 1.Markers19.java > 2.Markers20.java > 3.ViewFilter2.java > 4.ViewFilter3.java > 5.ViewFilter5.java This pull request has now been integrated. Changeset: 3294253f Author: golla.yadav at oracle.com Committer: Dmitry Bessonov URL: https://git.openjdk.org/jtharness/commit/3294253f5c0247d152cdf28ec90ceeab99235a0a Stats: 257 lines in 5 files changed: 252 ins; 1 del; 4 mod 7903438: Feature Tests - Adding five JavaTest GUI legacy automated test scripts Reviewed-by: dbessono ------------- PR: https://git.openjdk.org/jtharness/pull/45