diff --git a/WHATSNEW b/WHATSNEW
index e9da6dd0d..012a92ed1 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -41,6 +41,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-saxon.xsl b/src/etc/junit-frames-saxon.xsl
index f8de992fc..233352f41 100644
--- a/src/etc/junit-frames-saxon.xsl
+++ b/src/etc/junit-frames-saxon.xsl
@@ -295,6 +295,7 @@
+
@@ -305,6 +306,7 @@
+
@@ -968,4 +970,18 @@
+
+
+
+ /
+
+
+
+
+
+ |
+ |
+
+
+
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 {
+
+
+
+ /
+
+
+
+
+
+ |
+ |
+
+
+