changeset 15790:c74c34976c47

@Ignore (and not expect GraalInternalError) long-running EscapingNewStringConcatTest
author Lukas Stadler <lukas.stadler@oracle.com>
date Tue, 20 May 2014 15:28:53 +0200
parents e44dd5a90947
children 308cedd2aaa2
files graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/EscapingNewStringConcatTest.java
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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();