# HG changeset patch # User Gilles Duboscq # Date 1379577691 -7200 # Node ID 5a6d1d2a6522956bd520094805d34a8dffa5dd42 # Parent b4480517a44d41638dba494df0f160fbfe20af7b Disable StaticDoubleSpillTest until HSAIL backend problem is resolved diff -r b4480517a44d -r 5a6d1d2a6522 graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticDoubleSpillTest.java --- a/graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticDoubleSpillTest.java Wed Sep 18 18:21:41 2013 +0200 +++ b/graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticDoubleSpillTest.java Thu Sep 19 10:01:31 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 double variables into memory. @@ -118,6 +119,7 @@ } // Marked to only run on hardware until simulator spill bug is fixed. + @Ignore @Test public void test() { testGeneratedHsail();