Searched refs:tests (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/src/usr.bin/make/unit-tests/
H A Ddirective-ifnmake.exp1 Don't forget to run the tests (1)
2 Running the tests
H A Ddirective-error.exp3 make: stopped in unit-tests
H A Djobs-error-nested-make.exp5 make: stopped making "nested" in unit-tests
8 make: stopped making "nested" in unit-tests
10 make: stopped making "all" in unit-tests
H A Dexport-all.exp2 UT_BADDIR=unit-tests
9 UT_OKDIR=unit-tests
H A Djobs-error-indirect.exp4 make: stopped making "all" in unit-tests
7 make: stopped making "all" in unit-tests
H A Ddep-none.exp3 make: stopped in unit-tests
H A Ddeptgt-begin-fail-indirect.exp5 make: stopped making "all" in unit-tests
H A Ddeptgt-begin-fail.exp5 make: stopped making "all" in unit-tests
H A Ddeptgt-end-fail-indirect.exp6 make: stopped making "all" in unit-tests
H A Djobs-error-nested.exp5 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
H A Dposix.exp3 make: stopped in unit-tests
H A Dcond-op-and-lint.exp3 make: stopped in unit-tests
H A Dcond-op-or-lint.exp3 make: stopped in unit-tests
/src/tests/lib/libcrypt/
H A Dt_crypt.c75 } tests[] = { variable in typeref:typename:const struct __anon7e2028090108[]
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/
H A Dt_audio.awk60 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/
H A Dpwhash_scrypt.c19 } 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[
126 } tests[] = { local in function:tv2
171 } tests[] = { local in function:tv3
[all...]
H A Dsign.exp1 1024 tests
H A Dpwhash_argon2i.c20 } 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[
117 } tests[] = { local in function:tv2
194 } tests[] = { local in function:tv3
[all...]
/src/tests/fs/ffs/
H A Dffs_common.sh26 # 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/
H A Dquotas_common.sh43 # 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/drm2/dist/drm/i915/gt/
H A Dselftest_gt_pm.c58 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);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
H A Dfloatditf_test.c16 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);
H A Dfloatunditf_test.c16 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/Unit/ppc/
H A Dfloatditf_test.c16 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);
H A Dfloatunditf_test.c16 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);

Completed in 19 milliseconds

1234567891011>>