AheadOfTimeCompilationTest

Andrew Haley aph at redhat.com
Fri Dec 2 10:47:46 UTC 2016


On 02/12/16 10:27, Doug Simon wrote:
> They test the expected behavior of the com.oracle.graal.compiler.common.GraalOptions.ImmutableCode option.
> 
> If you’re having problems making these tests pass on AArch64, you could insert `org.junit.Assume.assumeFalse(getTarget().arch.getName().equals("aarch64"));` in the relevant tests.

Okay, so ImmutableCode is TBD on AArch64.  I'll add it to the list.

Thanks,

Andrew.



More information about the graal-dev mailing list