mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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,13 +23,17 @@
|
|||
|
||||
/*
|
||||
* @test
|
||||
* @bug 6970584
|
||||
* @bug 6970584 8006694
|
||||
* @summary assorted position errors in compiler syntax trees
|
||||
* temporarily workaround combo tests are causing time out in several platforms
|
||||
* @library ../lib
|
||||
* @build JavacTestingAbstractThreadedTest
|
||||
* @run main CheckAttributedTree -q -r -et ERRONEOUS .
|
||||
* @run main/othervm CheckAttributedTree -q -r -et ERRONEOUS .
|
||||
*/
|
||||
|
||||
// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
|
||||
// see JDK-8006746
|
||||
|
||||
import java.awt.BorderLayout;
|
||||
import java.awt.Color;
|
||||
import java.awt.Dimension;
|
||||
|
@ -505,7 +509,7 @@ public class CheckAttributedTree extends JavacTestingAbstractThreadedTest {
|
|||
}
|
||||
|
||||
public void report(Diagnostic<? extends JavaFileObject> diagnostic) {
|
||||
out.println(diagnostic);
|
||||
//out.println(diagnostic);
|
||||
switch (diagnostic.getKind()) {
|
||||
case ERROR:
|
||||
errors++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue