On Wed, 4 May 2022 18:10:03 GMT, Phil Race <p...@openjdk.org> wrote: >> @azuev-java Thank you for the suggestion. I can definitely add this >> functionality to the test for better failure analysis. > > I think that's a reasonable suggestion in general to bear in mind when > writing tests. > I've seen tests which bail at the first failure and you wish you knew how the > rest of it worked out .. > Like (say) a test that iterates over the 4 available L&Fs might be a case.
@prrace Thank you for the inputs. Will make a note to add it for future similar test scenarios too. ------------- PR: https://git.openjdk.java.net/jdk/pull/8509