[LLVMdev] Running generic tests for a foreign target

David Blaikie dblaikie at gmail.com
Tue Mar 17 09:20:15 PDT 2015


On Tue, Mar 17, 2015 at 4:47 AM, Daniel Sanders <Daniel.Sanders at imgtec.com>
wrote:

>  Hi,
>
>
>
> I'm wondering if there's a way to run our generic tests (e.g.
> test/CodeGen/Generic) for a foreign target architecture. For example, one
> of my recent commits r232374 passed 'ninja check-all' for me on my X86
> machine but failed a generic test on the Hexagon builders. Of course, it
> worked for me because I was actually testing the generic tests for X86
> instead of Hexagon.
>
>
>
> Does anyone know of a way to easily catch this kind of problem before
> committing?
>

Nope, we don't really have anything for this - buildbot failures are
perfectly acceptable means of flushing these things out.

But it's an idea that's been bandied about more than once (running the test
suite with multiple target architectures) but not been implemented. It
would be nice to have.


>
>
> *Daniel Sanders*
>
> Leading Software Design Engineer, MIPS Processor IP
>
> Imagination Technologies Limited
>
> www.imgtec.com
>
>
>
> _______________________________________________
> 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/20150317/e0b60b9a/attachment.html>


More information about the llvm-dev mailing list