AheadOfTimeCompilationTest
Doug Simon
doug.simon at oracle.com
Fri Dec 2 10:27:00 UTC 2016
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.
-Doug
> On 2 Dec 2016, at 11:05, Andrew Haley <aph at redhat.com> wrote:
>
> What does AheadOfTimeCompilationTest do? I'm seeing test failures
> in that my methods sometimes have the wrong number of nodes, but the
> code look fine.
>
> Thanks,
>
> Andrew.
More information about the graal-dev
mailing list