Home
last modified time | relevance | path

Searched refs:exp_errors (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dreader_test.cpp135 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
139 do_parser_test< tps_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
165 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
169 do_parser_test< tps_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
243 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
247 do_parser_test< tps_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
333 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
337 do_parser_test< tps_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
389 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
393 do_parser_test< tps_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
[all …]
H A Dconfig_file_test.cpp99 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
103 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
125 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
129 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
167 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
171 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
189 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
193 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
209 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
214 do_parser_test< config_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
[all …]
H A Datffile_test.cpp143 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
147 do_parser_test< atffile_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
169 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
173 do_parser_test< atffile_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
211 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
215 do_parser_test< atffile_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
253 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
257 do_parser_test< atffile_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
306 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
310 do_parser_test< atffile_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
[all …]
H A Dtest_program_test.cpp181 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
185 do_parser_test< tp_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
215 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
219 do_parser_test< tp_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
247 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
251 do_parser_test< tp_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
270 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
274 do_parser_test< tp_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
289 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
294 do_parser_test< tp_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
[all …]
H A Dparser_test.cpp762 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
767 do_parser_test< header_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
781 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
786 do_parser_test< header_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
800 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
805 do_parser_test< header_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
819 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
824 do_parser_test< header_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
838 const char* exp_errors[] = { in ATF_TEST_CASE_BODY() local
843 do_parser_test< header_reader >(input, exp_calls, exp_errors); in ATF_TEST_CASE_BODY()
[all …]
H A Dtest_helpers.hpp109 const char* exp_errors[]) in do_parser_test() argument
115 test_helpers_detail::check_equal(exp_errors, actual.second); in do_parser_test()