- 29 Aug, 2011 8 commits
-
-
Rusty Russell authored
There's no reason to hand in the name of the compiled _info file, since we don't compile it up in safe mode.
-
Rusty Russell authored
-
Rusty Russell authored
Trivial cleanup, but differentiates from the general obj_list used elsewhere.
-
Rusty Russell authored
When an open() call fails, we don't inject an error, but we didn't apply this logic when replaying a failpath, with strange results.
-
Rusty Russell authored
This is useful for seeing where failures cause us to run slowly (ie. we continue for a long time before terminating).
-
Rusty Russell authored
-
Rusty Russell authored
We have to be consistent with the caller, so turn on 64 bit offsets if available for both the caller and us.
-
Rusty Russell authored
As pointed out by Christian Thaeter, it has bitrotted.
-
- 24 Aug, 2011 12 commits
-
-
Joey Adams authored
-
Rusty Russell authored
Now valgrind children report failures, this one test fails.
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
This is the CCAN Way. Plus, eliminates a compile warning here.
-
Rusty Russell authored
As per the SAMBA version.
-
Rusty Russell authored
Now we can mark test files as FAIL and not be bothered by them.
-
Rusty Russell authored
For example, valgrind can't handle some things, so we may need to switch it off, but we don't want to do that for every test. So, start a standard format for per-file restrictions, eg: Ccanlint: tests_pass_valgrind test/foo.c:FAIL For the moment, only tests_pass_valgrind takes options, so it has to change: we now have a helper which returns the array of options applicable to a given file.
-
Rusty Russell authored
Valgrind notes that our child processes leak memory.
-
Rusty Russell authored
We turned on --child-silent-after-fork=yes, because the output confused our dumb parser. Now we split output by prefix ("==<pid>==") and then we can sort out the leaks from the errors. This means we find more errors.... next patch!
-
Rusty Russell authored
Our own dogfood, and it's yummy!
-
Rusty Russell authored
Simplifies future patches.
-
- 23 Aug, 2011 8 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
Memory leak in tests revealed bug in jmap_free. Also, out-by-one error.
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
- 22 Aug, 2011 3 commits
-
-
Rusty Russell authored
We can only test the featureless tests, once we've built them!
-
Rusty Russell authored
layout.c's TDB creation functions were incorrect in case of a hash collision, causing occasional failure. Make it always use the (previously-failing) seed value, and fix it.
-
Joey Adams authored
-
- 16 Aug, 2011 3 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
It's just a header, I don't care what's done with it.
-
Rusty Russell authored
-
- 15 Aug, 2011 6 commits
-
-
Joey Adams authored
-
Joey Adams authored
-
Joey Adams authored
NOTE: btree was originally copyright 2010, and has not been touched by me since then. I don't know if changing the license to something more permissive requires updating the copyright year or not.
-
Joey Adams authored
-
Joey Adams authored
-
Joey Adams authored
NOTE: block_pool was originally copyright 2009, and has not been touched by me since then. I don't know if changing the license to something more permissive requires updating the copyright year or not.
-