mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +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 8003280
|
||||
* @bug 8003280 8006694
|
||||
* @summary Add lambda tests
|
||||
* Automatic test for checking correctness of structural most specific test routine
|
||||
* temporarily workaround combo tests are causing time out in several platforms
|
||||
* @library ../../lib
|
||||
* @build JavacTestingAbstractThreadedTest
|
||||
* @run main/timeout=600 StructuralMostSpecificTest
|
||||
* @run main/othervm/timeout=600 StructuralMostSpecificTest
|
||||
*/
|
||||
|
||||
// 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