RFR: JDK-8290126: Add a check in JavadocTester for "javadoc should not crash"

Jonathan Gibbons jjg at openjdk.org
Thu Jul 21 16:33:05 UTC 2022


On Mon, 18 Jul 2022 23:05:54 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> This PR could use the feature it introduces. It would test drive the feature and ensure that the feature works. A brief search showed these potential candidates in test/langtools/jdk/javadoc/:
> 
> 1. doclet/InheritDocForUserTags/DocTest.java:57
> 2. tool/BadOptionsTest.java:83,96,108,120,132
> 3. doclet/testCustomTagletRegistration/TestRegistrationErrors.java:76
> 4. doclet/testSnippetTag/SnippetTester.java:55

Like other similar features, the feature is "default on", so it is currently active for all tests.

-------------

PR: https://git.openjdk.org/jdk/pull/9458


More information about the javadoc-dev mailing list