mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Conflicts: src/feature/dirparse/authcert_parse.c src/feature/dirparse/ns_parse.c src/feature/hs/hs_service.c src/lib/conf/conftesting.h src/lib/log/log.h src/lib/thread/threads.h src/test/test_options.c These conflicts were mostly related to autostyle improvements, with one or two due to doxygen fixes.
This commit is contained in:
@@ -120,6 +120,7 @@ test_controller_parse_cmd(void *arg)
|
||||
control_cmd_args_free(result);
|
||||
}
|
||||
|
||||
#ifndef COCCI
|
||||
#define OK(inp, out) \
|
||||
{ inp "\r\n", out, NULL }
|
||||
#define ERR(inp, err) \
|
||||
@@ -129,6 +130,7 @@ test_controller_parse_cmd(void *arg)
|
||||
{ &syntax, \
|
||||
ARRAY_LENGTH(array), \
|
||||
array }
|
||||
#endif
|
||||
|
||||
static const parser_testcase_t one_to_three_tests[] = {
|
||||
ERR("", "Need at least 1 argument(s)"),
|
||||
@@ -1953,9 +1955,11 @@ test_getinfo_md_all(void *arg)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifndef COCCI
|
||||
#define PARSER_TEST(type) \
|
||||
{ "parse/" #type, test_controller_parse_cmd, 0, &passthrough_setup, \
|
||||
(void*)&parse_ ## type ## _params }
|
||||
#endif
|
||||
|
||||
struct testcase_t controller_tests[] = {
|
||||
PARSER_TEST(one_to_three),
|
||||
|
||||
Reference in New Issue
Block a user