From jjg at openjdk.java.net Mon Apr 4 20:23:01 2022 From: jjg at openjdk.java.net (Jonathan Gibbons) Date: Mon, 4 Apr 2022 20:23:01 GMT Subject: RFR: 7903135: Correct license file [v4] In-Reply-To: References: Message-ID: On Sat, 26 Mar 2022 14:01:39 GMT, Dmitry Bessonov wrote: >> The JT Harness repository doesn't have a LICENSE file. >> It contains `legal/license.txt`. >> We need to place a proper LICENSE file to the repository root. > > Dmitry Bessonov has updated the pull request incrementally with two additional commits since the last revision: > > - ReleaseNotes-jtharness.html: updating link to the new proper GPL v2 LICENSE > - build.xml: copying LICENSE file to the distro Marked as reviewed by jjg (Lead). src/com/sun/javatest/TRT_TreeNode.java line 4: > 2: * $Id$ > 3: * > 4: * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved. Change copyright year? ------------- PR: https://git.openjdk.java.net/jtharness/pull/26 From dbessono at openjdk.java.net Tue Apr 5 19:14:21 2022 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Tue, 5 Apr 2022 19:14:21 GMT Subject: RFR: 7903135: Correct license file [v5] In-Reply-To: References: Message-ID: > The JT Harness repository doesn't have a LICENSE file. > It contains `legal/license.txt`. > We need to place a proper LICENSE file to the repository root. Dmitry Bessonov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision: - copyright year changed - Merge branch 'openjdk:master' into 7903135 - ReleaseNotes-jtharness.html: updating link to the new proper GPL v2 LICENSE - build.xml: copying LICENSE file to the distro - copyright.txt: CRN year updated - stylesheet.css updated with correct CRN header - 7903135: Correct license file ------------- Changes: - all: https://git.openjdk.java.net/jtharness/pull/26/files - new: https://git.openjdk.java.net/jtharness/pull/26/files/4ab6db73..1f8c46bf Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jtharness&pr=26&range=04 - incr: https://webrevs.openjdk.java.net/?repo=jtharness&pr=26&range=03-04 Stats: 338 lines in 8 files changed: 332 ins; 0 del; 6 mod Patch: https://git.openjdk.java.net/jtharness/pull/26.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/26/head:pull/26 PR: https://git.openjdk.java.net/jtharness/pull/26 From dbessono at openjdk.java.net Tue Apr 5 19:14:22 2022 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Tue, 5 Apr 2022 19:14:22 GMT Subject: RFR: 7903135: Correct license file [v5] In-Reply-To: References: Message-ID: On Fri, 25 Mar 2022 22:47:19 GMT, Jonathan Gibbons wrote: >> Dmitry Bessonov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision: >> >> - copyright year changed >> - Merge branch 'openjdk:master' into 7903135 >> - ReleaseNotes-jtharness.html: updating link to the new proper GPL v2 LICENSE >> - build.xml: copying LICENSE file to the distro >> - copyright.txt: CRN year updated >> - stylesheet.css updated with correct CRN header >> - 7903135: Correct license file > > src/com/sun/javatest/TRT_TreeNode.java line 4: > >> 2: * $Id$ >> 3: * >> 4: * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved. > > Change copyright year? Thanks for noticing, updated ------------- PR: https://git.openjdk.java.net/jtharness/pull/26 From dbessono at openjdk.java.net Tue Apr 5 19:14:23 2022 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Tue, 5 Apr 2022 19:14:23 GMT Subject: Integrated: 7903135: Correct license file In-Reply-To: References: Message-ID: On Fri, 25 Mar 2022 16:35:50 GMT, Dmitry Bessonov wrote: > The JT Harness repository doesn't have a LICENSE file. > It contains `legal/license.txt`. > We need to place a proper LICENSE file to the repository root. This pull request has now been integrated. Changeset: 1efacdd5 Author: Dmitry Bessonov URL: https://git.openjdk.java.net/jtharness/commit/1efacdd5838a798b493315c0ee6fa63fa16f3495 Stats: 55 lines in 6 files changed: 8 ins; 7 del; 40 mod 7903135: Correct license file Reviewed-by: jjg ------------- PR: https://git.openjdk.java.net/jtharness/pull/26 From duke at openjdk.java.net Mon Apr 11 03:15:00 2022 From: duke at openjdk.java.net (gollayadav) Date: Mon, 11 Apr 2022 03:15:00 GMT Subject: RFR: 7903153: Sanity Tests - Adding JavaTest GUI newly automated test scripts Message-ID: Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. 1. Test_Config_Edit1.java 2. Test_Config_Edit2.java 3. Test_Config_Save1.java 4. Test_Report_Create1.java ------------- Commit messages: - 7903153: Sanity Tests - Adding JavaTest GUI newly automated test scripts Changes: https://git.openjdk.java.net/jtharness/pull/27/files Webrev: https://webrevs.openjdk.java.net/?repo=jtharness&pr=27&range=00 Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7903153 Stats: 411 lines in 4 files changed: 411 ins; 0 del; 0 mod Patch: https://git.openjdk.java.net/jtharness/pull/27.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/27/head:pull/27 PR: https://git.openjdk.java.net/jtharness/pull/27 From dbessono at openjdk.java.net Wed Apr 13 13:23:31 2022 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Wed, 13 Apr 2022 13:23:31 GMT Subject: RFR: 7903153: Sanity Tests - Adding JavaTest GUI newly automated test scripts In-Reply-To: References: Message-ID: On Mon, 11 Apr 2022 03:09:16 GMT, gollayadav wrote: > Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. > > 1. Test_Config_Edit1.java > 2. Test_Config_Edit2.java > 3. Test_Config_Save1.java > 4. Test_Report_Create1.java Thank you for the tests, looking good and pass ------------- Marked as reviewed by dbessono (Committer). PR: https://git.openjdk.java.net/jtharness/pull/27 From duke at openjdk.java.net Thu Apr 14 05:48:16 2022 From: duke at openjdk.java.net (gollayadav) Date: Thu, 14 Apr 2022 05:48:16 GMT Subject: RFR: 7903153: Sanity Tests - Adding JavaTest GUI newly automated test scripts In-Reply-To: References: Message-ID: On Wed, 13 Apr 2022 13:19:48 GMT, Dmitry Bessonov wrote: > Thank you for the tests, looking good and pass Thanks for reviewing the scripts ------------- PR: https://git.openjdk.java.net/jtharness/pull/27 From duke at openjdk.java.net Thu Apr 14 20:10:45 2022 From: duke at openjdk.java.net (gollayadav) Date: Thu, 14 Apr 2022 20:10:45 GMT Subject: Integrated: 7903153: Sanity Tests - Adding JavaTest GUI newly automated test scripts In-Reply-To: References: Message-ID: On Mon, 11 Apr 2022 03:09:16 GMT, gollayadav wrote: > Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. > > 1. Test_Config_Edit1.java > 2. Test_Config_Edit2.java > 3. Test_Config_Save1.java > 4. Test_Report_Create1.java This pull request has now been integrated. Changeset: acbe3c4a Author: golla.yadav at oracle.com Committer: Dmitry Bessonov URL: https://git.openjdk.java.net/jtharness/commit/acbe3c4a151fb05d1cbb87e882291074f141b34c Stats: 411 lines in 4 files changed: 411 ins; 0 del; 0 mod 7903153: Sanity Tests - Adding JavaTest GUI newly automated test scripts Reviewed-by: dbessono ------------- PR: https://git.openjdk.java.net/jtharness/pull/27 From duke at openjdk.java.net Mon Apr 25 22:10:49 2022 From: duke at openjdk.java.net (gollayadav) Date: Mon, 25 Apr 2022 22:10:49 GMT Subject: RFR: 7903170: Sanity Tests - Adding JavaTest GUI newly automated test scripts Message-ID: <-K1tk9hqmNl1kiN6U9K2u4u7at7m01SWcSkZjM9WTmg=.4e9dfe2f-5db6-4cc1-8b62-3b2c57ce1aaf@github.com> Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. 1. Test_QSM_Exclude1.java 2. Test_QSM_New1.java 3. Test_QSM_Save1.java 4. Test_QSM_Test1.java 5. Test_Report_Create1.java ------------- Commit messages: - 7903170: Sanity Tests - Adding JavaTest GUI newly automated test scripts Changes: https://git.openjdk.java.net/jtharness/pull/28/files Webrev: https://webrevs.openjdk.java.net/?repo=jtharness&pr=28&range=00 Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7903170 Stats: 775 lines in 6 files changed: 770 ins; 4 del; 1 mod Patch: https://git.openjdk.java.net/jtharness/pull/28.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/28/head:pull/28 PR: https://git.openjdk.java.net/jtharness/pull/28 From duke at openjdk.java.net Tue Apr 26 04:10:41 2022 From: duke at openjdk.java.net (gollayadav) Date: Tue, 26 Apr 2022 04:10:41 GMT Subject: RFR: 7903170: Sanity Tests - Adding JavaTest GUI newly automated test scripts [v2] In-Reply-To: <-K1tk9hqmNl1kiN6U9K2u4u7at7m01SWcSkZjM9WTmg=.4e9dfe2f-5db6-4cc1-8b62-3b2c57ce1aaf@github.com> References: <-K1tk9hqmNl1kiN6U9K2u4u7at7m01SWcSkZjM9WTmg=.4e9dfe2f-5db6-4cc1-8b62-3b2c57ce1aaf@github.com> Message-ID: > Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. > > 1. Test_QSM_Exclude1.java > 2. Test_QSM_New1.java > 3. Test_QSM_Save1.java > 4. Test_QSM_Test1.java > 5. Test_Report_Create1.java gollayadav has updated the pull request incrementally with one additional commit since the last revision: 7903170: Corrected the CRN year for qsm_exclude.jtx ------------- Changes: - all: https://git.openjdk.java.net/jtharness/pull/28/files - new: https://git.openjdk.java.net/jtharness/pull/28/files/5feb595b..24513ccb Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jtharness&pr=28&range=01 - incr: https://webrevs.openjdk.java.net/?repo=jtharness&pr=28&range=00-01 Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 mod Patch: https://git.openjdk.java.net/jtharness/pull/28.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/28/head:pull/28 PR: https://git.openjdk.java.net/jtharness/pull/28 From dbessono at openjdk.java.net Thu Apr 28 12:54:57 2022 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Thu, 28 Apr 2022 12:54:57 GMT Subject: RFR: 7903170: Sanity Tests - Adding JavaTest GUI newly automated test scripts [v2] In-Reply-To: References: <-K1tk9hqmNl1kiN6U9K2u4u7at7m01SWcSkZjM9WTmg=.4e9dfe2f-5db6-4cc1-8b62-3b2c57ce1aaf@github.com> Message-ID: On Tue, 26 Apr 2022 04:10:41 GMT, gollayadav wrote: >> Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. >> >> 1. Test_QSM_Exclude1.java >> 2. Test_QSM_New1.java >> 3. Test_QSM_Save1.java >> 4. Test_QSM_Test1.java >> 5. Test_Report_Create1.java > > gollayadav has updated the pull request incrementally with one additional commit since the last revision: > > 7903170: Corrected the CRN year for qsm_exclude.jtx Please check that the tests pass with JDK8 Test_QSM_Save1 fails when run using JDK8 (1.8.0_241) on MacOS Caused an ERROR Dialog with title "Load Configuration" (WindowWaiter.WaitWindowTimeout) org.netbeans.jemmy.TimeoutExpiredException: Dialog with title "Load Configuration" (WindowWaiter.WaitWindowTimeout) at org.netbeans.jemmy.Waiter.waitAction(Waiter.java:210) at org.netbeans.jemmy.WindowWaiter.waitWindow(WindowWaiter.java:534) at org.netbeans.jemmy.WindowWaiter.waitWindow(WindowWaiter.java:217) at org.netbeans.jemmy.DialogWaiter.waitDialog(DialogWaiter.java:332) at org.netbeans.jemmy.operators.JDialogOperator.waitJDialog(JDialogOperator.java:681) at org.netbeans.jemmy.operators.JDialogOperator.(JDialogOperator.java:75) at org.netbeans.jemmy.operators.JDialogOperator.(JDialogOperator.java:194) at org.netbeans.jemmy.operators.JDialogOperator.(JDialogOperator.java:211) at org.netbeans.jemmy.operators.JDialogOperator.(JDialogOperator.java:226) at jthtest.Sanity_Tests.Test_QSM_Save1.test(Test_QSM_Save1.java:104) ------------- Changes requested by dbessono (Committer). PR: https://git.openjdk.java.net/jtharness/pull/28 From duke at openjdk.java.net Fri Apr 29 14:29:32 2022 From: duke at openjdk.java.net (gollayadav) Date: Fri, 29 Apr 2022 14:29:32 GMT Subject: RFR: 7903170: Sanity Tests - Adding JavaTest GUI newly automated test scripts [v3] In-Reply-To: <-K1tk9hqmNl1kiN6U9K2u4u7at7m01SWcSkZjM9WTmg=.4e9dfe2f-5db6-4cc1-8b62-3b2c57ce1aaf@github.com> References: <-K1tk9hqmNl1kiN6U9K2u4u7at7m01SWcSkZjM9WTmg=.4e9dfe2f-5db6-4cc1-8b62-3b2c57ce1aaf@github.com> Message-ID: > Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. > > 1. Test_QSM_Exclude1.java > 2. Test_QSM_New1.java > 3. Test_QSM_Save1.java > 4. Test_QSM_Test1.java > 5. Test_Report_Create1.java gollayadav has updated the pull request incrementally with one additional commit since the last revision: 7903170: Sanity Tests - Verified the scripts to work as per JDK8 ------------- Changes: - all: https://git.openjdk.java.net/jtharness/pull/28/files - new: https://git.openjdk.java.net/jtharness/pull/28/files/24513ccb..6a58acf9 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jtharness&pr=28&range=02 - incr: https://webrevs.openjdk.java.net/?repo=jtharness&pr=28&range=01-02 Stats: 5 lines in 2 files changed: 2 ins; 1 del; 2 mod Patch: https://git.openjdk.java.net/jtharness/pull/28.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/28/head:pull/28 PR: https://git.openjdk.java.net/jtharness/pull/28 From duke at openjdk.java.net Fri Apr 29 14:31:03 2022 From: duke at openjdk.java.net (gollayadav) Date: Fri, 29 Apr 2022 14:31:03 GMT Subject: RFR: 7903170: Sanity Tests - Adding JavaTest GUI newly automated test scripts [v2] In-Reply-To: References: <-K1tk9hqmNl1kiN6U9K2u4u7at7m01SWcSkZjM9WTmg=.4e9dfe2f-5db6-4cc1-8b62-3b2c57ce1aaf@github.com> Message-ID: <_DPHl-bTHIKizzYtep4f1Tzoy-Xp0UfFDjHhTVKrNSs=.53c8fc54-4f17-4d3f-ab50-095c028909ca@github.com> On Thu, 28 Apr 2022 12:51:15 GMT, Dmitry Bessonov wrote: > Please check that the tests pass with JDK8 Thank you for reviewing. Verified/Modified the scripts to work with JDK8. Could you please check now. ------------- PR: https://git.openjdk.java.net/jtharness/pull/28 From dbessono at openjdk.java.net Sat Apr 30 20:40:55 2022 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sat, 30 Apr 2022 20:40:55 GMT Subject: RFR: 7903170: Sanity Tests - Adding JavaTest GUI newly automated test scripts [v3] In-Reply-To: References: <-K1tk9hqmNl1kiN6U9K2u4u7at7m01SWcSkZjM9WTmg=.4e9dfe2f-5db6-4cc1-8b62-3b2c57ce1aaf@github.com> Message-ID: On Fri, 29 Apr 2022 14:29:32 GMT, gollayadav wrote: >> Adding below automated JavaTest GUI Sanity Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. >> >> 1. Test_QSM_Exclude1.java >> 2. Test_QSM_New1.java >> 3. Test_QSM_Save1.java >> 4. Test_QSM_Test1.java >> 5. Test_Report_Create1.java > > gollayadav has updated the pull request incrementally with one additional commit since the last revision: > > 7903170: Sanity Tests - Verified the scripts to work as per JDK8 thank you for the updates ------------- Marked as reviewed by dbessono (Committer). PR: https://git.openjdk.java.net/jtharness/pull/28