langtools/test/tools/javac/lambda/mostSpecific/StructuralMostSpecificTest.java
changeset 15384 5a8d00abf076
parent 15040 99fd9483d3f0
child 19914 d86271bd430a
equal deleted inserted replaced
15383:ee0b5f7f41b1 15384:5a8d00abf076
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8003280
    26  * @bug 8003280 8006694
    27  * @summary Add lambda tests
    27  * @summary Add lambda tests
    28  *  Automatic test for checking correctness of structural most specific test routine
    28  *  Automatic test for checking correctness of structural most specific test routine
       
    29  *  temporarily workaround combo tests are causing time out in several platforms
    29  * @library ../../lib
    30  * @library ../../lib
    30  * @build JavacTestingAbstractThreadedTest
    31  * @build JavacTestingAbstractThreadedTest
    31  * @run main/timeout=600 StructuralMostSpecificTest
    32  * @run main/othervm/timeout=600 StructuralMostSpecificTest
    32  */
    33  */
       
    34 
       
    35 // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
       
    36 // see JDK-8006746
    33 
    37 
    34 import java.net.URI;
    38 import java.net.URI;
    35 import java.util.Arrays;
    39 import java.util.Arrays;
    36 import javax.tools.Diagnostic;
    40 import javax.tools.Diagnostic;
    37 import javax.tools.JavaFileObject;
    41 import javax.tools.JavaFileObject;