Re: RFR: JDK-8295859 Update Manual Test Groups [v3]

2023-04-12 Thread Mark Sheppard
On Tue, 11 Apr 2023 22:06:30 GMT, Bill Huang wrote: >> The purpose of this task is to add the difference between -manual jdk_core >> and jdk_core_manual to the jdk_core_manual test goal. Furthermore, in order >> to streamline the manual test execution process, a new test group called >>

Re: RFR: JDK-8295859 Update Manual Test Groups [v3]

2023-04-11 Thread Bill Huang
> The purpose of this task is to add the difference between -manual jdk_core > and jdk_core_manual to the jdk_core_manual test goal. Furthermore, in order > to streamline the manual test execution process, a new test group called > jdk_core_manual_human has been created for manual tests that

Re: RFR: JDK-8295859 Update Manual Test Groups [v2]

2023-04-11 Thread Bill Huang
On Tue, 11 Apr 2023 20:50:28 GMT, Mark Sheppard wrote: >> Bill Huang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Implemented review comments. > > test/jdk/TEST.groups line 643: > >> 641:

Re: RFR: JDK-8295859 Update Manual Test Groups [v2]

2023-04-11 Thread Mark Sheppard
On Mon, 20 Mar 2023 23:29:25 GMT, Bill Huang wrote: >> The purpose of this task is to add the difference between -manual jdk_core >> and jdk_core_manual to the jdk_core_manual test goal. Furthermore, in order >> to streamline the manual test execution process, a new test group called >>

Re: RFR: JDK-8295859 Update Manual Test Groups [v2]

2023-03-21 Thread Mahendra Chhipa
On Mon, 20 Mar 2023 23:29:25 GMT, Bill Huang wrote: >> The purpose of this task is to add the difference between -manual jdk_core >> and jdk_core_manual to the jdk_core_manual test goal. Furthermore, in order >> to streamline the manual test execution process, a new test group called >>

Re: RFR: JDK-8295859 Update Manual Test Groups [v2]

2023-03-20 Thread Bill Huang
> The purpose of this task is to add the difference between -manual jdk_core > and jdk_core_manual to the jdk_core_manual test goal. Furthermore, in order > to streamline the manual test execution process, a new test group called > jdk_core_manual_human has been created for manual tests that

Re: RFR: JDK-8295859 Update Manual Test Groups

2023-03-16 Thread Mahendra Chhipa
On Thu, 2 Mar 2023 21:34:28 GMT, Bill Huang wrote: > The purpose of this task is to add the difference between -manual jdk_core > and jdk_core_manual to the jdk_core_manual test goal. Furthermore, in order > to streamline the manual test execution process, a new test group called >

RFR: JDK-8295859 Update Manual Test Groups

2023-03-02 Thread Bill Huang
The purpose of this task is to add the difference between -manual jdk_core and jdk_core_manual to the jdk_core_manual test goal. Furthermore, in order to streamline the manual test execution process, a new test group called jdk_core_manual_human has been created for manual tests that demand

Re: RFR: JDK-8295859: Update Manual Test Groups [v6]

2023-03-01 Thread Bill Huang
> This task is created to update the manual test groups. Bill Huang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 11 commits: - Merge branch 'JDK-8295859' of gh:bwhuang-us/jdk into JDK-8295859 - Added missing manual tests from

Re: RFR: JDK-8295859: Update Manual Test Groups [v5]

2023-01-23 Thread Bill Huang
> This task is created to update the manual test groups. Bill Huang has updated the pull request incrementally with one additional commit since the last revision: Added missing manual tests from :jdk_core. - Changes: - all: https://git.openjdk.org/jdk/pull/10864/files - new:

Re: RFR: JDK-8295859: Update Manual Test Groups [v4]

2023-01-12 Thread Bill Huang
> This task is created to update the manual test groups. Bill Huang has updated the pull request incrementally with one additional commit since the last revision: Removed performance tests from the jdk_core_manual group as they have been covered in the client-atr test groups -

Re: RFR: JDK-8295859: Update Manual Test Groups [v3]

2022-12-05 Thread Bill Huang
> This task is created to add manual tests to the manual test groups. > > In addition, fix is provided for TestMatrix.java#Downcall-F and > TestMatrix.java#Downcall-T which are failing due to missing TestDowncall.java > ([JDK-8287158](https://bugs.openjdk.org/browse/JDK-8287158)). Bill Huang

Re: RFR: JDK-8295859: Update Manual Test Groups [v2]

2022-12-05 Thread Bill Huang
> This task is created to add manual tests to the manual test groups. > > In addition, fix is provided for TestMatrix.java#Downcall-F and > TestMatrix.java#Downcall-T which are failing due to missing TestDowncall.java > ([JDK-8287158](https://bugs.openjdk.org/browse/JDK-8287158)). Bill Huang

Re: RFR: JDK-8295859: Update Manual Test Groups

2022-10-26 Thread Bill Huang
On Wed, 26 Oct 2022 08:16:37 GMT, Alan Bateman wrote: >> This task is created to add manual tests to the manual test groups. >> >> In addition, fix is provided for TestMatrix.java#Downcall-F and >> TestMatrix.java#Downcall-T which are failing due to missing >> TestDowncall.java >>

Re: RFR: JDK-8295859: Update Manual Test Groups

2022-10-26 Thread Alan Bateman
On Tue, 25 Oct 2022 23:10:53 GMT, Bill Huang wrote: > This task is created to add manual tests to the manual test groups. > > In addition, fix is provided for TestMatrix.java#Downcall-F and > TestMatrix.java#Downcall-T which are failing due to missing TestDowncall.java >

RFR: JDK-8295859: Update Manual Test Groups

2022-10-25 Thread Bill Huang
This task is created to add manual tests to the manual test groups. In addition, fix is provided for TestMatrix.java#Downcall-F and TestMatrix.java#Downcall-T which are failing due to missing TestDowncall.java ([JDK-8287158](https://bugs.openjdk.org/browse/JDK-8287158)). - Commit