# HG changeset patch # User Tom Rodriguez # Date 1390519274 28800 # Node ID 529aeebad724626ffd5155724e5477bcb0714fb7 # Parent 0991dc195637b687cb8d30d9d2c6f35ab4469558 Disable AOT boolean test for now diff -r 0991dc195637 -r 529aeebad724 graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/AheadOfTimeCompilationTest.java --- a/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/AheadOfTimeCompilationTest.java Thu Jan 23 14:35:40 2014 -0800 +++ b/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/AheadOfTimeCompilationTest.java Thu Jan 23 15:21:14 2014 -0800 @@ -172,6 +172,7 @@ return Boolean.valueOf(true); } + @Ignore("ImmutableCode override may not work reliably in non-hosted mode") @Test public void testBoxedBooleanAOT() { StructuredGraph result = compile("getBoxedBoolean", true);