mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Make the control/events test run TT_FORK
Some of them like to munge the global event mask, so it's important to have that behavior isolated.
This commit is contained in:
parent
60c8fbf1ff
commit
e507f9bf42
1 changed files with 6 additions and 6 deletions
|
@ -395,12 +395,12 @@ test_cntev_event_mask(void *arg)
|
|||
{ #name, test_cntev_ ## name, flags, 0, NULL }
|
||||
|
||||
struct testcase_t controller_event_tests[] = {
|
||||
TEST(bucket_note_empty, 0),
|
||||
TEST(bucket_millis_empty, 0),
|
||||
TEST(sum_up_cell_stats, 0),
|
||||
TEST(append_cell_stats, 0),
|
||||
TEST(format_cell_stats, 0),
|
||||
TEST(event_mask, 0),
|
||||
TEST(bucket_note_empty, TT_FORK),
|
||||
TEST(bucket_millis_empty, TT_FORK),
|
||||
TEST(sum_up_cell_stats, TT_FORK),
|
||||
TEST(append_cell_stats, TT_FORK),
|
||||
TEST(format_cell_stats, TT_FORK),
|
||||
TEST(event_mask, TT_FORK),
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue