test/jdk/tools/jpackage/share/RuntimePackageTest.java
branchJDK-8200758-branch
changeset 58696 61c44899b4eb
parent 58416 f09bf58c1f17
child 58761 88e2753a2334
equal deleted inserted replaced
58695:64adf683bc7b 58696:61c44899b4eb
    46  * @library ../helpers
    46  * @library ../helpers
    47  * @build jdk.jpackage.test.*
    47  * @build jdk.jpackage.test.*
    48  * @comment Temporary disable for Linux and OSX until functionality implemented
    48  * @comment Temporary disable for Linux and OSX until functionality implemented
    49  * @requires (os.family != "mac")
    49  * @requires (os.family != "mac")
    50  * @modules jdk.jpackage/jdk.jpackage.internal
    50  * @modules jdk.jpackage/jdk.jpackage.internal
    51  * @run main/othervm/timeout=360 -Xmx512m RuntimePackageTest
    51  * @run main/othervm/timeout=720 -Xmx512m RuntimePackageTest
    52  */
    52  */
    53 public class RuntimePackageTest {
    53 public class RuntimePackageTest {
    54 
    54 
    55     public static void main(String[] args) {
    55     public static void main(String[] args) {
    56         TKit.run(args, () -> {
    56         TKit.run(args, () -> {