From: Rusty Russell Date: Wed, 24 Aug 2011 03:23:00 +0000 (+0930) Subject: tdb: only mark two files as failing, don't turn off all valgrind tests. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=ad5b0543eb48508144a6fda887bdaa85003adaf3 tdb: only mark two files as failing, don't turn off all valgrind tests. --- 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[]) {