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,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++;