CompilationFinalWeakReferencePartialEvaluationTest
Andrew Haley
aph at redhat.com
Wed Dec 7 15:44:09 UTC 2016
I'm baffled by this test. If I run it on AArch64 it fails with
java.lang.AssertionError: expected:<42> but was:<57005>
at org.junit.Assert.fail(JUNIT.4e031bb61df09069aeb2bffb4019e7a5034a4ee0/Assert.java:88)
...
at com.oracle.graal.truffle.test.CompilationFinalWeakReferencePartialEvaluationTest.compilationFinalWeakReferenceTest(CompilationFinalWeakReferencePartialEvaluationTest.java:147)
So I tried it on x86. If I run it on x86 with debugging single-step
in eclipse, it does the same as on AArch64. If I run it on x86
without debugging enabled then it passes.
So, I cannot debug to find the problem because debugging always
breaks the test. Please help me to understand what this test is
supposed to do, and how it is supposed to work.
Thanks,
Andrew.
More information about the graal-dev
mailing list