test/jdk/tools/jpackage/share/InstallDirTest.java
branchJDK-8200758-branch
changeset 58761 88e2753a2334
parent 58648 3bf53ffa9ae7
child 58888 d802578912f3
equal deleted inserted replaced
58696:61c44899b4eb 58761:88e2753a2334
    55 
    55 
    56 /*
    56 /*
    57  * @test
    57  * @test
    58  * @summary jpackage with --install-dir
    58  * @summary jpackage with --install-dir
    59  * @library ../helpers
    59  * @library ../helpers
       
    60  * @key jpackagePlatformPackage
    60  * @build jdk.jpackage.test.*
    61  * @build jdk.jpackage.test.*
    61  * @compile InstallDirTest.java
    62  * @compile InstallDirTest.java
    62  * @modules jdk.jpackage/jdk.jpackage.internal
    63  * @modules jdk.jpackage/jdk.jpackage.internal
    63  * @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
    64  * @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
    64  *  --jpt-run=InstallDirTest.testCommon
    65  *  --jpt-run=InstallDirTest.testCommon
    66 
    67 
    67 /*
    68 /*
    68  * @test
    69  * @test
    69  * @summary jpackage with --install-dir
    70  * @summary jpackage with --install-dir
    70  * @library ../helpers
    71  * @library ../helpers
       
    72  * @key jpackagePlatformPackage
    71  * @build jdk.jpackage.test.*
    73  * @build jdk.jpackage.test.*
    72  * @compile InstallDirTest.java
    74  * @compile InstallDirTest.java
    73  * @modules jdk.jpackage/jdk.jpackage.internal
    75  * @modules jdk.jpackage/jdk.jpackage.internal
    74  * @requires (os.family == "linux")
    76  * @requires (os.family == "linux")
       
    77  * @requires (jpackage.test.SQETest == null)
    75  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    78  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    76  *  --jpt-run=InstallDirTest.testLinuxInvalid,testLinuxUnsupported
    79  *  --jpt-run=InstallDirTest.testLinuxInvalid,testLinuxUnsupported
    77  */
    80  */
    78 public class InstallDirTest {
    81 public class InstallDirTest {
    79 
    82