changeset 13786:4d89f51eae9e

ignore StaticMethod16InArraysTest until multi-GPU support is complete
author Doug Simon <doug.simon@oracle.com>
date Tue, 28 Jan 2014 18:34:04 +0100
parents 55785507f4df
children eec9f21a40b7
files graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/StaticMethod16InArraysTest.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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) {