RFR: 7903754: jcstress: Implement fail-on-error run option [v2]
Jiří Vaněk
jvanek at openjdk.org
Fri Jun 13 14:37:09 UTC 2025
On Mon, 3 Feb 2025 12:33:21 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:
>> Jiří Vaněk has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix in logic
>
> jcstress-core/src/main/java/org/openjdk/jcstress/infra/grading/FailFastKiller.java line 133:
>
>> 131:
>> 132: private void verifyState(TestResult r) {
>> 133: long totalFailed = failed + hardErrors;
>
> Maybe the `softErrors`should be counted in? Maybe configurable by some property? wdyt?
done
-------------
PR Review Comment: https://git.openjdk.org/jcstress/pull/157#discussion_r2145231280
More information about the jcstress-dev
mailing list