Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-03-05 Thread Christophe Lyon
On Tue, 5 Mar 2019 at 16:17, Rainer Orth wrote: > > Hi Christophe, > > I know I'm coming quite late to this, but I've got quite a number of > problems with your approach. Thanks for your feedback > > dg-extract-results currently moves lines like > > WARNING: program timed out > > at the end of

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-03-05 Thread Rainer Orth
Hi Christophe, I know I'm coming quite late to this, but I've got quite a number of problems with your approach. > dg-extract-results currently moves lines like > WARNING: program timed out > at the end of each .exp section when it generates .sum files. This is only true when

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-03-05 Thread Rainer Orth
Hi Christophe, > On Tue, 19 Feb 2019 at 10:28, Christophe Lyon > wrote: >> >> On Mon, 18 Feb 2019 at 21:12, Rainer Orth >> wrote: >> > >> > Hi Christophe, >> > >> > > dg-extract-results currently moves lines like >> > > WARNING: program timed out >> > > at the end of each .exp section when it

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-03-04 Thread Christophe Lyon
On Tue, 19 Feb 2019 at 11:29, Christophe Lyon wrote: > > On Tue, 19 Feb 2019 at 10:28, Christophe Lyon > wrote: > > > > On Mon, 18 Feb 2019 at 21:12, Rainer Orth > > wrote: > > > > > > Hi Christophe, > > > > > > > dg-extract-results currently moves lines like > > > > WARNING: program timed out

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-02-19 Thread Christophe Lyon
On Tue, 19 Feb 2019 at 10:28, Christophe Lyon wrote: > > On Mon, 18 Feb 2019 at 21:12, Rainer Orth > wrote: > > > > Hi Christophe, > > > > > dg-extract-results currently moves lines like > > > WARNING: program timed out > > > at the end of each .exp section when it generates .sum files. > > > >

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-02-19 Thread Christophe Lyon
On Mon, 18 Feb 2019 at 21:12, Rainer Orth wrote: > > Hi Christophe, > > > dg-extract-results currently moves lines like > > WARNING: program timed out > > at the end of each .exp section when it generates .sum files. > > > > This is because it sorts its output based on the 2nd field, which is > >

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-02-18 Thread Rainer Orth
Hi Christophe, > dg-extract-results currently moves lines like > WARNING: program timed out > at the end of each .exp section when it generates .sum files. > > This is because it sorts its output based on the 2nd field, which is > normally the testname as in: > FAIL:

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-02-04 Thread Iain Sandoe
> On 4 Feb 2019, at 08:55, Christophe Lyon wrote: > > On Sat, 2 Feb 2019 at 00:13, Mike Stump wrote: >> >> On Jan 23, 2019, at 5:16 AM, Christophe Lyon >> wrote: >>> What do people think about this? >> >> Seems reasonable. > > Thanks, committed as r268511. There are a few improvements

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-02-04 Thread Christophe Lyon
On Sat, 2 Feb 2019 at 00:13, Mike Stump wrote: > > On Jan 23, 2019, at 5:16 AM, Christophe Lyon > wrote: > > What do people think about this? > > Seems reasonable. Thanks, committed as r268511. Christophe

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-02-01 Thread Mike Stump
On Jan 23, 2019, at 5:16 AM, Christophe Lyon wrote: > What do people think about this? Seems reasonable.

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-01-31 Thread Christophe Lyon
On Thu, 31 Jan 2019 at 13:30, Iain Sandoe wrote: > > > > On 29 Jan 2019, at 10:22, Christophe Lyon > > wrote: > > > > On Tue, 29 Jan 2019 at 11:12, Iain Sandoe wrote: > >> > > > >>> Did it work for you? > >> > >> So far it’s looking nice… (anything that makes the dg output more stable > >>

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-01-31 Thread Iain Sandoe
> On 29 Jan 2019, at 10:22, Christophe Lyon wrote: > > On Tue, 29 Jan 2019 at 11:12, Iain Sandoe wrote: >> >>> Did it work for you? >> >> So far it’s looking nice… (anything that makes the dg output more stable is >> Good in my book) >> >> … I am not sure (not checked thoroughly) but I

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-01-29 Thread Christophe Lyon
On Tue, 29 Jan 2019 at 11:12, Iain Sandoe wrote: > > Hi Christophe, > > > On 29 Jan 2019, at 09:58, Christophe Lyon > > wrote: > > > > On Sat, 26 Jan 2019 at 17:43, Iain Sandoe wrote: > >> > >> Hi Christophe, > >> > >>> On 23 Jan 2019, at 13:16, Christophe Lyon > >>> wrote: > >> > >>>

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-01-29 Thread Iain Sandoe
Hi Christophe, > On 29 Jan 2019, at 09:58, Christophe Lyon wrote: > > On Sat, 26 Jan 2019 at 17:43, Iain Sandoe wrote: >> >> Hi Christophe, >> >>> On 23 Jan 2019, at 13:16, Christophe Lyon >>> wrote: >> >>> dg-extract-results currently moves lines like >>> WARNING: program timed out >>>

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-01-29 Thread Christophe Lyon
On Sat, 26 Jan 2019 at 17:43, Iain Sandoe wrote: > > Hi Christophe, > > > On 23 Jan 2019, at 13:16, Christophe Lyon > > wrote: > > > dg-extract-results currently moves lines like > > WARNING: program timed out > > at the end of each .exp section when it generates .sum files. > > > > This is

Re: [PATCH] Handle timeout warnings in dg-extract-results

2019-01-26 Thread Iain Sandoe
Hi Christophe, > On 23 Jan 2019, at 13:16, Christophe Lyon wrote: > dg-extract-results currently moves lines like > WARNING: program timed out > at the end of each .exp section when it generates .sum files. > > This is because it sorts its output based on the 2nd field, which is > normally the

[PATCH] Handle timeout warnings in dg-extract-results

2019-01-23 Thread Christophe Lyon
Hi, dg-extract-results currently moves lines like WARNING: program timed out at the end of each .exp section when it generates .sum files. This is because it sorts its output based on the 2nd field, which is normally the testname as in: FAIL: gcc.c-torture/execute/20020129-1.c -O2 -flto