# HG changeset patch # User Gilles Duboscq # Date 1379521301 -7200 # Node ID b4480517a44d41638dba494df0f160fbfe20af7b # Parent 0b1f0763bb181b07266a5ee88ca2c9396f94abea Disable StaticIntSpillTest until HSAIL backend problem is resolved diff -r 0b1f0763bb18 -r b4480517a44d graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticIntSpillTest.java --- a/graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticIntSpillTest.java Wed Sep 18 18:20:59 2013 +0200 +++ b/graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticIntSpillTest.java Wed Sep 18 18:21:41 2013 +0200 @@ -25,7 +25,8 @@ import java.util.*; import com.oracle.graal.compiler.hsail.test.infra.GraalKernelTester; -import org.junit.Test; + +import org.junit.*; /** * Tests the spilling of integers into memory. @@ -87,6 +88,7 @@ } // Marked to only run on hardware until simulator spill bug is fixed. + @Ignore @Test public void test() { testGeneratedHsail();