On Tue, 26 Aug 2025 14:47:56 GMT, Francesco Andreuzzi <d...@openjdk.org> wrote:

>> I might be misunderstanding your point, but I think in this case a full 
>> exception stack trace would be more helpful. It covers everything this way.
>
> The usual way to print exceptions includes the cause too. So if you create 
> `SkippedException` as `new SkippedException("Skip test", e)` you should see 
> `e` too in the error.

Done both in the same commit

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26942#discussion_r2301656950

Reply via email to