mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8006694: temporarily workaround combo tests are causing time out in several platforms
Reviewed-by: jjg
This commit is contained in:
parent
eb646f3c09
commit
5b1a78dc92
20 changed files with 113 additions and 61 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue