test/jdk/tools/jpackage/share/LicenseTest.java
branchJDK-8200758-branch
changeset 58761 88e2753a2334
parent 58648 3bf53ffa9ae7
child 58994 b09ba68c6a19
equal deleted inserted replaced
58696:61c44899b4eb 58761:88e2753a2334
    63 
    63 
    64 /*
    64 /*
    65  * @test
    65  * @test
    66  * @summary jpackage with --license-file
    66  * @summary jpackage with --license-file
    67  * @library ../helpers
    67  * @library ../helpers
       
    68  * @key jpackagePlatformPackage
    68  * @build jdk.jpackage.test.*
    69  * @build jdk.jpackage.test.*
    69  * @compile LicenseTest.java
    70  * @compile LicenseTest.java
    70  * @modules jdk.jpackage/jdk.jpackage.internal
    71  * @modules jdk.jpackage/jdk.jpackage.internal
    71  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    72  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    72  *  --jpt-run=LicenseTest.testCommon
    73  *  --jpt-run=LicenseTest.testCommon
    74 
    75 
    75 /*
    76 /*
    76  * @test
    77  * @test
    77  * @summary jpackage with --license-file
    78  * @summary jpackage with --license-file
    78  * @library ../helpers
    79  * @library ../helpers
    79  * @modules jdk.jpackage/jdk.jpackage.internal
    80  * @key jpackagePlatformPackage
    80  * @compile LicenseTest.java
    81  * @compile LicenseTest.java
    81  * @requires (os.family == "linux")
    82  * @requires (os.family == "linux")
       
    83  * @requires (jpackage.test.SQETest == null)
       
    84  * @modules jdk.jpackage/jdk.jpackage.internal
    82  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    85  * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
    83  *  --jpt-run=LicenseTest.testCustomDebianCopyright
    86  *  --jpt-run=LicenseTest.testCustomDebianCopyright
    84  *  --jpt-run=LicenseTest.testCustomDebianCopyrightSubst
    87  *  --jpt-run=LicenseTest.testCustomDebianCopyrightSubst
    85  */
    88  */
    86 
    89