RFR: 7903430: Improve reporting for errors in JUnit's lifecycle methods
Christian Stein
cstein at openjdk.org
Fri Feb 10 09:09:02 UTC 2023
Please review this change set ensuring that all exceptions thrown in JUnit's lifecycle methods are reported.
Prior to this PR, only exceptions thrown by "test identifiers" were reported.
Now all kinds of identifiers, which include "container identifiers", are generating a report when the execution result is in `ABORTED` or `FAILED` state.
-------------
Commit messages:
- Fix typo
- 7903430: Improve reporting for errors in JUnit's lifecycle methods
Changes: https://git.openjdk.org/jtreg/pull/147/files
Webrev: https://webrevs.openjdk.org/?repo=jtreg&pr=147&range=00
Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903430
Stats: 62 lines in 3 files changed: 55 ins; 0 del; 7 mod
Patch: https://git.openjdk.org/jtreg/pull/147.diff
Fetch: git fetch https://git.openjdk.org/jtreg pull/147/head:pull/147
PR: https://git.openjdk.org/jtreg/pull/147
More information about the jtreg-dev
mailing list