Agreed, but that's a difficult problem to solve given the current architecture of the test suite.  In my ideal world, we would just build all the test executables at the same time we build lldb, and that would even speed up the test suite, but i think we're a ways away from that.<br><div class="gmail_quote">On Fri, Dec 12, 2014 at 5:50 PM Jonathan Roelofs <<a href="mailto:jonathan@codesourcery.com">jonathan@codesourcery.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 12/12/14 4:35 PM, Zachary Turner wrote:<br>
> lldb inline tests seem to generate their own Makefile and then clean it up<br>
> after they're done.  lldb\test\lang\objc\objc-<u></u>runtime-ivars seems to have a<br>
> Makefile checked into the repo.  So when I run the test suite, it deletes<br>
> this repo and creates an annoyance every time I go to commit a changelist<br>
> I'm working on, because I have to remember to undo the fact that this file<br>
> is about to get deleted from the repo.<br>
><br>
> What's the correct thing to do here?  Should we: a) Remove this Makefile<br>
> from the repo and rely on the inline test to generate it, b) Only do<br>
> something in CleanMakefile() if BuildMakefile() was previously called?<br>
>   (this isn't the case for me locally, since all of these tests are disabled<br>
> on Windows, but the cleanup isn't behind a similar check), c) some<br>
> combinatino of the above?<br>
It would be extremely nice if building & testing didn't modify or create any<br>
files in the directory checked out from svn/git.  Having that makes it a bit<br>
easier to provide build reproducibility guarantees on shipped toolchains.<br>
<br>
<br>
Cheers,<br>
<br>
Jon<br>
><br>
> Would appreciate some assistance, as this is very annoying to keep having<br>
> the test suite modify my in-progress CLs.<br>
><br>
><br>
><br>
> ______________________________<u></u>_________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/lldb-dev</a><br>
><br>
<br>
--<br>
Jon Roelofs<br>
<a href="mailto:jonathan@codesourcery.com" target="_blank">jonathan@codesourcery.com</a><br>
CodeSourcery / Mentor Embedded<br>
</blockquote></div>