On Mon, 17 Oct 2022 23:57:11 GMT, Iris Clark <i...@openjdk.org> wrote:
>> Thank you Lance, will take a look at this and the rest of the comments > > Careful. I suspect that "fail" is the number of tests that are expected to > fail. Thanks Iris, It got hidden in the code snippet, but line 89 is `if (fail != 0)`, so I do believe fail is redundant in 93. ------------- PR: https://git.openjdk.org/jdk/pull/10715