RFR: crashonly extension for jtharness - for fastdebug testing [v2]

andrlos duke at openjdk.org
Sun Aug 27 19:03:58 UTC 2023


On Wed, 16 Aug 2023 08:00:34 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:

>> 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

@dbessono I am not sure that what I proposed in my previous comment is possible without a serious rework of a considerable part of the jtreg project.. since there is basically only one class that is responsible for communication between jtreg and jtharness and that is RegressionParameters that directly extends BasicInterviewParameters. If I don't at least modify BasicInterviewParameters (probably the interface Parameters would have to be touched a bit too) in jtharness, than the extension you are proposing would mean rewriting half of the code responsible for communication between jtreg & jtharness. Thoughts?
I am still convinced that the presented code in this PR is the most minimalistic and simple solution to the https://bugs.openjdk.org/browse/CODETOOLS-7903519

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

PR Comment: https://git.openjdk.org/jtharness/pull/49#issuecomment-1694736798


More information about the jtharness-dev mailing list