test/jdk/tools/jpackage/share/InstallDirTest.java
branchJDK-8200758-branch
changeset 58994 b09ba68c6a19
parent 58888 d802578912f3
equal deleted inserted replaced
58993:b5e1baa9d2c3 58994:b09ba68c6a19
    58  * @summary jpackage with --install-dir
    58  * @summary jpackage with --install-dir
    59  * @library ../helpers
    59  * @library ../helpers
    60  * @key jpackagePlatformPackage
    60  * @key jpackagePlatformPackage
    61  * @build jdk.jpackage.test.*
    61  * @build jdk.jpackage.test.*
    62  * @compile InstallDirTest.java
    62  * @compile InstallDirTest.java
    63  * @modules jdk.jpackage/jdk.jpackage.internal
    63  * @modules jdk.incubator.jpackage/jdk.incubator.jpackage.internal
    64  * @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
    64  * @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
    65  *  --jpt-run=InstallDirTest.testCommon
    65  *  --jpt-run=InstallDirTest.testCommon
    66  */
    66  */
    67 
    67 
    68 /*
    68 /*
    70  * @summary jpackage with --install-dir
    70  * @summary jpackage with --install-dir
    71  * @library ../helpers
    71  * @library ../helpers
    72  * @key jpackagePlatformPackage
    72  * @key jpackagePlatformPackage
    73  * @build jdk.jpackage.test.*
    73  * @build jdk.jpackage.test.*
    74  * @compile InstallDirTest.java
    74  * @compile InstallDirTest.java
    75  * @modules jdk.jpackage/jdk.jpackage.internal
    75  * @modules jdk.incubator.jpackage/jdk.incubator.jpackage.internal
    76  * @requires (os.family == "linux")
    76  * @requires (os.family == "linux")
    77  * @requires (jpackage.test.SQETest == null)
    77  * @requires (jpackage.test.SQETest == null)
    78  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    78  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    79  *  --jpt-run=InstallDirTest.testLinuxInvalid,testLinuxUnsupported
    79  *  --jpt-run=InstallDirTest.testLinuxInvalid,testLinuxUnsupported
    80  */
    80  */