- 31 Aug, 2011 18 commits
-
-
Volker Lendecke authored
(Imported from SAMBA commit 35550ba641d251a2dc3762b08eda92d0f7ce6bed)
-
Volker Lendecke authored
(Imported from SAMBA commit eac2f44cde39d16b827b7e2d360f7a7fb1d940e5)
-
Volker Lendecke authored
(Imported from SAMBA commit 06a41594554a1a6881dcbf9d051a822f8f955b56)
-
Volker Lendecke authored
(Imported from SAMBA commit f589af19821e12aba6145492fd4ded58f07131b8)
-
Volker Lendecke authored
(Imported from SAMBA commit b32f086d643eb39c3806e30b19a028e6a59f0054)
-
Volker Lendecke authored
(Imported from SAMBA commit ee91004f4bddcda873f8ccde1db16609a66a493b)
-
Volker Lendecke authored
(Imported from SAMBA commit 26795b3dd1a90c61424cd8f1761f98bc60b3ddc4)
-
Volker Lendecke authored
(Imported from SAMBA commit 73414d0ee7bbe371b0f9b275b44ce5854a10b9f2)
-
Volker Lendecke authored
(Imported from SAMBA commit 3f67063dfab1a7add95da5157206ccebb2f75df8)
-
Volker Lendecke authored
(Imported from SAMBA commit 9c32c86783bf6a3e126e6e83f51ccdf0ecdd132d)
-
Volker Lendecke authored
(Imported from SAMBA commit 1fa4236c40a727d7ae648e12d14d1f0f9fcf79b5)
-
Volker Lendecke authored
(Imported from SAMBA commit 4a3913fbb9399685785efa430765e0b5836ded60)
-
Volker Lendecke authored
(Imported from SAMBA commit a2d1d0b51485f2d383d1d69fa3bd6b79b9e8d5aa)
-
Volker Lendecke authored
(Imported from SAMBA commit 68d0843437b05dc8a36091e4a307bfd912cbc09f)
-
Volker Lendecke authored
(Imported from SAMBA commit c6ae297d613fc22b92c34d26c61ec1715058b484)
-
Volker Lendecke authored
(Imported from SAMBA commit 066d36a1a635e1115f62c452c49a9830d484c03b)
-
Volker Lendecke authored
(Imported from SAMBA commit cb5c6f441f394f91bedf641aa76841bdb833e440)
-
Volker Lendecke authored
(Imported from SAMBA commit 54282e9f4eda083e70c7e56dda2bf425209add6d)
-
- 30 Aug, 2011 6 commits
-
-
Rusty Russell authored
Rather than timeout, explicitly disable tests_pass_valgrind and tests_compile_coverage. This is important now we run under valgrind the first time we run the tests, thus would always time out and not run most of the tests at all! "make check" takes 7m57s, old "make fastcheck" takes 3m28s, and this takes only 1m57s, but much more is run (as shown by the larger score total).
-
Rusty Russell authored
Putting the reduced config.h in the current directory means that it's actually being picked up by other tests, such as the string checks. So move it to a sub-directory where we need an explicit -I. We also fix the dependencies, so that "--target tests_pass_without_features" works.
-
Rusty Russell authored
Tests can be slow to run, and this way we can monitor progress.
-
Rusty Russell authored
We eliminate dependencies as we recurse, but if a single _info file lists a dependency twice, we add it to the list twice and this skip over the middle ones.
-
Rusty Russell authored
Rather than a separate cov_compiled member, we can add to the compiled[] array, and we reduce duplication significantly.
-
Rusty Russell authored
Rather than mug the old ->compiled version when we reduce features, keep both in the structure. This makes it clear that we are using the right version (we weren't in all cases, in particular we weren't recompiling the test helpers correctly.
-
- 29 Aug, 2011 10 commits
-
-
Rusty Russell authored
Unless it's not available or suppressed, we might as well run it under valgrind the first time, which speeds things a little. We save the valgrind output file for tests_pass_valgrind's use later.
-
Rusty Russell authored
We'll need this in a moment.
-
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 6 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.
-