RFR: 8359207: Remove runtime/signal/TestSigusr2.java since it is always skipped
SendaoYan
syan at openjdk.org
Tue Jun 17 02:46:28 UTC 2025
On Mon, 16 Jun 2025 21:34:28 GMT, Daniel D. Daugherty <dcubed 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.
>
> Please use "/issue JDK-8359207" as the easiest way to sync the PR title with the synopsis.
Thanks for the correction and review @dcubed-ojdk
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25825#issuecomment-2978745676
More information about the hotspot-runtime-dev
mailing list