From: Rusty Russell Date: Wed, 24 Aug 2011 03:23:51 +0000 (+0930) Subject: tdb2: suppress valgrind testing on one test. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=d3981d63df15b369426fae97a8144ce24fbfa699 tdb2: suppress valgrind testing on one test. Now valgrind children report failures, this one test fails. --- diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index b849b0f0..055f0d24 100644 --- a/ccan/tdb2/_info +++ b/ccan/tdb2/_info @@ -65,6 +65,10 @@ * Author: Rusty Russell * * License: LGPL (v3 or any later version) + * + * Ccanlint: + * // valgrind breaks fcntl locks. + * tests_pass_valgrind test/run-83-openhook.c:FAIL */ int main(int argc, char *argv[]) {