From ad5b0543eb48508144a6fda887bdaa85003adaf3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 24 Aug 2011 12:53:00 +0930 Subject: [PATCH] tdb: only mark two files as failing, don't turn off all valgrind tests. --- ccan/tdb/_info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ccan/tdb/_info b/ccan/tdb/_info index a20ef98a..ca49e3f7 100644 --- a/ccan/tdb/_info +++ b/ccan/tdb/_info @@ -67,7 +67,8 @@ * * Ccanlint: * // valgrind breaks fcntl locks. - * tests_pass_valgrind FAIL + * tests_pass_valgrind test/run-open-during-transaction.c:FAIL + * tests_pass_valgrind_noleaks test/run-die-during-transaction.c:FAIL */ int main(int argc, char *argv[]) { -- 2.39.2