RFR: 7903519 : jtreg/jtharness is missing features for basic crash testing
Christian Stein
cstein at openjdk.org
Tue Nov 12 09:57:13 UTC 2024
On Mon, 11 Nov 2024 18:19:48 GMT, andrlos <duke at openjdk.org> wrote:
> [...] this is an approach that we use for crashtesting with debug jdk builds to separate crashes from regular failures
And sometimes tests do produce `hs_err_pid.log` files and expect/assert them; marking those tests as `PASSED`, right?
Where (console log, web-view, ...) do you check for such crashes? Manually or with tool/script support?
Isn't it possible to implement/apply an after-the-fact filter that doesn't rewrite actual run results?
-------------
PR Comment: https://git.openjdk.org/jtreg/pull/235#issuecomment-2470078735
More information about the jtreg-dev
mailing list