On Thu, 22 Feb 2024 09:49:31 GMT, Jaikiran Pai <j...@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.

This pull request has now been integrated.

Changeset: 54f09d73
Author:    Jaikiran Pai <j...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/54f09d734584a71c648520664447f8395050adbe
Stats:     76 lines in 2 files changed: 0 ins; 76 del; 0 mod

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

Reviewed-by: martin, lancea

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

PR: https://git.openjdk.org/jdk/pull/17960

Reply via email to