RFR: 7903519: adding jtharness crashonly extension compatibility

andrlos duke at openjdk.org
Tue Aug 15 16:43:32 UTC 2023


On Tue, 15 Aug 2023 14:18:42 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:

>> I want to add functionality of https://github.com/openjdk/jtharness/pull/49 to jtreg, which means that this needs to be merged only after the mentioned MR is merged and tested only with a build of https://github.com/andrlos/jtharness .
>
> src/share/classes/com/sun/javatest/regtest/tool/i18n.properties line 263:
> 
>> 261:     by the tests.
>> 262: 
>> 263: help.main.crashonly.desc=Ignores regular failures and only reports crashes as failures.
> 
> What  it does with passes? they are reported as pass even if there si crash, right? So maybe
> 
> Only consider test as failed if it was both failed and JVM crashed during execution
> 
> 
> wdyt?

hm, right.. that sounds better honestly :D

-------------

PR Review Comment: https://git.openjdk.org/jtreg/pull/164#discussion_r1294861264


More information about the jtreg-dev mailing list