<div dir="ltr">+lhames, JIT Ring Master<br><br>David - do you have any further info on the failures? How are these tests failing (what errors, crashes, etc? backtraces?)? Might get something useful out of running them under a sanitizer or valgrind (might not - not sure if all of their lower-level behavior is understood/valid with those kinds of checkers)<br><br><div class="gmail_quote"><div dir="ltr">On Mon, Sep 10, 2018 at 8:18 PM David Greene via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am seeing a number of JIT unit test failures on AArch64.  Some googling returns<br>
past discussions (circa 2014) but as far as I can tell, everything should be working.<br>
I listed the failures below.<br>
<br>
These are from a Release build.  A Debug build does not exhibit the failures.  I built<br>
with gcc 6.1.0 on SuSE 12.  Switching to gcc 8.2.0 also makes the problem go away,<br>
both in Debug and Release builds.<br>
<br>
Is there a known problem with gcc 6.1.0 on AArch64?  I considered the possiblity<br>
that the tests (or libraries) somehow wander into undefined behavior territory<br>
but my guess is that's unlikely.<br>
<br>
                                                            -David<br>
<br>
********************<br>
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. <br>
Testing Time: 5.12s<br>
********************<br>
Failing Tests (11):<br>
    LLVM-Unit :: ExecutionEngine/MCJIT/./MCJITTests/MCJITTest.lazy_function_creator_lambda<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/CoreAPIsStandardTest.DefineMaterializingSymbol<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/CoreAPIsStandardTest.FallbackDefinitionGeneratorTest<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/DummyRPC.ReturnErrorFailure<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/DummyRPC.ReturnExpectedFailure<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/RemoteObjectLayer.AddObjectFailure<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/RemoteObjectLayer.EmitAndFinalizeFailure<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/RemoteObjectLayer.FindSymbol<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/RemoteObjectLayer.FindSymbolIn<br>
    LLVM-Unit :: ExecutionEngine/Orc/./OrcJITTests/RemoteObjectLayer.RemoveObjectFailure<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div></div>