JUnit: Report runtime JVM failures
Brought to you by:
ymartin
When a JVM crashes with a OutOfMemoryError, no
information about the crash is available in the
junit.report when run with junit.start.all.
In fact, such OutOfMemoryError is visible in the
System.out / System.err JUnit reports.
Proposal: add a dedicated 'runtime' report in the
report summary where premature end of processes will be
reported.