changeset 13743:529aeebad724

Disable AOT boolean test for now
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 23 Jan 2014 15:21:14 -0800
parents 0991dc195637
children d96dbd96bb45
files graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/AheadOfTimeCompilationTest.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);