This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mainline in regression-fix mode after Thanksgiving


Mark Mitchell <mark@codesourcery.com> wrote:

>> Dear Santa, for Christmas I want a regression tester that will
>> specifically find the person that caused each of the 200 regressions,
>> then do: sort | uniq -c | sort -nr and update a web page with that
>> information.  We can then have just the people that put in regressions
>> get hammered instead of everyone.
>
> Yes, that would be nice. :-)


The closer I get is this:

~$ wget -q -O - http://snurl.com/regressions40csv | cut -d ',' -f 5 | sort |
uniq -c | sort -nr
    166 "unassigned@gcc.gnu.org"
      7 "mark@codesourcery.com"
      6 "rth@gcc.gnu.org"
      6 "pinskia@gcc.gnu.org"
      6 "giovannibajo@libero.it"
      4 "rakdver@gcc.gnu.org"
      3 "lerdsuwa@gcc.gnu.org"
      2 "zack@gcc.gnu.org"
      2 "nathan@gcc.gnu.org"
      2 "hjl@lucon.org"
      2 "dberlin@gcc.gnu.org"
      2 "bje@gcc.gnu.org"
      1 "zlaski@apple.com"
      1 "zack@codesourcery.com"
      1 "uros@kss-loka.si"
      1 "toon@moene.indiv.nluug.nl"
      1 "steven@gcc.gnu.org"
      1 "jason@redhat.com"
      1 "hubicka@gcc.gnu.org"
      1 "echristo@redhat.com"
      1 "ebotcazou@gcc.gnu.org"
      1 "drow@gcc.gnu.org"
      1 "dnovillo@redhat.com"
      1 "dnovillo@gcc.gnu.org"
      1 "bonzini@gcc.gnu.org"
      1 "bkoz@gcc.gnu.org"
      1 "assigned_to"
      1 "aaronavay62@aaronwl.com"


Then, we need a policy to auto-assign a regression to whoever caused/exposed
it, and you'd get your Santa present for Thanksgiving :)
-- 
Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]