RFR: JDK-8295859 Update Manual Test Groups
Mahendra Chhipa
mchhipa at openjdk.org
Thu Mar 16 12:39:21 UTC 2023
On Thu, 2 Mar 2023 21:34:28 GMT, Bill Huang <bhuang at openjdk.org> 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 jdk_core_manual_human has been created for manual tests that demand extra preparation or test input.
test/jdk/TEST.groups line 644:
> 642:
> 643: jdk_core_manual_human = \
> 644: :jdk_core_manual_requires_human_input \
Move tests from jdk_core_manual_requires_human_input group to here. And remove jdk_core_manual_requires_human_input this group.
test/jdk/TEST.groups line 647:
> 645: :jdk_core_manual_requires_root_privilege
> 646:
> 647: jdk_core_manual_requires_human_input = \
Move tests from this group to jdk_core_manual_human group, and remove this group.
-------------
PR: https://git.openjdk.org/jdk/pull/12840
More information about the core-libs-dev
mailing list