test/tools/javac/lambda/FunctionalInterfaceConversionTest.java

changeset 1520
5c956be64b9e
parent 1482
954541f13717
child 2354
b33835c5d96a
     1.1 --- a/test/tools/javac/lambda/FunctionalInterfaceConversionTest.java	Wed Jan 23 15:08:03 2013 +0000
     1.2 +++ b/test/tools/javac/lambda/FunctionalInterfaceConversionTest.java	Wed Jan 23 20:57:40 2013 +0000
     1.3 @@ -23,15 +23,19 @@
     1.4  
     1.5  /**
     1.6   * @test
     1.7 - * @bug 8003280 8004102
     1.8 + * @bug 8003280 8004102 8006694
     1.9   * @summary Add lambda tests
    1.10   *  perform several automated checks in lambda conversion, esp. around accessibility
    1.11 + *  temporarily workaround combo tests are causing time out in several platforms
    1.12   * @author  Maurizio Cimadamore
    1.13   * @library ../lib
    1.14   * @build JavacTestingAbstractThreadedTest
    1.15 - * @run main FunctionalInterfaceConversionTest
    1.16 + * @run main/othervm FunctionalInterfaceConversionTest
    1.17   */
    1.18  
    1.19 +// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
    1.20 +// see JDK-8006746
    1.21 +
    1.22  import java.io.IOException;
    1.23  import java.net.URI;
    1.24  import java.util.Arrays;

mercurial