Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 25 of 110) sorted by relevance

12345

/openbsd/src/regress/usr.bin/ssh/unittests/hostkeys/
Dtest_iterate.c20 struct expected { struct
33 const struct expected *expected; argument
51 const struct expected *expected; in check() local
135 prepare_expected(struct expected *expected, size_t n) in prepare_expected()
153 cleanup_expected(struct expected *expected, size_t n) in cleanup_expected()
/openbsd/src/lib/libexpat/tests/
Dbasic_tests.c111 const uint64_t expected = SIP_ULL(0xa129ca61U, 0x49be45e5U); in START_TEST() local
211 const XML_Char *expected in START_TEST() local
214 const XML_Char *expected in START_TEST() local
226 const XML_Char *expected = XCS("\x00e9\x00e8\x00e0\x00e7\x00ea\x00c8"); in START_TEST() local
228 const XML_Char *expected in START_TEST() local
239 const XML_Char *expected = XCS("\x00e9\x00e8\x00e0\x00e7\x00ea\x00c8"); in START_TEST() local
241 const XML_Char *expected in START_TEST() local
252 const XML_Char *expected = XCS("\x00e9\x00e8\x00e0\x00e7\x00ea\x00c8"); in START_TEST() local
254 const XML_Char *expected in START_TEST() local
265 const XML_Char *expected = XCS("\x00e9"); in START_TEST() local
[all …]
Dcommon.h117 # define run_character_check(text, expected) \ argument
123 # define run_attribute_check(text, expected) \ argument
136 # define run_ext_character_check(text, test_data, expected) \ argument
Dcommon.c226 _run_character_check(const char *text, const XML_Char *expected, in _run_character_check()
240 _run_attribute_check(const char *text, const XML_Char *expected, in _run_attribute_check()
255 const XML_Char *expected, const char *file, int line) { in _run_ext_character_check()
Dns_tests.c597 const XML_Char *expected = XCS("a"); in START_TEST() local
617 const XML_Char *expected = XCS("URI \x0e04"); in START_TEST() local
619 const XML_Char *expected = XCS("URI \xe0\xb8\x84"); in START_TEST() local
647 const XML_Char *expected = XCS("URI \x0e04"); in START_TEST() local
649 const XML_Char *expected = XCS("URI \xe0\xb8\x84"); in START_TEST() local
Dchardata.c87 CharData_CheckXMLChars(CharData *storage, const XML_Char *expected) { in CharData_CheckXMLChars()
/openbsd/src/regress/lib/libm/msun/
Dconj_test.c74 complex long double expected; in ATF_TC_BODY() local
78 __real__ expected = __real__ in = tests[2 * i]; in ATF_TC_BODY() local
80 __imag__ expected = -cimag(in); in ATF_TC_BODY() local
/openbsd/src/regress/lib/libc/locale/setlocale/
Dsetlocale.c34 _test_setlocale(char *expected, int category, char *locale, int line) in _test_setlocale()
52 _test_MB_CUR_MAX(size_t expected, int line) in _test_MB_CUR_MAX()
60 _test_isalpha(int expected, int c, int line) in _test_isalpha()
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/unit/
Dtest_compilation.py66 def test(expected, cmd): argument
85 def test(expected, flags): argument
89 def same(expected): argument
Dtest_analyze.py51 def assertFlagsChanged(self, expected, flags): argument
250 def language(expected, input): argument
271 def flags(expected, input): argument
281 def language(expected, input): argument
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
Dmzero3.c26 expectd (double value, double expected) in expectd()
34 expectf (float value, float expected) in expectf()
Dmzero2.c10 expect (double value, double expected) in expect()
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
Dutil.py30 def sorted_list_difference(expected, actual): argument
71 def unorderable_list_difference(expected, actual, ignore_duplicate=False): argument
/openbsd/src/regress/usr.bin/ssh/unittests/authopt/
Dtests.c86 const struct sshauthopt *expected) in compare_opts()
133 struct sshauthopt *opts, *expected; in test_authkeys_parse() local
289 struct sshauthopt *opts, *expected; in test_cert_parse() local
376 struct sshauthopt *key_opts, *cert_opts, *merge_opts, *expected; in test_merge() local
/openbsd/src/lib/libfido2/src/
Dtpm.c228 tpm_rs256_pubarea_t expected; in check_rs256_pubarea() local
263 tpm_es256_pubarea_t expected; in check_es256_pubarea() local
301 tpm_sha1_attest_t expected; in check_sha1_certinfo() local
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_mac_test.cpp67 std::string expected(buf); in TEST() local
84 std::string expected(buf); in TEST() local
/openbsd/src/regress/usr.bin/ssh/unittests/match/
Dtests.c101 #define CHECK_FILTER(string,filter,expected) \ in tests() argument
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dmacscp.exp185 proc list_and_check_macro {func macro expected} {
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dcleanup-3.c9 static int expected; variable
/openbsd/src/gnu/llvm/clang/bindings/python/tests/cindex/
Dtest_code_completion.py14 def check_completion_results(self, cr, expected): argument
/openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c++/
Dctor-6.C9 static B *expected; member
Dctor-5.C10 static B *expected; member
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
Dcompare.cc42 test_value(int result, want_value expected) in test_value()
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
Dtest_exec_anatomy.py32 def assertEqualJson(self, expected, result): argument
/openbsd/src/regress/lib/libcrypto/sm4/
Dsm4test.c58 static const uint8_t expected[SM4_BLOCK_SIZE] = { in main() local

12345