# HG changeset patch # User Morris Meyer # Date 1372605574 14400 # Node ID 9af370c1fdf0f95c463750c7e8157c51c7c20125 # Parent 6cb9516d70367f2925853b6abac0f8485926be09 Disable PTX invocation diff -r 6cb9516d7036 -r 9af370c1fdf0 graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/BasicPTXTest.java --- 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")); }