On Tue, 1 Mar 2022 11:22:35 GMT, Lance Andersen <lan...@openjdk.org> wrote:
> Are there any TCK tests that need to be modified or Added? I made a very > quick scan of the open/test/jdk/java/time/tck/java/time/ dirs and did not see > any tests but of course I could have missed it There are test cases in the `TCK` directory that only verify its validity, such as number of digits. Those tests pass with this fix. ------------- PR: https://git.openjdk.java.net/jdk/pull/7640