HomeSort by: relevance | last modified time | path
    Searched refs:tests (Results 1 - 25 of 306) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
directive-ifnmake.exp 1 Don't forget to run the tests (1)
2 Running the tests
directive-error.exp 3 make: stopped in unit-tests
jobs-error-nested-make.exp 5 make: stopped making "nested" in unit-tests
8 make: stopped making "nested" in unit-tests
10 make: stopped making "all" in unit-tests
export-all.exp 2 UT_BADDIR=unit-tests
9 UT_OKDIR=unit-tests
jobs-error-indirect.exp 4 make: stopped making "all" in unit-tests
7 make: stopped making "all" in unit-tests
dep-none.exp 3 make: stopped in unit-tests
deptgt-begin-fail-indirect.exp 5 make: stopped making "all" in unit-tests
deptgt-begin-fail.exp 5 make: stopped making "all" in unit-tests
deptgt-end-fail-indirect.exp 6 make: stopped making "all" in unit-tests
jobs-error-nested.exp 5 make: stopped making "nested" in unit-tests
8 make: stopped making "nested" in unit-tests
11 make: stopped making "all" in unit-tests
14 make: stopped making "all" in unit-tests
posix.exp 3 make: stopped in unit-tests
deptgt-end-fail-all.exp 6 make: stopped making "all" in unit-tests
opt-keep-going-indirect.exp 6 make: stopped making "direct" in unit-tests
13 make: stopped making "direct" in unit-tests
22 make: stopped making "indirect" in unit-tests
29 make: stopped making "indirect" in unit-tests
  /src/tests/lib/libcrypt/
t_crypt.c 75 } tests[] = { variable in typeref:typename:const struct __anondf4c2ba30108[]
143 for (size_t i = 0; tests[i].hash; i++) {
144 char *hash = crypt(tests[i].pw, tests[i].hash);
149 if (strcmp(hash, "*0") == 0 && strlen(tests[i].hash) < 13)
151 if (strcmp(hash, tests[i].hash))
153 i, hash, tests[i].hash);
  /src/tests/dev/audio/
t_audio.awk 60 tests[n] = name
72 for (i = 0; i < length(tests); i++) {
73 print "\tatf_add_test_case " tests[i]
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_scrypt.c 19 } tests[] = { local in function:tv
101 tests[i].passwd_hex, strlen(tests[i].passwd_hex), NULL,
103 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex,
104 strlen(tests[i].salt_hex), NULL, NULL, NULL);
106 out, (unsigned long long) tests[i].outlen, passwd,
107 tests[i].passwdlen, (const unsigned char *) salt,
108 tests[i].opslimit, tests[i].memlimit) != 0) {
111 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen)
126 } tests[] = { local in function:tv2
171 } tests[] = { local in function:tv3
    [all...]
sign.exp 1 1024 tests
pwhash_argon2i.c 20 } tests[] = { local in function:tv
89 tests[i].passwd_hex, strlen(tests[i].passwd_hex), NULL,
91 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex,
92 strlen(tests[i].salt_hex), NULL, NULL, NULL);
93 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd,
94 tests[i].passwd_len, (const unsigned char *) salt,
95 tests[i].opslimit, tests[i].memlimit,
101 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen)
117 } tests[] = { local in function:tv2
194 } tests[] = { local in function:tv3
    [all...]
  /src/tests/fs/ffs/
ffs_common.sh 26 # from tests/ipf/h_common.sh via tests/sbin/resize_ffs
44 tests="${tests} ${name}"
65 tests="${tests} ${name}"
73 for i in ${tests}; do
  /src/tests/sbin/newfs/
quotas_common.sh 43 # from tests/ipf/h_common.sh via tests/sbin/resize_ffs
58 tests="${tests} ${name}"
65 for i in ${tests}; do
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
floatditf_test.c 16 expected.hi = tests[i].hi;
17 expected.lo = tests[i].lo;
18 computed.ld = __floatditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
floatunditf_test.c 16 expected.hi = tests[i].hi;
17 expected.lo = tests[i].lo;
18 computed.ld = __floatunditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
floatditf_test.c 16 expected.hi = tests[i].hi;
17 expected.lo = tests[i].lo;
18 computed.ld = __floatditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
floatunditf_test.c 16 expected.hi = tests[i].hi;
17 expected.lo = tests[i].lo;
18 computed.ld = __floatunditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_gt_pm.c 58 static const struct i915_subtest tests[] = { local in function:intel_gt_pm_live_selftests
66 return intel_gt_live_subtests(tests, &i915->gt);
71 static const struct i915_subtest tests[] = { local in function:intel_gt_pm_late_selftests
73 * These tests may leave the system in an undesirable state.
83 return intel_gt_live_subtests(tests, &i915->gt);

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011>>