RFR: crashonly extension for jtharness - for fastdebug testing [v2]
Jiří Vaněk
jvanek at openjdk.org
Wed Aug 16 08:00:24 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
src/com/sun/javatest/interview/BasicInterviewParameters.java line 651:
> 649: }
> 650:
> 651: private boolean crashOnly;
Is there any particula reason why the variable is declared on the bottom, and not with others?
-------------
PR Review Comment: https://git.openjdk.org/jtharness/pull/49#discussion_r1295519445
More information about the jtharness-dev
mailing list