RFR: crashonly extension for jtharness - for fastdebug testing [v2]
Dmitry Bessonov
dbessono at openjdk.org
Wed Aug 16 08:03:26 UTC 2023
On Tue, 15 Aug 2023 14:17:49 GMT, andrlos <duke at openjdk.org> wrote:
>> fastdebug jvm build testing is about finding out whether the jvm crashes or not... This means we are only interested in crashes and not regular failures when testing fastdebug jvms. This results in this PR that adds "crashonly" atribute for this exact case to jtharness default test runner.
>> The intention is to get this addition to work with jtreg without breaking any other jtharness functionality.
>
> andrlos has updated the pull request incrementally with one additional commit since the last revision:
>
> deleting forgotten comment
Assuming this is an extension the suggestion is to not modify the DefaultTestRunner, Harness, etc. and the core classes
-------------
Changes requested by dbessono (Reviewer).
PR Review: https://git.openjdk.org/jtharness/pull/49#pullrequestreview-1580020966
More information about the jtharness-dev
mailing list