CompilationFinalWeakReferencePartialEvaluationTest
Andrew Haley
aph at redhat.com
Wed Dec 7 16:26:06 UTC 2016
On 07/12/16 16:21, Andreas Woess wrote:
> More PartialEvaluationTests (in the com.oracle.graal.truffle.test
> package) might fail because of that. If it's not just 1 test, maybe we
> need to skip these tests on AArch64 only. This could be done with
> junit's Assume.assumeTrue/False with an arch check. It's probably enough
> to put it somewhere in PartialEvaluationTest. (Obviously, the other
> option would be to implement the missing pieces. But we can do that in a
> follow-up.)
OK. I'll try that and see what happens.
Of course, I don't know what is missing in the way of AArch64 support,
so responses like "Truffle is currently missing AArch64 support" are
extremely helpful, especially when this test is failing in a very
obscure way and I've been staring it it for hours!
Thanks again,
Andrew.
More information about the graal-dev
mailing list