test/langtools/tools/jdeps/Options.java
changeset 52650 c16b6cc93272
parent 50598 8d9d4d91be7f
equal deleted inserted replaced
52649:e00cf18e2593 52650:c16b6cc93272
    51                 new String[] { "-jdkinternal", "-summary", TEST_CLASSES },
    51                 new String[] { "-jdkinternal", "-summary", TEST_CLASSES },
    52                 "-summary or -verbose cannot be used with -jdkinternals option"
    52                 "-summary or -verbose cannot be used with -jdkinternals option"
    53             },
    53             },
    54             {
    54             {
    55                 new String[] { "-jdkinternal", "-p", "java.lang", TEST_CLASSES },
    55                 new String[] { "-jdkinternal", "-p", "java.lang", TEST_CLASSES },
    56                 "--package, --regex, --require cannot be used with  -jdkinternals option"
    56                 "--package, --regex, --require cannot be used with -jdkinternals option"
       
    57             },
       
    58             {
       
    59                 new String[] { "--missing-deps", "-summary", TEST_CLASSES },
       
    60                 "-summary or -verbose cannot be used with --missing-deps option"
       
    61             },
       
    62             {
       
    63                 new String[] { "--missing-deps", "-p", "java.lang", TEST_CLASSES },
       
    64                 "--package, --regex, --require cannot be used with --missing-deps option"
    57             },
    65             },
    58             {
    66             {
    59                 new String[] { "--inverse", TEST_CLASSES },
    67                 new String[] { "--inverse", TEST_CLASSES },
    60                 "--package (-p), --regex (-e), --require option must be specified"
    68                 "--package (-p), --regex (-e), --require option must be specified"
    61             },
    69             },