toolchain testing

2020-05-19 Thread Rob Savoye
If you use my my fork of ABE from here: https://gitlab.com/rsavoye/abe, here's how I'm running tests with a branch of DejaGnu: ./abe.sh gcc=gcc.git~master --set languages=c,c++,lto,go,fortran --build all --set runtestflags='--xml' --excludecheck glibc --check all --disable update |& tee x E

Re: I volunteer

2020-05-19 Thread Rob Savoye
On 5/18/20 4:36 PM, Jacob Bachmeyer wrote: > What is the minimal set needed for sufficient testing?  (Which > packages?  GCC, GDB, ...?  How many versions?  Latest release/Past three > releases/All supported releases/Something else?  I have/have access to > AMD64 (with 32-bit compatibility availab

Re: I volunteer

2020-05-19 Thread Rob Savoye
On 5/19/20 3:11 AM, Christophe Lyon wrote: > IIRC, that's what ABE does too. Abe lets you specify a branch of all tools to build, including DejaGnu. I do this a few different ways. If the DejaGnu branch is upstream, then just tell ABE to use that. If the branch isn't upstream, you can do what Ch

Re: I volunteer

2020-05-19 Thread Christophe Lyon
On Tue, 19 May 2020 at 00:36, Jacob Bachmeyer wrote: > > Rob Savoye wrote: > > On 5/18/20 2:16 PM, Jacob Bachmeyer wrote: > > > >> My work on DejaGnu is one of my hobbies. However, DejaGnu is a > >> relatively stable project, so I do not expect it to require much time. > >> > > > > To adequatel