On Thu, 2 Mar 2023 21:34:28 GMT, Bill Huang <bhu...@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