RFR: 7903519 : jtreg/jtharness is missing features for basic crash testing

andrlos duke at openjdk.org
Wed Dec 13 20:50:59 UTC 2023


On Wed, 13 Dec 2023 13:25:30 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:

>> The implementation can access the original status with `result.getStatus()`.
>> 
>> In other words, the framework should populate the result as usual with `result.setStatus(execStatus)`, and then it could call `resultModifier.modifyResult(result)`
>
> I see. ty!

once you call result.setStatus the status of the result becomes unmodifiable.. the workaround of this would be more painful and I dont see any benefit in it

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

PR Review Comment: https://git.openjdk.org/jtharness/pull/57#discussion_r1425867923


More information about the jtharness-dev mailing list