Home
last modified time | relevance | path

Searched refs:ntest (Results 1 – 17 of 17) sorted by relevance

/src/contrib/pjdfstest/tests/
H A Dmisc.sh3 ntest=1
33 echo "not ok ${ntest} not root"
47 echo "ok ${ntest}"
49 echo "ok ${ntest} # TODO ${todomsg}"
53 echo "not ok ${ntest} - tried '$*', expected ${e}, got ${r}"
55 echo "not ok ${ntest} # TODO ${todomsg}"
59 ntest=$((ntest+1))
73 echo "ok ${ntest}"
75 echo "ok ${ntest} # TODO ${todomsg}"
79 echo "not ok ${ntest} - tried '$*', expected ${e}, got ${r}"
[all …]
/src/tests/sys/mac/portacl/
H A Dmisc.sh3 ntest=1
59 echo "ok ${ntest}"
61 echo "not ok ${ntest} # '${out}' != '${expect_without_rule}'"
63 echo "not ok ${ntest} # unexpected output: '${out}'"
65 : $(( ntest += 1 ))
77 echo "ok ${ntest}"
79 echo "not ok ${ntest} # '${out}' != '${expect_with_rule}'"
81 echo "not ok ${ntest} # unexpected output: '${out}'"
83 : $(( ntest += 1 ))
/src/tools/regression/zfs/
H A Dmisc.sh2 ntest=1
68 echo "ok ${ntest} ${add_msg}"
70 echo "not ok ${ntest} ${add_msg}"
77 ntest=`expr $ntest + 1`
85 echo "ok ${ntest} ${add_msg}"
93 echo "not ok ${ntest} ${add_msg}"
99 ntest=`expr $ntest + 1`
107 echo "ok ${ntest} ${add_msg}"
115 echo "not ok ${ntest} ${add_msg}"
121 ntest=`expr $ntest + 1`
/src/crypto/krb5/src/util/support/
H A Dt_base64.c72 char *str, **ntest; in main() local
99 for (ntest = negative_tests; *ntest != NULL; ntest++) { in main()
100 data = k5_base64_decode(*ntest, &len); in main()
103 numtest, *ntest); in main()
/src/contrib/pjdfstest/tests/ftruncate/
H A D12.t24 echo "not ok ${ntest}"
25 ntest=$((ntest + 1))
/src/contrib/pjdfstest/tests/truncate/
H A D12.t24 echo "not ok ${ntest}"
25 ntest=$((ntest + 1))
/src/lib/libnv/tests/
H A Dnvlist_append_test.c35 static int ntest = 1; variable
39 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \
41 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\
42 ntest++; \
H A Dnvlist_move_test.c37 static int ntest = 1; variable
41 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \
43 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\
44 ntest++; \
H A Dnvlist_get_test.c36 static int ntest = 1; variable
40 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \
42 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\
43 ntest++; \
H A Dnvlist_add_test.c35 static int ntest = 1; variable
39 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \
41 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\
42 ntest++; \
H A Dnvlist_free_test.c34 static int ntest = 1; variable
38 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \
40 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\
41 ntest++; \
H A Dnvlist_exists_test.c34 static int ntest = 1; variable
38 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \
40 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\
41 ntest++; \
/src/tools/tools/usbtest/
H A Dusb_modem_test.c434 uint8_t ntest = 0; in exec_host_modem_test() local
488 ntest += 7; in exec_host_modem_test()
491 ntest += 1; in exec_host_modem_test()
493 if (ntest == 0) { in exec_host_modem_test()
500 (p->duration + ntest - 1) / ntest, x); in exec_host_modem_test()
505 (p->duration + ntest - 1) / ntest); in exec_host_modem_test()
/src/contrib/pjdfstest/tests/utimensat/
H A D01.t52 ntest=$((ntest+2))
/src/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c47 static int ntest = 1; variable
51 printf("ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \
53 printf("not ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \
55 ntest++; \
59 printf("ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \
61 printf("not ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \
65 ntest++; \
/src/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c47 static int ntest = 1; variable
51 printf("ok %d %s:%u\n", ntest, __FILE__, __LINE__); \
53 printf("not ok %d %s:%u\n", ntest, __FILE__, __LINE__); \
55 ntest++; \
59 printf("ok %d %s:%u\n", ntest, __FILE__, __LINE__); \
61 printf("not ok %d %s:%u\n", ntest, __FILE__, __LINE__); \
65 ntest++; \
/src/contrib/ntp/sntp/ag-tpl/0-old/
H A Dcmd-doc.tlib575 "'\ntest -f ${fn} || die '" cvt-cmd " not found'\n"