RFR: 7903519 : jtreg/jtharness is missing features for basic crash testing
Jiří Vaněk
jvanek at openjdk.org
Wed Dec 13 13:27:59 UTC 2023
On Wed, 13 Dec 2023 13:23:22 GMT, Vladimir Sitnikov <vsitnikov at openjdk.org> wrote:
>> IIRC, the `originalStatus` on input is necessary, because the original idea @andrlos had, that it was changing only failed tests.
>> Otherwise I agree with your comments. ty!
>
> 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!
-------------
PR Review Comment: https://git.openjdk.org/jtharness/pull/57#discussion_r1425352613
More information about the jtharness-dev
mailing list