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