JDK-8219558 : jdk/javadoc tests fail with missing headings: h1
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 13
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2019-02-22
  • Updated: 2019-02-28
  • Resolved: 2019-02-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13 b10Fixed
Related Reports
Relates :  
Relates :  
Description
Several jdk/javadoc tests fail with an error like this:

...
Generating out-1/deprecated-list.html...
Building index for all classes...
Generating out-1/allclasses-frame.html...
Generating out-1/allclasses-frame.html...
Generating out-1/index.html...
Generating out-1/overview-summary.html...
Generating out-1/index-all.html...
Building index for all classes...
Generating out-1/allclasses-index.html...
Generating out-1/allpackages-index.html...
Generating out-1/help-doc.html...
20 warnings

Starting subtest 1.1: Check links
  Checked 52 files.
  Found 1766 references to 283 anchors in 54 files and 0 other URIs.
       0 missing files
       0 duplicate ids
       0 missing ids
Passed: Links are OK

Starting subtest 1.2: Check accessibility
out-1/overview-frame.html:33: missing headings: h1
1 bad headings
All regions OK
FAILED: 1 errors found when checking accessibility
        at javadoc.tester.JavadocTester.checkAccessibility(JavadocTester.java:544)
        at javadoc.tester.JavadocTester.javadoc(JavadocTester.java:388)
        at TestUseOption.test1(TestUseOption.java:47)
Comments
So far only observed on linux-x64.
22-02-2019