[PATCH] Disable Remote MCJIT tests on ARM until further notice

Alp Toker alp at nuanti.com
Tue Dec 3 00:32:48 PST 2013


On 02/12/2013 22:37, Renato Golin wrote:
> Hi grosbach, sylvestre.ledru, andrew.w.kaylor,
>
> The communication protocol is unstable on ARM when compiled with Clang, which is disrupting the self-hosting buildbots that are going to be added this week. I'm working on a solution, but remote MCJIT is not high-priority for ARM at the moment, so it might take a while.
>
> This patch will allow me to fix the issue while the buildbot is out there, catching other bugs.
>
> Jim, this patch doesn't need to be back-ported, since it's just for the sake of the buildbot. Also, the fix will likely come after the release, and it's not critical, so no worries there, too.

Is this the EINTR incomplete read/write problem?

Was Andrew's prospective patch to fix it a no-go? If so please file a PR 
with the status and reference it in lit.local.cfg along with your change.

Alp.


>
> http://llvm-reviews.chandlerc.com/D2308
>
> Files:
>    test/ExecutionEngine/MCJIT/remote/lit.local.cfg
>
> Index: test/ExecutionEngine/MCJIT/remote/lit.local.cfg
> ===================================================================
> --- test/ExecutionEngine/MCJIT/remote/lit.local.cfg
> +++ test/ExecutionEngine/MCJIT/remote/lit.local.cfg
> @@ -1,3 +1,2 @@
> -if 'armv4' in config.root.target_triple or \
> -        'armv5' in config.root.target_triple:
> +if 'arm' in config.root.target_triple:
>       config.unsupported = True
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-- 
http://www.nuanti.com
the browser experts




More information about the llvm-commits mailing list