RFR: 8252545: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java timed out
Igor Ignatyev
iignatyev at openjdk.java.net
Tue Jan 26 19:29:39 UTC 2021
On Tue, 26 Jan 2021 19:18:48 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> I think SQE prefers multiple @test sections rather than multiple @run commands. You might want to check with @lmesnik or @iignatev on this.
That’s correct, if `@run` are independent, it’s preferable to split them into multiple test description sections, ie multiple blocks with `@test` as this allows greater control over their execution and test results are easier to interpret.
Cheers,
— Igor
-------------
PR: https://git.openjdk.java.net/jdk/pull/2226
More information about the hotspot-dev
mailing list