JDK-8218928 : jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java fails after JDK-8215577 (Remove javadoc support for HTML 4)
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 13
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-02-13
  • Updated: 2019-02-14
  • Resolved: 2019-02-14
Related Reports
Duplicate :  
Relates :  
Description
CONF=linux-x86_64-server-fastdebug make run-test TEST=langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java

/home/buildbot/worker/jdkX-linux/build/test/langtools/jdk/javadoc/doclet/testLinkOption/pkg/B.java:34: error: tag not supported in the generated HTML version: tt
     * <tt>getSystemClassLoader()</tt>} as the parent class loader.
       ^

<tt> seems to be incompatible with HTML 5.

This test fails in tier1, which makes CIs unhappy.
Comments
Although this was filed before JDK-8218936, a review has already been filed for the other one.
14-02-2019