# HG changeset patch # User Doug Simon # Date 1390930444 -3600 # Node ID 4d89f51eae9ea87cb3377b700f4fe63f2254a674 # Parent 55785507f4df99090965048bff0787789270c1d8 ignore StaticMethod16InArraysTest until multi-GPU support is complete diff -r 55785507f4df -r 4d89f51eae9e graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticMethod16InArraysTest.java --- a/graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticMethod16InArraysTest.java Tue Jan 28 18:32:30 2014 +0100 +++ b/graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticMethod16InArraysTest.java Tue Jan 28 18:34:04 2014 +0100 @@ -62,6 +62,7 @@ * there are registers. */ @Test(expected = java.lang.ClassCastException.class) + @Ignore("until GPU backends can co-exist") public void test() { DebugConfig debugConfig = DebugScope.getConfig(); DebugConfig noInterceptConfig = new DelegatingDebugConfig(debugConfig) {