Home
last modified time | relevance | path

Searched refs:ATF_TEST_CASE (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/atf/test-programs/
H A Dcpp_helpers.cpp43 ATF_TEST_CASE(config_unset);
53 ATF_TEST_CASE(config_empty);
63 ATF_TEST_CASE(config_value);
73 ATF_TEST_CASE(config_multi_value);
202 ATF_TEST_CASE(expect_timeout_and_hang);
213 ATF_TEST_CASE(expect_timeout_but_pass);
227 ATF_TEST_CASE(metadata_no_descr);
244 ATF_TEST_CASE(srcdir_exists);
260 ATF_TEST_CASE(result_pass);
267 ATF_TEST_CASE(result_fail);
[all …]
/freebsd/contrib/atf/atf-c++/
H A Dmacros_test.cpp62 ATF_TEST_CASE(h_pass);
74 ATF_TEST_CASE(h_fail);
86 ATF_TEST_CASE(h_skip);
98 ATF_TEST_CASE(h_require);
112 ATF_TEST_CASE(h_require_eq);
127 ATF_TEST_CASE(h_require_in);
146 ATF_TEST_CASE(h_require_match);
161 ATF_TEST_CASE(h_require_not_in);
180 ATF_TEST_CASE(h_require_throw);
201 ATF_TEST_CASE(h_require_throw_re);
[all …]
H A Dcheck_test.cpp86 ATF_TEST_CASE(h_build_c_o_ok);
101 ATF_TEST_CASE(h_build_c_o_fail);
116 ATF_TEST_CASE(h_build_cpp_ok);
133 ATF_TEST_CASE(h_build_cpp_fail);
148 ATF_TEST_CASE(h_build_cxx_o_ok);
163 ATF_TEST_CASE(h_build_cxx_o_fail);
182 ATF_TEST_CASE(build_c_o);
202 ATF_TEST_CASE(build_cpp);
223 ATF_TEST_CASE(build_cxx_o);
243 ATF_TEST_CASE(exec_cleanup);
[all …]
H A Dbuild_test.cpp108 ATF_TEST_CASE(equal_argvs);
148 ATF_TEST_CASE(c_o);
170 ATF_TEST_CASE(cpp);
191 ATF_TEST_CASE(cxx_o);
H A Dunused_test.cpp28 ATF_TEST_CASE(this_is_used);
36 ATF_TEST_CASE(this_is_unused);
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp66 ATF_TEST_CASE(path_normalize);
91 ATF_TEST_CASE(path_is_absolute);
108 ATF_TEST_CASE(path_is_root);
125 ATF_TEST_CASE(path_branch_path);
141 ATF_TEST_CASE(path_leaf_name);
157 ATF_TEST_CASE(path_compare_equal);
174 ATF_TEST_CASE(path_compare_different);
192 ATF_TEST_CASE(path_concat);
207 ATF_TEST_CASE(path_to_absolute);
243 ATF_TEST_CASE(path_op_less);
[all …]
H A Dauto_array_test.cpp88 ATF_TEST_CASE(auto_array_scope);
106 ATF_TEST_CASE(auto_array_copy);
130 ATF_TEST_CASE(auto_array_copy_ref);
154 ATF_TEST_CASE(auto_array_get);
169 ATF_TEST_CASE(auto_array_release);
191 ATF_TEST_CASE(auto_array_reset);
216 ATF_TEST_CASE(auto_array_assign);
241 ATF_TEST_CASE(auto_array_assign_ref);
267 ATF_TEST_CASE(auto_array_access);
H A Dprocess_test.cpp77 ATF_TEST_CASE(argv_array_init_carray);
111 ATF_TEST_CASE(argv_array_init_col);
149 ATF_TEST_CASE(argv_array_init_empty);
162 ATF_TEST_CASE(argv_array_init_varargs);
187 ATF_TEST_CASE(argv_array_assign);
217 ATF_TEST_CASE(argv_array_copy);
246 ATF_TEST_CASE(argv_array_exec_argv);
283 ATF_TEST_CASE(argv_array_iter);
311 ATF_TEST_CASE(exec_failure);
323 ATF_TEST_CASE(exec_success);
H A Dtext_test.cpp38 ATF_TEST_CASE(duplicate);
58 ATF_TEST_CASE(join);
132 ATF_TEST_CASE(match);
158 ATF_TEST_CASE(split);
223 ATF_TEST_CASE(split_delims);
257 ATF_TEST_CASE(trim);
283 ATF_TEST_CASE(to_bool);
309 ATF_TEST_CASE(to_bytes);
332 ATF_TEST_CASE(to_string);
346 ATF_TEST_CASE(to_type);
H A Denv_test.cpp34 ATF_TEST_CASE(has_get);
47 ATF_TEST_CASE(get_with_default);
60 ATF_TEST_CASE(set);
78 ATF_TEST_CASE(unset);
H A Dexceptions_test.cpp82 ATF_TEST_CASE(throw_atf_error_libc);
101 ATF_TEST_CASE(throw_atf_error_no_memory);
117 ATF_TEST_CASE(throw_atf_error_unknown);
H A Dtest_helpers.hpp43 ATF_TEST_CASE(name); \
57 ATF_TEST_CASE(name); \
/freebsd/contrib/kyua/utils/
H A Dauto_array_test.cpp112 ATF_TEST_CASE(scope);
129 ATF_TEST_CASE(copy);
152 ATF_TEST_CASE(copy_ref);
175 ATF_TEST_CASE(get);
189 ATF_TEST_CASE(release);
210 ATF_TEST_CASE(reset);
234 ATF_TEST_CASE(assign);
258 ATF_TEST_CASE(assign_ref);
283 ATF_TEST_CASE(access);
/freebsd/contrib/kyua/store/
H A Dwrite_transaction_test.cpp104 ATF_TEST_CASE(commit__ok);
122 ATF_TEST_CASE(commit__fail);
152 ATF_TEST_CASE(rollback__ok);
171 ATF_TEST_CASE(put_test_program__ok);
211 ATF_TEST_CASE(put_test_case__fail);
232 ATF_TEST_CASE(put_test_case_file__empty);
257 ATF_TEST_CASE(put_test_case_file__some);
291 ATF_TEST_CASE(put_test_case_file__fail);
313 ATF_TEST_CASE(put_result__ok__broken);
326 ATF_TEST_CASE(put_result__ok__expected_failure);
[all …]
H A Dwrite_backend_test.cpp49 ATF_TEST_CASE(detail__initialize__ok);
124 ATF_TEST_CASE(write_backend__open_rw__ok_if_empty);
142 ATF_TEST_CASE(write_backend__open_rw__error_if_not_empty);
160 ATF_TEST_CASE(write_backend__open_rw__create_missing);
174 ATF_TEST_CASE(write_backend__close);
H A Dmetadata_test.cpp69 ATF_TEST_CASE(fetch_latest__ok);
89 ATF_TEST_CASE(fetch_latest__empty_metadata);
129 ATF_TEST_CASE(fetch_latest__invalid_timestamp);
H A Dread_transaction_test.cpp57 ATF_TEST_CASE(get_context__missing);
74 ATF_TEST_CASE(get_context__invalid_cwd);
101 ATF_TEST_CASE(get_context__invalid_env_vars);
153 ATF_TEST_CASE(get_results__none);
170 ATF_TEST_CASE(get_results__many);
H A Dread_backend_test.cpp78 ATF_TEST_CASE(read_backend__open_ro__ok);
106 ATF_TEST_CASE(read_backend__open_ro__integrity_error);
125 ATF_TEST_CASE(read_backend__close);
/freebsd/contrib/kyua/utils/signals/
H A Dtimer_test.cpp120 ATF_TEST_CASE(program_seconds);
134 ATF_TEST_CASE(program_useconds);
148 ATF_TEST_CASE(multiprogram_ordered);
176 ATF_TEST_CASE(multiprogram_reorder_next_activations);
217 ATF_TEST_CASE(multiprogram_and_cancel_some);
258 ATF_TEST_CASE(multiprogram_and_expire_before_activations);
300 ATF_TEST_CASE(expire_before_firing);
332 ATF_TEST_CASE(reprogram_from_scratch);
360 ATF_TEST_CASE(unprogram);
374 ATF_TEST_CASE(infinitesimal);
/freebsd/contrib/kyua/utils/process/
H A Dsystembuf_test.cpp112 ATF_TEST_CASE(short_read);
124 ATF_TEST_CASE(long_read);
136 ATF_TEST_CASE(short_write);
148 ATF_TEST_CASE(long_write);
H A Disolation_test.cpp319 ATF_TEST_CASE(isolate_child__other_user_when_unprivileged);
338 ATF_TEST_CASE(isolate_child__drop_privileges);
356 ATF_TEST_CASE(isolate_child__drop_privileges_fail_uid);
382 ATF_TEST_CASE(isolate_child__drop_privileges_fail_gid);
536 ATF_TEST_CASE(isolate_path__other_user_when_unprivileged);
551 ATF_TEST_CASE(isolate_path__drop_privileges);
567 ATF_TEST_CASE(isolate_path__drop_privileges_only_uid);
584 ATF_TEST_CASE(isolate_path__drop_privileges_only_gid);
/freebsd/contrib/kyua/drivers/
H A Dlist_tests_helpers.cpp36 ATF_TEST_CASE(config_in_head);
50 ATF_TEST_CASE(crash_list);
68 ATF_TEST_CASE(some_properties);
/freebsd/contrib/kyua/engine/
H A Datf_helpers.cpp134 ATF_TEST_CASE(check_list_config);
172 ATF_TEST_CASE(crash_head);
259 ATF_TEST_CASE(output_in_list);
269 ATF_TEST_CASE(pass);
294 ATF_TEST_CASE(spawn_blocking_child);
/freebsd/contrib/kyua/integration/helpers/
H A Dmetadata.cpp43 ATF_TEST_CASE(one_property);
54 ATF_TEST_CASE(many_properties);
/freebsd/contrib/kyua/examples/
H A Dsyntax_test.cpp79 ATF_TEST_CASE(kyua_conf);
119 ATF_TEST_CASE(kyuafile_top__no_matches);
146 ATF_TEST_CASE(kyuafile_top__some_matches);

12