<div dir="ltr"><div><div>From <a href="http://llvm.org/docs/TestingGuide.html#test-suite-overview">http://llvm.org/docs/TestingGuide.html#test-suite-overview</a>, you can follow the link to <a href="http://llvm.org/docs/lnt/quickstart.html">http://llvm.org/docs/lnt/quickstart.html</a> which will describe how to set everything up to run the LNT (I think LNT stands for LLVM Nightly Tests) tests (the test-suite).<br><br></div>Since you appear to be using git rather than SVN, you can see where to clone what you need at: <a href="http://llvm.org/docs/GettingStarted.html#git-mirror">http://llvm.org/docs/GettingStarted.html#git-mirror</a><br></div>It suggests the following:<br><pre>git clone <a href="https://git.llvm.org/git/test-suite.git/">https://git.llvm.org/git/test-suite.git/</a></pre></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 18, 2018 at 10:37 PM, Joel Jacobson via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Jan 18, 2018 at 12:48 PM, David Chisnall<br>
<<a href="mailto:David.Chisnall@cl.cam.ac.uk">David.Chisnall@cl.cam.ac.uk</a>> wrote:<br>
> The down side is that they are not integration tests and so don’t check that the code is correct, only that it is the same as last time. The LLVM Nightly Test suite contains a number of executable tests, but these typically take much longer to run and so are run by the CI infrastructure on a variety of different platforms.<br>
<br>
I incorrectly assumed "nightly" referred to some git branch, but I see<br>
no mentioning of "nightly" looking at `git branch -a`, so it must be<br>
located somewhere else?<br>
<br>
Googling "LLVM Nightly Test" directs me to<br>
<a href="http://llvm.org/docs/lnt/tests.html" rel="noreferrer" target="_blank">http://llvm.org/docs/lnt/<wbr>tests.html</a> where it says "LLVM Makefile<br>
test-suite (aka LLVM Nightly Test), Note: The Makefile test-suite is<br>
deprecated.".<br>
<br>
Where are these tests located? What git repo/branch to checkout and in<br>
what directory can I find the tests?<br>
<br>
My apologies for my stupidity. :)<br>
______________________________<wbr>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>