# HG changeset patch # User Tom Rodriguez # Date 1437415720 25200 # Node ID 97ee41c80b1d9f5f786d6910ed4990957d4c90c4 # Parent 7abe84b97eaad9d33d0c52ecfe0c54d4c86c6182 Temporarily disable implicit null test diff -r 7abe84b97eaa -r 97ee41c80b1d graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ImplicitNullCheckTest.java --- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ImplicitNullCheckTest.java Mon Jul 20 11:21:28 2015 -0700 +++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ImplicitNullCheckTest.java Mon Jul 20 11:08:40 2015 -0700 @@ -53,6 +53,7 @@ return 0; } + @Ignore("temporarily disable until LoadHub lowering is clarified") @Test public void test1() { test("test1Snippet");