RFR: 8278527: java/util/concurrent/tck/JSR166TestCase.java fails nanoTime test

Lance Andersen lancea at openjdk.org
Thu Feb 22 17:11:54 UTC 2024


On Thu, 22 Feb 2024 09:49:31 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Can I get a review of this change which proposes to remove the `SystemTest` from among the `JSR166TestCase`?
> 
> As noted in https://bugs.openjdk.org/browse/JDK-8278527 the `SystemTest.nanoTime` test has been intermittently failing since a few years now. Martin and Paul have investigated this failure in the past and they note that this test is fragile and should be removed:
> 
> https://bugs.openjdk.org/browse/JDK-8278527?focusedId=14463658&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14463658
> 
> https://bugs.openjdk.org/browse/JDK-8278527?focusedId=14508958&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14508958
> 
> The commit in this PR removes the `SystemTest` that was enrolled into `JSR166TestCase`.
> 
> tier1 testing went fine with this change.

Marked as reviewed by lancea (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/17960#pullrequestreview-1896400193


More information about the core-libs-dev mailing list