diff --git a/WHATSNEW b/WHATSNEW index 699ad2304..382fac2e8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -32,6 +32,10 @@ Fixed bugs: end of the inout stream (usually System.in or System.console) are reached before a valid input has been read. + * junitreport does not list testsuites that fail to start any tests + because of an exception inside the all-tests and alltests-errors frames. + Bugzilla Report 62443 + Other changes: -------------- diff --git a/src/etc/junit-frames.xsl b/src/etc/junit-frames.xsl index 624fd6923..49fc6671d 100644 --- a/src/etc/junit-frames.xsl +++ b/src/etc/junit-frames.xsl @@ -296,6 +296,7 @@ h6 { + @@ -306,6 +307,7 @@ h6 { + @@ -969,4 +971,18 @@ h6 { + + + + / + + + + + + + + + +