Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
c0bd800d
Commit
c0bd800d
authored
6 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Re-alphabetize the list of tests in tests.[ch]
parent
c6d3bebb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/test/test.c
+10
-10
10 additions, 10 deletions
src/test/test.c
src/test/test.h
+17
-17
17 additions, 17 deletions
src/test/test.h
with
27 additions
and
27 deletions
src/test/test.c
+
10
−
10
View file @
c0bd800d
...
...
@@ -847,8 +847,8 @@ struct testgroup_t testgroups[] = {
{
"circuitbuild/"
,
circuitbuild_tests
},
{
"circuitlist/"
,
circuitlist_tests
},
{
"circuitmux/"
,
circuitmux_tests
},
{
"circuituse/"
,
circuituse_tests
},
{
"circuitstats/"
,
circuitstats_tests
},
{
"circuituse/"
,
circuituse_tests
},
{
"compat/libevent/"
,
compat_libevent_tests
},
{
"config/"
,
config_tests
},
{
"connection/"
,
connection_tests
},
...
...
@@ -865,34 +865,36 @@ struct testgroup_t testgroups[] = {
#endif
{
"crypto/pem/"
,
pem_tests
},
{
"dir/"
,
dir_tests
},
{
"dir_handle_get/"
,
dir_handle_get_tests
},
{
"dir/md/"
,
microdesc_tests
},
{
"dir/voting-schedule/"
,
voting_schedule_tests
},
{
"dir_handle_get/"
,
dir_handle_get_tests
},
{
"dns/"
,
dns_tests
},
{
"dos/"
,
dos_tests
},
{
"entryconn/"
,
entryconn_tests
},
{
"entrynodes/"
,
entrynodes_tests
},
{
"guardfraction/"
,
guardfraction_tests
},
{
"extorport/"
,
extorport_tests
},
{
"geoip/"
,
geoip_tests
},
{
"
legacy_hs/"
,
hs
_tests
},
{
"
guardfraction/"
,
guardfraction
_tests
},
{
"hs_cache/"
,
hs_cache
},
{
"hs_cell/"
,
hs_cell_tests
},
{
"hs_client/"
,
hs_client_tests
},
{
"hs_common/"
,
hs_common_tests
},
{
"hs_config/"
,
hs_config_tests
},
{
"hs_control/"
,
hs_control_tests
},
{
"hs_descriptor/"
,
hs_descriptor
},
{
"hs_intropoint/"
,
hs_intropoint_tests
},
{
"hs_ntor/"
,
hs_ntor_tests
},
{
"hs_service/"
,
hs_service_tests
},
{
"hs_client/"
,
hs_client_tests
},
{
"hs_intropoint/"
,
hs_intropoint_tests
},
{
"introduce/"
,
introduce_tests
},
{
"keypin/"
,
keypin_tests
},
{
"legacy_hs/"
,
hs_tests
},
{
"link-handshake/"
,
link_handshake_tests
},
{
"mainloop/"
,
mainloop_tests
},
{
"nodelist/"
,
nodelist_tests
},
{
"oom/"
,
oom_tests
},
{
"oos/"
,
oos_tests
},
{
"options/"
,
options_tests
},
{
"parsecommon/"
,
parsecommon_tests
},
{
"periodic-event/"
,
periodic_event_tests
},
{
"policy/"
,
policy_tests
},
{
"procmon/"
,
procmon_tests
},
...
...
@@ -910,8 +912,8 @@ struct testgroup_t testgroups[] = {
{
"routerlist/"
,
routerlist_tests
},
{
"routerset/"
,
routerset_tests
},
{
"scheduler/"
,
scheduler_tests
},
{
"socks/"
,
socks_tests
},
{
"shared-random/"
,
sr_tests
},
{
"socks/"
,
socks_tests
},
{
"status/"
,
status_tests
},
{
"storagedir/"
,
storagedir_tests
},
{
"tortls/"
,
tortls_tests
},
...
...
@@ -921,11 +923,9 @@ struct testgroup_t testgroups[] = {
{
"tortls/x509/"
,
x509_tests
},
{
"util/"
,
util_tests
},
{
"util/format/"
,
util_format_tests
},
{
"util/handle/"
,
handle_tests
},
{
"util/logging/"
,
logging_tests
},
{
"util/process/"
,
util_process_tests
},
{
"util/thread/"
,
thread_tests
},
{
"util/handle/"
,
handle_tests
},
{
"dns/"
,
dns_tests
},
{
"parsecommon/"
,
parsecommon_tests
},
END_OF_GROUPS
};
This diff is collapsed.
Click to expand it.
src/test/test.h
+
17
−
17
View file @
c0bd800d
...
...
@@ -177,11 +177,11 @@ extern const struct testcase_setup_t ed25519_test_setup;
extern
struct
testcase_t
accounting_tests
[];
extern
struct
testcase_t
addr_tests
[];
extern
struct
testcase_t
address_tests
[];
extern
struct
testcase_t
address_set_tests
[];
extern
struct
testcase_t
address_tests
[];
extern
struct
testcase_t
bridges_tests
[];
extern
struct
testcase_t
bwmgt_tests
[];
extern
struct
testcase_t
buffer_tests
[];
extern
struct
testcase_t
bwmgt_tests
[];
extern
struct
testcase_t
cell_format_tests
[];
extern
struct
testcase_t
cell_queue_tests
[];
extern
struct
testcase_t
channel_tests
[];
...
...
@@ -191,8 +191,8 @@ extern struct testcase_t checkdir_tests[];
extern
struct
testcase_t
circuitbuild_tests
[];
extern
struct
testcase_t
circuitlist_tests
[];
extern
struct
testcase_t
circuitmux_tests
[];
extern
struct
testcase_t
circuituse_tests
[];
extern
struct
testcase_t
circuitstats_tests
[];
extern
struct
testcase_t
circuituse_tests
[];
extern
struct
testcase_t
compat_libevent_tests
[];
extern
struct
testcase_t
config_tests
[];
extern
struct
testcase_t
connection_tests
[];
...
...
@@ -200,30 +200,32 @@ extern struct testcase_t conscache_tests[];
extern
struct
testcase_t
consdiff_tests
[];
extern
struct
testcase_t
consdiffmgr_tests
[];
extern
struct
testcase_t
container_tests
[];
extern
struct
testcase_t
controller_tests
[];
extern
struct
testcase_t
controller_event_tests
[];
extern
struct
testcase_t
c
rypto
_tests
[];
extern
struct
testcase_t
c
ontroller
_tests
[];
extern
struct
testcase_t
crypto_ope_tests
[];
extern
struct
testcase_t
crypto_openssl_tests
[];
extern
struct
testcase_t
dir
_tests
[];
extern
struct
testcase_t
crypto
_tests
[];
extern
struct
testcase_t
dir_handle_get_tests
[];
extern
struct
testcase_t
dir_tests
[];
extern
struct
testcase_t
dns_tests
[];
extern
struct
testcase_t
dos_tests
[];
extern
struct
testcase_t
entryconn_tests
[];
extern
struct
testcase_t
entrynodes_tests
[];
extern
struct
testcase_t
guardfraction_tests
[];
extern
struct
testcase_t
extorport_tests
[];
extern
struct
testcase_t
geoip_tests
[];
extern
struct
testcase_t
hs_tests
[];
extern
struct
testcase_t
guardfraction_tests
[];
extern
struct
testcase_t
handle_tests
[];
extern
struct
testcase_t
hs_cache
[];
extern
struct
testcase_t
hs_cell_tests
[];
extern
struct
testcase_t
hs_client_tests
[];
extern
struct
testcase_t
hs_common_tests
[];
extern
struct
testcase_t
hs_config_tests
[];
extern
struct
testcase_t
hs_control_tests
[];
extern
struct
testcase_t
hs_descriptor
[];
extern
struct
testcase_t
hs_intropoint_tests
[];
extern
struct
testcase_t
hs_ntor_tests
[];
extern
struct
testcase_t
hs_service_tests
[];
extern
struct
testcase_t
hs_client_tests
[];
extern
struct
testcase_t
hs_intropoint_tests
[];
extern
struct
testcase_t
hs_tests
[];
extern
struct
testcase_t
introduce_tests
[];
extern
struct
testcase_t
keypin_tests
[];
extern
struct
testcase_t
link_handshake_tests
[];
...
...
@@ -234,6 +236,7 @@ extern struct testcase_t nodelist_tests[];
extern
struct
testcase_t
oom_tests
[];
extern
struct
testcase_t
oos_tests
[];
extern
struct
testcase_t
options_tests
[];
extern
struct
testcase_t
parsecommon_tests
[];
extern
struct
testcase_t
pem_tests
[];
extern
struct
testcase_t
periodic_event_tests
[];
extern
struct
testcase_t
policy_tests
[];
...
...
@@ -252,21 +255,18 @@ extern struct testcase_t routerkeys_tests[];
extern
struct
testcase_t
routerlist_tests
[];
extern
struct
testcase_t
routerset_tests
[];
extern
struct
testcase_t
scheduler_tests
[];
extern
struct
testcase_t
storagedir_tests
[];
extern
struct
testcase_t
socks_tests
[];
extern
struct
testcase_t
sr_tests
[];
extern
struct
testcase_t
status_tests
[];
extern
struct
testcase_t
storagedir_tests
[];
extern
struct
testcase_t
thread_tests
[];
extern
struct
testcase_t
tortls_tests
[];
extern
struct
testcase_t
tortls_openssl_tests
[];
extern
struct
testcase_t
util
_tests
[];
extern
struct
testcase_t
tortls
_tests
[];
extern
struct
testcase_t
util_format_tests
[];
extern
struct
testcase_t
util_process_tests
[];
extern
struct
testcase_t
util_tests
[];
extern
struct
testcase_t
voting_schedule_tests
[];
extern
struct
testcase_t
dns_tests
[];
extern
struct
testcase_t
handle_tests
[];
extern
struct
testcase_t
sr_tests
[];
extern
struct
testcase_t
x509_tests
[];
extern
struct
testcase_t
parsecommon_tests
[];
extern
struct
testcase_t
slow_crypto_tests
[];
extern
struct
testcase_t
slow_util_tests
[];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment