mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ecf9ba381e
Build up execv argument lists Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
anonymous_shared.c | ||
asn1_tests.c | ||
binsearch.c | ||
data_blob.c | ||
dlinklist.c | ||
file.c | ||
genrand.c | ||
genrandperf.c | ||
idtree.c | ||
README | ||
rfc1738.c | ||
str.c | ||
strlist.c | ||
strv_util.c | ||
strv.c | ||
test_bytearray.c | ||
test_byteorder_verify.c | ||
test_byteorder.c | ||
test_memcache.c | ||
test_ms_fnmatch.c | ||
test_talloc_keep_secret.c | ||
test_util_paths.c | ||
test_util.c | ||
tfork-drd.supp | ||
tfork-helgrind.supp | ||
tfork.c | ||
time.c | ||
util_str_escape.c | ||
util.c |
tfork tests =========== To run the tfork torture testsuite under valgrind with the helgrind or drd thread checkers, run valgrind with the --suppress option passing a suppressions file. For helgrind: $ valgrind \ --trace-children=yes \ --tool=helgrind \ --suppressions=lib/util/tests/tfork-helgrind.supp \ ./bin/smbtorture ncalrpc:localhost local.tfork.tfork_threads For drd: $ valgrind \ --trace-children=yes \ --tool=drd \ --suppressions=lib/util/tests/tfork-drd.supp \ ./bin/smbtorture ncalrpc:localhost local.tfork.tfork_threads