Home
last modified time | relevance | path

Searched refs:expect_success (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c91 expect_success(files.binary, pathfds); in ATF_TC_BODY()
106 expect_success(files.binary, pathfds); in ATF_TC_BODY()
121 expect_success(files.binary, pathfds); in ATF_TC_BODY()
136 expect_success(files.binary, pathfds); in ATF_TC_BODY()
H A Dld_preload_fds.c80 expect_success(binaryfd, senv); in ATF_TC_BODY()
93 expect_success(binaryfd, senv); in ATF_TC_BODY()
H A Dcommon.h33 void expect_success(int binary, char *senv);
H A Dcommon.c34 expect_success(int binary, char *senv) in expect_success() function
/freebsd/tests/sys/compat32/aarch64/
H A Dswp_cond_test_impl.S40 bl expect_success
70 bl expect_success
99 bl expect_success
129 bl expect_success
158 bl expect_success
187 bl expect_success
217 bl expect_success
318 .type expect_success,%function
320 expect_success: label
/freebsd/crypto/openssh/regress/
H A Ddynamic-forward.sh56 expect_success=$2
64 if [ "x$expect_success" = "xY" ] ; then
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c180 static int test_drbg_reseed(int expect_success, in test_drbg_reseed() argument
193 int expected_state = (expect_success ? DRBG_READY : DRBG_ERROR); in test_drbg_reseed()
223 RANDOM_SIZE), expect_success) in test_drbg_reseed()
225 RANDOM_SIZE), expect_success)) in test_drbg_reseed()
262 if (expect_success == 1) { in test_drbg_reseed()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dnvlist_to_lua.c85 test(const char *testname, boolean_t expect_success, boolean_t expect_match) in test() argument
115 if (err != 0 && expect_success) { in test()