<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="SV" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hello Antonio and Mikael.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I’ve tried reproducing this also after removal of the redundant test (D28943), and I still see the fail for CHECK10.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">The problem is that we (both me an Mikael) are running this test from inside our llvm repo (with build&test artifacts ending up in  a “build-all” directory inside the llvm clone).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">So if I run the test with -debug I can see that it is searching for the format file like this:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/clang/test/Format/Output/.clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/clang/test/Format/Output/_clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/clang/test/Format/.clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/clang/test/Format/_clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/clang/test/.clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/clang/test/_clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/clang/.clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/clang/_clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/.clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/tools/_clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/.clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/build-all/_clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Trying /repo/llvm/.clang-format...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Using configuration file /repo/llvm/.clang-format<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">So the test case will find the format file that exists in the llvm repository and it uses that one (and not the one defined as a fallback).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I’m not sure that there is a rule against having the build&test artifacts inside the repo. I think there are both pros and cons to have such a setup. And it is something that has been working well for us so far.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Regards<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">/Björn<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
</body>
</html>