8006694: temporarily workaround combo tests are causing time out in several platforms

Reviewed-by: jjg
This commit is contained in:
Maurizio Cimadamore 2013-01-23 20:57:40 +00:00 committed by Vicente Romero
parent eb646f3c09
commit 5b1a78dc92
20 changed files with 113 additions and 61 deletions

View file

@ -23,14 +23,18 @@
/*
* @test
* @bug 7115050 8003280 8005852
* @bug 7115050 8003280 8005852 8006694
* @summary Add lambda tests
* Add parser support for lambda expressions
* temporarily workaround combo tests are causing time out in several platforms
* @library ../lib
* @build JavacTestingAbstractThreadedTest
* @run main LambdaParserTest
* @run main/othervm LambdaParserTest
*/
// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
// see JDK-8006746
import java.net.URI;
import java.util.Arrays;
import javax.tools.Diagnostic;