# HG changeset patch # User Christos Kotselidis # Date 1372062148 -7200 # Node ID 0eeb9f8dab9b280bee938617674411c7ddde5188 # Parent 2393c37d1997c7fcd238679c5dfd58c435dd0259 Ignore testBoxedBooleanAOT test diff -r 2393c37d1997 -r 0eeb9f8dab9b 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 Fri Jun 21 23:12:51 2013 +0200 +++ b/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/AheadOfTimeCompilationTest.java Mon Jun 24 10:22:28 2013 +0200 @@ -170,6 +170,7 @@ } @Test + @Ignore public void testBoxedBooleanAOT() { StructuredGraph result = compile("getBoxedBoolean", true);