From d3981d63df15b369426fae97a8144ce24fbfa699 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 24 Aug 2011 12:53:51 +0930 Subject: [PATCH] tdb2: suppress valgrind testing on one test. Now valgrind children report failures, this one test fails. --- ccan/tdb2/_info | 4 ++++ 1 file changed, 4 insertions(+) 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[]) { -- 2.39.2