<div class="gmail_quote">2009/7/15 Dale Johannesen <span dir="ltr"><<a href="mailto:dalej@apple.com">dalej@apple.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im"><br>
On Jul 15, 2009, at 4:48 PMPDT, Daniel Dunbar wrote:<br>
<br>
> That depends on what you call a false positive. The public buildbot<br>
> regularly fails because of mailing Frontend tests, and I have had<br>
> continues failures of some DejaGNU tests for a long time on some<br>
> builders. Its not a false positive per se, but one starts to ignore<br>
> the failures because they aren't unexpected.<br>
<br>
</div>Yes.  Probably the only way this will work better is if we get the<br>
testsuite to 0 failures, everywhere, conditionalizing as necessary to<br>
get rid of expected failures.  Then regressions will be more visible.<br>
I doubt that will happen unless we freeze the tree for a while and get<br>
everybody to fix bugs, or disable tests, instead of doing new stuff<br>
(at least, that was the case for gcc).</blockquote><div><br>This is exactly what we're supposed to do for releases, and in theory, all of the time.<br><br>We've been having a lot of churn lately. This is a good thing overall, since it means there's lots of contributions going into the project. What's different about this is that we have a lot of large-scale, sweeping changes that touch a lot of code. In the past we've generally serialized this sort of thing between contributors, or broken changes up to be extremely incremental. The reason this is happening less now is that we, as developers, are growing more ambitious with our fixes to LLVM systematic problems, and doing so on a tigher schedule. Once again, this is a good thing.<br>

<br>There's two issues with buildbots. Firstly, we need more buildbots on more platforms. For example, there are no Darwin buildbots, so if I commit a change that breaks Darwin I won't get immediate notice about it, nor a log of the failure. We could even consider having a buildbot a prerequisite to being a release-blocking platform. The other is that we need some level of quality control on buildbots. We can accomplish this by either publishing a few buildbot guidelines (ie., don't install llvm-gcc on your buildbot machine because it will cause false-positives as llvm and llvm-gcc get out of step) and by enhancing the buildbot system to let us mark problems as expected. We already have part of that by XFAILing tests.<br>

<br>Even so, better buildbots will improve visibility into how the tree is progressing on a commit-by-commit basis, but it does nothing to prevent breakage in the first place. I suspect most of our grief will go away as some of the current major changes finish. If not, we'll have to come up with a better way to handle so many large changes, maybe something like a "schedule of merges" so that committers don't step all over each other. I think GCC does something like this already?<br>

<br>We've deferred imposing structure like that until we discover that we need it, and I'm not conviced we're quite there yet, but perhaps it's time to start thinking about it.<br><br>Nick<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div class="h5">
> - Daniel<br>
><br>
> On Wed, Jul 15, 2009 at 4:10 PM, Bill Wendling<<a href="mailto:isanbard@gmail.com">isanbard@gmail.com</a>><br>
> wrote:<br>
>> On Wed, Jul 15, 2009 at 3:43 PM, Eli<br>
>> Friedman<<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>> wrote:<br>
>>> On Wed, Jul 15, 2009 at 3:01 PM, Bill Wendling<<a href="mailto:isanbard@gmail.com">isanbard@gmail.com</a>><br>
>>> wrote:<br>
>>>> The core problem, in my opinion, is that people *don't* pay<br>
>>>> attention<br>
>>>> to the build bot failure messages that come along.<br>
>>><br>
>>> That's largely because of the number of false positives.<br>
>>><br>
>> There have been fewer and fewer of these in recent times.<br>
>><br>
>> -bw<br>
>> _______________________________________________<br>
>> LLVM Developers mailing list<br>
>> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
>> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
>><br>
><br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br>