Home | History | Annotate | Download | only in test

Lines Matching refs:TT_FORK

3367 	{ "methods", test_methods, TT_FORK, NULL, NULL },
3369 BASIC(base_features, TT_FORK|TT_NO_LOGS),
3370 { "base_environ", test_base_environ, TT_FORK, NULL, NULL },
3372 BASIC(event_base_new, TT_FORK|TT_NEED_SOCKETPAIR),
3373 BASIC(free_active_base, TT_FORK|TT_NEED_SOCKETPAIR),
3375 BASIC(manipulate_active_events, TT_FORK|TT_NEED_BASE),
3376 BASIC(event_new_selfarg, TT_FORK|TT_NEED_BASE),
3377 BASIC(event_assign_selfarg, TT_FORK|TT_NEED_BASE),
3378 BASIC(event_base_get_num_events, TT_FORK|TT_NEED_BASE),
3379 BASIC(event_base_get_max_events, TT_FORK|TT_NEED_BASE),
3381 BASIC(bad_assign, TT_FORK|TT_NEED_BASE|TT_NO_LOGS),
3382 BASIC(bad_reentrant, TT_FORK|TT_NEED_BASE|TT_NO_LOGS),
3383 BASIC(active_later, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
3384 BASIC(event_remove_timeout, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
3387 LEGACY(persistent_timeout, TT_FORK|TT_NEED_BASE),
3388 { "persistent_timeout_jump", test_persistent_timeout_jump, TT_FORK|TT_NEED_BASE, &basic_setup, NULL },
3390 TT_FORK|TT_NEED_BASE, &basic_setup, NULL },
3391 LEGACY(priorities, TT_FORK|TT_NEED_BASE),
3392 BASIC(priority_active_inversion, TT_FORK|TT_NEED_BASE),
3393 { "common_timeout", test_common_timeout, TT_FORK|TT_NEED_BASE,
3400 { "simpleclose", test_simpleclose, TT_FORK, &basic_setup,
3422 { "mm_functions", test_mm_functions, TT_FORK, NULL, NULL },
3427 BASIC(get_assignment, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
3429 BASIC(event_foreach, TT_FORK|TT_NEED_BASE),
3430 { "gettimeofday_cached", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"" },
3431 { "gettimeofday_cached_sleep", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"sleep" },
3432 { "gettimeofday_cached_reset", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"sleep reset" },
3433 { "gettimeofday_cached_disabled", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"sleep disable" },
3434 { "gettimeofday_cached_disabled_nosleep", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"disable" },
3436 BASIC(active_by_fd, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
3450 { "int", evtag_int_test, TT_FORK, NULL, NULL },
3451 { "fuzz", evtag_fuzz, TT_FORK, NULL, NULL },
3452 { "encoding", evtag_tag_encoding, TT_FORK, NULL, NULL },