RFR: 8357285 : JSR166 Test case testShutdownNow_delayedTasks failed

SendaoYan syan at openjdk.org
Fri May 23 03:25:54 UTC 2025


On Thu, 22 May 2025 14:19:09 GMT, Viktor Klang <vklang at openjdk.org> wrote:

> Barring other effects, it is likely that this test just needs to have some longer timeouts to ensure that a stall isn't likely to fail the test case. The shouldn't have any impact on test execution duration, as the test looks at tasks which *have not executed yet*.

Hi, the test file `/test/jdk/java/util/concurrent/tck/ScheduledExecutorTest.java` seem do not have jtreg entry, is this test use for other jtreg tests. I found that this file has `main` function, how can I run this test.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/25394#issuecomment-2903135761


More information about the core-libs-dev mailing list