[cfe-dev] performing tests on target machines (similar to dejagnu remote testing)

Reid Kleckner rnk at google.com
Thu May 15 11:30:29 PDT 2014


That link is describing the lit test suite checked in with the Clang and
LLVM source code.  There are no execution tests in that suite.

There is a larger test-suite repository which contains execution tests, but
I don't think most developers bother running it.  It's run on an ad-hoc
basis on various bots controlled by different organizations.  I think
http://llvm.org/docs/lnt/quickstart.html has more info on it.


On Thu, May 15, 2014 at 3:06 AM, jestin james <james.jestin at gmail.com>wrote:

> Hi,
>
> I am new to Clang and would like to learn more about it.
>
> I have used gcc and the Dejagnu test framework. So, I was searching an
> equivalent of dejagnu, where we can execute tests on the target
> machine itself.
> (http://kegel.com/crosstool/current/doc/dejagnu-remote-howto.html)
>
> I came across
> http://llvm.org/docs/TestingGuide.html#platform-specific-tests.
> Still yet to get a good  understanding about it.
> Do we have something similar in Clang test framework as well?
> I am basically looking to get some tests executed in my i386, ARM,
> Powerpc boards.
>
> Probably, I will find the answers myself, if I spend some more time in
> the documentation.
> Just sending this email in case some one could help me with some quick
> pointers.
>
> Regards,
> Jestin
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140515/25dbaa74/attachment.html>


More information about the cfe-dev mailing list