< prev index next >

test/jdk/tools/launcher/HelpFlagsTest.java

Print this page
rev 48544 : 8195663: jdk/tools/launcher/HelpFlagsTest.java fails with java.lang.AssertionError: HelpFlagsTest failed:
Summary: Skip Oracle proprietary tools.

@@ -71,11 +71,17 @@
         // These shall have a help message that resembles that of
         // MIT's tools. Thus -?, -h and --help are supported, but not
         // mentioned in the help text.
         "kinit",
         "klist",
-        "ktab"
+        "ktab",
+        // Test not configured for Oracle proprietary tools, skip.
+        "jmc",
+        "jweblauncher",
+        "javapackager",
+        "jcontrol",
+        "ssvagent"
     };
 
     // Lists which tools support which flags.
     private static class ToolHelpSpec {
         String toolname;
< prev index next >