Home
last modified time | relevance | path

Searched refs:expected_output (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_007_neg.ksh54 [[ -e $TEST_BASE_DIR/expected_output.$$ ]] && log_must rm \
55 $TEST_BASE_DIR/expected_output.$$
78 create_expected_output $TEST_BASE_DIR/expected_output.$$ SUNWattr_ro SUNWattr_rw
88 log_must diff $TEST_BASE_DIR/output.$$ $TEST_BASE_DIR/expected_output.$$
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_007_neg.ksh61 [[ -e $TMPDIR/expected_output.${TESTCASE_ID} ]] && log_must $RM \
62 $TMPDIR/expected_output.${TESTCASE_ID}
93 create_expected_output $TMPDIR/expected_output.${TESTCASE_ID} SUNWattr_ro \
95 log_must $DIFF $TMPDIR/output.${TESTCASE_ID} $TMPDIR/expected_output.${TESTCASE_ID}
/freebsd/crypto/openssl/demos/mac/
H A Dgmac.c47 static const unsigned char expected_output[] = { variable
127 if (out_len != sizeof(expected_output)) { in main()
132 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dsiphash.c36 static const unsigned char expected_output[] = { variable
111 if (out_len != sizeof(expected_output)) { in main()
116 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dcmac-aes256.c56 static const unsigned char expected_output[] = { variable
134 if (out_len != sizeof(expected_output)) { in main()
139 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dhmac-sha512.c60 static const unsigned char expected_output[] = { variable
145 if (out_len != sizeof(expected_output)) { in main()
150 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dpoly1305.c74 static const unsigned char expected_output[] = { variable
189 if (out_len != sizeof(expected_output)) { in main()
194 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
/freebsd/crypto/openssl/demos/kdf/
H A Dpbkdf2.c46 static const unsigned char expected_output[] = { variable
106 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dscrypt.c48 static const unsigned char expected_output[] = { variable
109 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test.c185 struct sbuf *expected_output; in run_pfctl_test() local
195 expected_output = read_file(output_path); in run_pfctl_test()
207 ATF_CHECK_MATCH(sbuf_data(expected_output), sbuf_data(real_output)); in run_pfctl_test()
208 sbuf_delete(expected_output); in run_pfctl_test()
210 ATF_CHECK_STREQ(sbuf_data(expected_output), sbuf_data(real_output)); in run_pfctl_test()
211 sbuf_delete(expected_output); in run_pfctl_test()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_list_output_unittest.py270 def _TestOutput(self, test_format, expected_output): argument
273 expected_lines = expected_output.splitlines()
282 'on line %d' % (actual, expected_output, line_count),
/freebsd/crypto/openssl/test/
H A Dct_test.c127 const char *expected_output) in compare_sct_list_printout() argument
143 if (!TEST_str_eq(actual_output, expected_output)) in compare_sct_list_printout()
153 const char *expected_output) in compare_extension_printout() argument
173 if (!TEST_str_eq(actual_output, expected_output)) in compare_extension_printout()