Re: Remove regexp and expected output from gtest pass/fail line

2013-12-08 Thread Jakub Jelinek
On Sun, Dec 08, 2013 at 07:18:37PM +, Richard Sandiford wrote: > gcc/testsuite/ > * lib/asan-dg.exp (asan-gtest): Remove actual and expected output > from the pass/fail line and add it to the log instead. Looks ok to me, except the ChangeLog, all I'm seeing is that you are removing

Re: Remove regexp and expected output from gtest pass/fail line

2013-12-08 Thread Richard Sandiford
Jakub Jelinek writes: > On Sun, Dec 08, 2013 at 10:31:56AM +, Richard Sandiford wrote: >> --- gcc/testsuite/lib/asan-dg.exp(revision 205654) >> +++ gcc/testsuite/lib/asan-dg.exp(working copy) >> @@ -288,9 +288,10 @@ >> if { "$status" == "fail" } { >>

Re: Remove regexp and expected output from gtest pass/fail line

2013-12-08 Thread Jakub Jelinek
On Sun, Dec 08, 2013 at 10:31:56AM +, Richard Sandiford wrote: > --- gcc/testsuite/lib/asan-dg.exp (revision 205654) > +++ gcc/testsuite/lib/asan-dg.exp (working copy) > @@ -288,9 +288,10 @@ > if { "$status" == "fail" } { > pass "$testname executi

Re: Remove regexp and expected output from gtest pass/fail line

2013-12-08 Thread Richard Sandiford
Richard Sandiford writes: > I sent a patch to upstream dejagnu so that things like: > > FAIL: c-c++-common/asan/global-overflow-1.c -Os output pattern test, is > ==4731 > ==ERROR: AddressSanitizer failed to allocate 0xdfff0001000 (15392894357504) > byte > s at address 0x02008fff7000 (12) > ==4

Remove regexp and expected output from gtest pass/fail line

2013-12-08 Thread Richard Sandiford
I sent a patch to upstream dejagnu so that things like: FAIL: c-c++-common/asan/global-overflow-1.c -Os output pattern test, is ==4731 ==ERROR: AddressSanitizer failed to allocate 0xdfff0001000 (15392894357504) byte s at address 0x02008fff7000 (12) ==4731==ReserveShadowMemoryRange failed while t