<div dir="ltr">Right, so now the issue is that the test runner tries to delete a file which is checked in, causing git to detect changes. Do we change the test runner to never delete generated Makefiles? It seems like there was some contention about that last time I ran into this problem. It's all very flaky right now, because the generated filename is the same as the checked in filename. We should make a decision, probably from the following list:<div><br></div><div>1) The test runner will always generate Makefiles, and Makefiles will never be checked in<br></div><div>2) The test runner will never generate Makefiles, and Makefiles will always be checked in</div><div>3) The test runner will generate Makefiles whenever it wants, but with <b>different names</b> than those of the files that are checked in.</div></div><br><div class="gmail_quote">On Wed Feb 04 2015 at 10:58:07 AM Greg Clayton <<a href="mailto:clayborg@gmail.com">clayborg@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please just check the Makefile files in, don't remove them. Why? Because when this test fails, I want to be able to go to each directory and type "make" and then be able to debug it. If there are no makefiles, you can only run it by running the inline test. This is why the Makefiles were left there. So just run these tests once and check in any Makefile files that are not already checked in.<br>
<br>
<br>
<a href="http://reviews.llvm.org/D7407" target="_blank">http://reviews.llvm.org/D7407</a><br>
<br>
EMAIL PREFERENCES<br>
<a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
<br>
<br>
</blockquote></div>