# HG changeset patch # User Lukas Stadler # Date 1400592533 -7200 # Node ID c74c34976c47cdfee348ff9b1d8079d345a94467 # Parent e44dd5a90947df52b29426ef0bcba1168ffb207e @Ignore (and not expect GraalInternalError) long-running EscapingNewStringConcatTest diff -r e44dd5a90947 -r c74c34976c47 graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/EscapingNewStringConcatTest.java --- a/graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/EscapingNewStringConcatTest.java Tue May 20 15:17:43 2014 +0200 +++ b/graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/EscapingNewStringConcatTest.java Tue May 20 15:28:53 2014 +0200 @@ -24,7 +24,7 @@ import static com.oracle.graal.debug.Debug.*; -import org.junit.Test; +import org.junit.*; import com.oracle.graal.debug.*; @@ -51,7 +51,8 @@ } // Node implementing Lowerable not handled in HSAIL Backend: 6274|MonitorEnter - @Test(expected = com.oracle.graal.compiler.common.GraalInternalError.class) + @Ignore + @Test public void test() { try (DebugConfigScope s = disableIntercept()) { testGeneratedHsail();