Integrated: 8359207: Remove runtime/signal/TestSigusr2.java since it is always skipped
SendaoYan
syan at openjdk.org
Tue Jun 17 13:52:36 UTC 2025
On Mon, 16 Jun 2025 09:56:47 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
>
> The test `runtime/signal/TestSigusr2.java` has jtreg tag `@requires os.family != "windows" & os.family != "aix"`, and this test will skip on linux or macos(https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/runtime/signal/SigTestDriver.java#L59). Thus this test is always skipped indeed. So I want to removed this test. Test-fix only, no rsik.
This pull request has now been integrated.
Changeset: 51877f56
Author: SendaoYan <syan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/51877f568ba84a8ec7721656571c90c5eb952eb3
Stats: 43 lines in 2 files changed: 0 ins; 41 del; 2 mod
8359207: Remove runtime/signal/TestSigusr2.java since it is always skipped
Reviewed-by: dcubed, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/25825
More information about the hotspot-runtime-dev
mailing list