Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
/ jdk18 Public archive

Commit

Permalink
8278538: Test langtools/jdk/javadoc/tool/CheckManPageOptions.java fai…
Browse files Browse the repository at this point in the history
…ls after the manpage was updated

Reviewed-by: dholmes
  • Loading branch information
jonathan-gibbons committed Dec 10, 2021
1 parent ed5d53a commit 3df8dc4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions test/langtools/jdk/javadoc/tool/CheckManPageOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/*
* @test
* @bug 8274211
* @bug 8274211 8278538
* @summary Test man page that options are documented
* @modules jdk.javadoc/jdk.javadoc.internal.tool:+open
* @run main CheckManPageOptions
Expand Down Expand Up @@ -60,16 +60,7 @@ public static void main(String... args) throws Exception {

static final PrintStream out = System.err;

// FIXME: JDK-8274295, JDK-8266666, JDK-8278077
List<String> MISSING_IN_MAN_PAGE = List.of(
"--add-script",
"--legal-notices",
"--link-modularity-mismatch",
"--link-platform-properties",
"--no-platform-links",
"--since",
"--since-label",
"--snippet-path");
List<String> MISSING_IN_MAN_PAGE = List.of();

void run(String... args) throws Exception {
var file = args.length == 0 ? findDefaultFile() : Path.of(args[0]);
Expand Down

1 comment on commit 3df8dc4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.