RFR: 7903519: adding jtharness crashonly extension compatibility
Jiří Vaněk
jvanek at openjdk.org
Tue Aug 15 16:39:41 UTC 2023
On Mon, 7 Aug 2023 13:21:01 GMT, andrlos <duke 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 .
An https://bugs.openjdk.org/browse/CODETOOLS-7903519 was created for this enhancement
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?
-------------
PR Comment: https://git.openjdk.org/jtreg/pull/164#issuecomment-1679249080
PR Review Comment: https://git.openjdk.org/jtreg/pull/164#discussion_r1294660547
More information about the jtreg-dev
mailing list