Searched refs:TEST_FILE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/zstd/zlibWrapper/ |
| H A D | Makefile | 19 TEST_FILE = ../doc/zstd_compression_format.md macro 54 ./fitblk 10240 <$(TEST_FILE) 55 ./fitblk 40960 <$(TEST_FILE) 56 ./fitblk_zstd 10240 <$(TEST_FILE) 57 ./fitblk_zstd 40960 <$(TEST_FILE) 66 ./zwrapbench -qi1b3B1K $(TEST_FILE) 75 $(VALGRIND) ./fitblk 10240 <$(TEST_FILE) 76 $(VALGRIND) ./fitblk 40960 <$(TEST_FILE) 77 $(VALGRIND) ./fitblk_zstd 10240 <$(TEST_FILE) 78 $(VALGRIND) ./fitblk_zstd 40960 <$(TEST_FILE) [all …]
|
| /freebsd-14.2/lib/libcasper/services/cap_fileargs/tests/ |
| H A D | fileargs_test.c | 47 #define TEST_FILE "/etc/passwd" macro 318 ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE); in ATF_TC_BODY() 365 ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE); in ATF_TC_BODY() 409 ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE); in ATF_TC_BODY() 490 ATF_REQUIRE(test_file_fopen(fa, TEST_FILE, "r", NULL) == in ATF_TC_BODY() 495 ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE); in ATF_TC_BODY() 540 ATF_REQUIRE(test_file_fopen(fa, TEST_FILE, "w", NULL) == in ATF_TC_BODY() 545 ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE); in ATF_TC_BODY() 587 ATF_REQUIRE(test_file_fopen(fa, TEST_FILE, "w+", NULL) == in ATF_TC_BODY() 622 ATF_REQUIRE(test_file_lstat(fa, TEST_FILE) == ENOTCAPABLE); in ATF_TC_BODY() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/ |
| H A D | large_dnode_005_pos.ksh | 38 TEST_FILE=foo 55 log_must touch /$TEST_SEND_FS/$TEST_FILE 58 log_must rm -f /$TEST_SEND_FS/$TEST_FILE 64 inode=$(ls -li /$TEST_RECV_FS/$TEST_FILE | awk '{print $1}')
|
| /freebsd-14.2/sys/contrib/openzfs/scripts/ |
| H A D | zfs-tests.sh | 596 for TEST_FILE in ${FILES}; do 597 [ -f "$TEST_FILE" ] && fail "Failed file exists: ${TEST_FILE}" 598 truncate -s "${FILESIZE}" "${TEST_FILE}" || 599 fail "Failed creating: ${TEST_FILE} ($?)" 608 for TEST_FILE in ${FILES}; do 610 MDDEVICE=$(sudo "${LOSETUP}" -a -t vnode -f "${TEST_FILE}") 612 fail "Failed: ${TEST_FILE} -> loopback" 617 TEST_LOOPBACK=$(sudo "${LOSETUP}" --show -f "${TEST_FILE}") || 618 fail "Failed: ${TEST_FILE} -> ${TEST_LOOPBACK}"
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | ext2fs3.sh | 60 ./fsx -S 2016 -N 2000 ./TEST_FILE
|
| H A D | msdos9.sh | 62 ./fsx -S 2016 -N 2000 ./TEST_FILE > /dev/null
|