changeset 10583:9af370c1fdf0

Disable PTX invocation
author Morris Meyer <morris.meyer@oracle.com>
date Sun, 30 Jun 2013 11:19:34 -0400
parents 6cb9516d7036
children ace9e84cc773
files graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/BasicPTXTest.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/BasicPTXTest.java	Sun Jun 30 11:19:21 2013 -0400
+++ b/graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/BasicPTXTest.java	Sun Jun 30 11:19:34 2013 -0400
@@ -24,6 +24,7 @@
 
 import java.lang.reflect.Method;
 
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -36,7 +37,7 @@
         compile("testConstI");
     }
 
-    @Test
+    @Ignore
     public void testInvoke() {
         invoke(compile("testConstI"));
     }