tests: Suppress valgrind error reports from glibc timer_create() function.
authorBen Pfaff <blp@nicira.com>
Wed, 28 Mar 2012 00:20:48 +0000 (17:20 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 28 Mar 2012 21:55:21 +0000 (14:55 -0700)
commit75b87ae5aefa26470e2dd2cac807ba895248534d
treefc01ec65c08c5fa7d6c92ced1651cddc1fa17997
parente49190c4933bdb4219c7fe5fb84768a076a1ff75
tests: Suppress valgrind error reports from glibc timer_create() function.

valgrind reports a memory leak and a parameter error in glibc's
timer_create() in almost every program execution.  I don't know a way to
avoid them.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/automake.mk
tests/glibc.supp [new file with mode: 0644]