İsmail Dönmez
2013-Nov-12 13:27 UTC
[LLVMdev] Some MCJIT XPASS and one FAIL on Linux ARMv7
Hi, Testing llvm trunk on openSUSE 13.1 ARMv7 I got 4 unexpected passes: Unexpected Passing Tests (4): LLVM :: ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll LLVM :: ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll LLVM :: ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll LLVM :: ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll And one FAIL: Failing Tests (1): LLVM :: ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll Maybe someone can shed some light into this? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131112/a3cc15da/attachment.html>
Gabor Ballabas
2013-Nov-12 14:56 UTC
[LLVMdev] Some MCJIT XPASS and one FAIL on Linux ARMv7
Hi, I've got the same 4 unexpected passing tests on the AArch64 buildbot. I checked the buildbot logs and before these tests started to fail all MCJIT tests were unsupported. I think that maybe this commit - http://llvm.org/viewvc/llvm-project?revision=193459&view=revision <http://llvm.org/viewvc/llvm-project?revision=193459&view=revision> caused the issue but I'm still trying to verify that on AArch64. Could you run the tests again after reverting that aforementioned commit? Best regards, Gabor Ballabas On 11/12/13 14:27, I.smail Dönmez wrote:> Hi, > > Testing llvm trunk on openSUSE 13.1 ARMv7 I got 4 unexpected passes: > > Unexpected Passing Tests (4): > LLVM :: ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll > LLVM :: ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll > LLVM :: ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll > LLVM :: ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll > > And one FAIL: > > Failing Tests (1): > LLVM :: ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll > > Maybe someone can shed some light into this? > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131112/fb0dd6d5/attachment.html>
Hi, Yes, I believe that was the commit that broke it. Takumi and Gabor should sync to solve that in a reasonable way that doesn't involve reverting Takumi's patch. But I agree, reverting it locally just to make sure it was that patch is probably a good idea. cheers, --renato On 12 November 2013 14:56, Gabor Ballabas <gaborb at inf.u-szeged.hu> wrote:> Hi, > > I've got the same 4 unexpected passing tests on the AArch64 buildbot. > I checked the buildbot logs and before these tests started to fail all > MCJIT > tests were unsupported. > I think that maybe this commit - > http://llvm.org/viewvc/llvm-project?revision=193459&view=revision > caused the issue but I'm still trying to verify that on AArch64. > Could you run the tests again after reverting that aforementioned commit? > > Best regards, > Gabor Ballabas > > > On 11/12/13 14:27, İsmail Dönmez wrote: > > Hi, > > Testing llvm trunk on openSUSE 13.1 ARMv7 I got 4 unexpected passes: > > Unexpected Passing Tests (4): > LLVM :: ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll > LLVM :: ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll > LLVM :: ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll > LLVM :: ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll > > And one FAIL: > > Failing Tests (1): > LLVM :: ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll > > Maybe someone can shed some light into this? > > > > > _______________________________________________ > LLVM Developers mailing listLLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131112/e2d91dbc/attachment.html>