test/langtools/jdk/jshell/FailOverExecutionControlDyingLaunchTest.java
changeset 50019 e2dc18484400
parent 47216 71c04702a3d5
equal deleted inserted replaced
50018:3ba0d8631f24 50019:e2dc18484400
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    27  * @summary Test that fail-over works for fail-over ExecutionControl generators.
    27  * @summary Test that fail-over works for fail-over ExecutionControl generators.
    28  * @modules jdk.jshell/jdk.jshell.execution
    28  * @modules jdk.jshell/jdk.jshell.execution
    29  *          jdk.jshell/jdk.jshell.spi
    29  *          jdk.jshell/jdk.jshell.spi
    30  * @build KullaTesting ExecutionControlTestBase DyingRemoteAgent
    30  * @build KullaTesting ExecutionControlTestBase DyingRemoteAgent
    31  * @run testng FailOverExecutionControlDyingLaunchTest
    31  * @run testng FailOverExecutionControlDyingLaunchTest
       
    32  * @key intermittent
    32  */
    33  */
    33 
    34 
    34 import org.testng.annotations.Test;
    35 import org.testng.annotations.Test;
    35 import org.testng.annotations.BeforeMethod;
    36 import org.testng.annotations.BeforeMethod;
    36 
    37