Re: [ovs-dev] [PATCH 2/2] valgrind: Update glibc timer_create() suppression.

2013-07-29 Thread Ethan Jackson
Thanks, I merged both of these. Ethan On Mon, Jul 29, 2013 at 3:32 PM, Ben Pfaff wrote: > On Mon, Jul 29, 2013 at 03:28:09PM -0700, Ethan Jackson wrote: >> For some reason the current suppression fails to actually suppress the >> warning. >> >> Signed-off-by: Ethan Jackson > > The old version w

Re: [ovs-dev] [PATCH 2/2] valgrind: Update glibc timer_create() suppression.

2013-07-29 Thread Ben Pfaff
On Mon, Jul 29, 2013 at 03:28:09PM -0700, Ethan Jackson wrote: > For some reason the current suppression fails to actually suppress the > warning. > > Signed-off-by: Ethan Jackson The old version worked OK with my glibc but so does the new one so: Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH 2/2] valgrind: Update glibc timer_create() suppression.

2013-07-29 Thread Ethan Jackson
For some reason the current suppression fails to actually suppress the warning. Signed-off-by: Ethan Jackson --- tests/glibc.supp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/glibc.supp b/tests/glibc.supp index 52d17bc..948ee01 100644 --- a/tests/glibc.supp +++