Re: [PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-11 Thread Yuri Gribov
On Mon, Jul 10, 2017 at 10:52 PM, Mike Stump wrote: > On Jul 10, 2017, at 2:21 PM, Mike Stump wrote: >> >> Someone with such a system will have to drill down into why. > > Found it, fixed in dejagnu 1.5.3, just use a newer dejagnu, 1.5.3 or later >

Re: [PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-10 Thread Mike Stump
On Jul 10, 2017, at 2:21 PM, Mike Stump wrote: > > Someone with such a system will have to drill down into why. Found it, fixed in dejagnu 1.5.3, just use a newer dejagnu, 1.5.3 or later should be fine. Apparently, I should have just checked it _first_. I didn't

Re: [PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-10 Thread Mike Stump
On Jul 10, 2017, at 2:44 AM, Yuri Gribov wrote: > > On Mon, Jul 10, 2017 at 10:32 AM, Thomas Preudhomme > wrote: >> Hi Yuri, >> >> On 09/07/17 20:06, Yuri Gribov wrote: >>> >>> Hi, >>> >>> Currently dg-cmp-results fails to compare fails in

Re: [PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-10 Thread Mike Stump
On Jul 9, 2017, at 12:06 PM, Yuri Gribov wrote: > > Currently dg-cmp-results fails to compare fails in Asan tests because > their output includes failing process id: > NA->FAIL: c-c++-common/asan/bitfield-1.c -O0 output pattern test, > is ==18161==ERROR > FAIL->NA:

Re: [PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-10 Thread Yuri Gribov
On Mon, Jul 10, 2017 at 1:13 PM, Thomas Preudhomme wrote: > [adding Mike Stump who approved my last patch to dg-cmp-results] > > Hi Yuri, > > On 09/07/17 20:06, Yuri Gribov wrote: >> >> Hi, >> >> Currently dg-cmp-results fails to compare fails in Asan tests because

Re: [PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-10 Thread Thomas Preudhomme
[adding Mike Stump who approved my last patch to dg-cmp-results] Hi Yuri, On 09/07/17 20:06, Yuri Gribov wrote: Hi, Currently dg-cmp-results fails to compare fails in Asan tests because their output includes failing process id: NA->FAIL: c-c++-common/asan/bitfield-1.c -O0 output pattern

Re: [PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-10 Thread Yuri Gribov
On Mon, Jul 10, 2017 at 10:32 AM, Thomas Preudhomme wrote: > Hi Yuri, > > On 09/07/17 20:06, Yuri Gribov wrote: >> >> Hi, >> >> Currently dg-cmp-results fails to compare fails in Asan tests because >> their output includes failing process id: >> NA->FAIL:

Re: [PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-10 Thread Thomas Preudhomme
Hi Yuri, On 09/07/17 20:06, Yuri Gribov wrote: Hi, Currently dg-cmp-results fails to compare fails in Asan tests because their output includes failing process id: NA->FAIL: c-c++-common/asan/bitfield-1.c -O0 output pattern test, is ==18161==ERROR FAIL->NA: c-c++-common/asan/bitfield-1.c

[PATCH] Ignore random output from Asan tests in dg-cmp-results

2017-07-09 Thread Yuri Gribov
Hi, Currently dg-cmp-results fails to compare fails in Asan tests because their output includes failing process id: NA->FAIL: c-c++-common/asan/bitfield-1.c -O0 output pattern test, is ==18161==ERROR FAIL->NA: c-c++-common/asan/bitfield-1.c -O0 output pattern test, is ==26667==ERROR This