langtools/test/tools/javac/varargs/7042566/T7042566.java
changeset 15384 5a8d00abf076
parent 15040 99fd9483d3f0
child 30730 d3ce7619db2c
equal deleted inserted replaced
15383:ee0b5f7f41b1 15384:5a8d00abf076
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7042566
    26  * @bug 7042566 8006694
    27  * @summary Unambiguous varargs method calls flagged as ambiguous
    27  * @summary Unambiguous varargs method calls flagged as ambiguous
       
    28  *  temporarily workaround combo tests are causing time out in several platforms
    28  * @library ../../lib
    29  * @library ../../lib
    29  * @build JavacTestingAbstractThreadedTest
    30  * @build JavacTestingAbstractThreadedTest
    30  * @run main T7042566
    31  * @run main/othervm T7042566
    31  */
    32  */
       
    33 
       
    34 // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
       
    35 // see JDK-8006746
    32 
    36 
    33 import java.io.File;
    37 import java.io.File;
    34 import java.net.URI;
    38 import java.net.URI;
    35 import java.util.Arrays;
    39 import java.util.Arrays;
    36 import java.util.Locale;
    40 import java.util.Locale;