Searched refs:expect_success (Results 1 – 8 of 8) sorted by relevance
/freebsd/libexec/rtld-elf/tests/ |
H A D | ld_library_pathfds.c | 91 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 D | ld_preload_fds.c | 80 expect_success(binaryfd, senv); in ATF_TC_BODY() 93 expect_success(binaryfd, senv); in ATF_TC_BODY()
|
H A D | common.h | 33 void expect_success(int binary, char *senv);
|
H A D | common.c | 34 expect_success(int binary, char *senv) in expect_success() function
|
/freebsd/tests/sys/compat32/aarch64/ |
H A D | swp_cond_test_impl.S | 40 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 D | dynamic-forward.sh | 56 expect_success=$2 64 if [ "x$expect_success" = "xY" ] ; then
|
/freebsd/crypto/openssl/test/ |
H A D | drbgtest.c | 180 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 D | nvlist_to_lua.c | 85 test(const char *testname, boolean_t expect_success, boolean_t expect_match) in test() argument 115 if (err != 0 && expect_success) { in test()
|