RFR: 8278527: java/util/concurrent/tck/JSR166TestCase.java fails nanoTime test
Jaikiran Pai
jpai at openjdk.org
Fri Feb 23 00:55:58 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.
Thank you Martin and Lance for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17960#issuecomment-1960587846
More information about the core-libs-dev
mailing list