Home
last modified time | relevance | path

Searched refs:test (Results 251 – 275 of 2225) sorted by relevance

1...<<11121314151617181920>>...89

/freebsd/crypto/openssl/test/ssl-tests/
H A D20-cert-select.cnf90 [test-0]
123 [test-1]
156 [test-2]
187 [test-3]
221 [test-4]
249 [test-5]
280 [test-6]
314 [test-7]
344 [test-8]
372 [test-9]
[all …]
H A D06-sni-ticket.cnf51 [test-0]
93 [test-1]
137 [test-2]
181 [test-3]
225 [test-4]
269 [test-5]
313 [test-6]
357 [test-7]
401 [test-8]
445 [test-9]
[all …]
H A D26-tls13_client_auth.cnf42 [test-0]
70 [test-1]
99 [test-2]
132 [test-3]
169 [test-4]
203 [test-5]
232 [test-6]
262 [test-7]
295 [test-8]
337 [test-9]
[all …]
H A D30-extended-master-secret.cnf5 test-0 = 0-disable-extended-master-secret-server-sha
6 test-1 = 1-disable-extended-master-secret-client-sha
7 test-2 = 2-disable-extended-master-secret-both-sha
11 test-6 = 6-disable-extended-master-secret-both-sha2
33 [test-0]
58 [test-1]
84 [test-2]
123 [test-3]
149 [test-4]
174 [test-5]
[all …]
/freebsd/tools/test/iconv/posix/
H A Dposix.c246 test(int (tester) (void), const char * label) in test() function
260 test(open_1, "open_1"); in main()
261 test(open_2, "open_2"); in main()
262 test(close_1, "close_1"); in main()
263 test(conv_ret, "conv_ret"); in main()
264 test(conv_ebadf, "conv_ebadf"); in main()
265 test(conv_2big, "conv_2big"); in main()
266 test(conv_einval, "conv_einval"); in main()
267 test(conv_eilseq, "conv_eilseq"); in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.static.ksh.out1 test:main:probe1
2 test:main:probe2
3 test:foo:probe1
4 test:foo:probe2
H A Dtst.multiple.ksh.out1 test:main:go
2 test:main:go
3 test:main:go
4 test:main:go
H A Dtst.static2.ksh.out1 test:main:probe1
2 test:main:probe2
3 test:foo:probe1
4 test:foo:probe2
/freebsd/share/examples/tests/
H A DREADME2 This directory contains sample test programs along the Makefile and
5 The goal of these test programs is to illustrate, via simple and
6 heaviliy-commented code, how to construct test programs using all the
25 To inspect the available sample test cases from an installed system:
29 To run the full suite of sample test cases:
31 $ kyua test -k /usr/tests/share/examples/tests/Kyuafile
33 And to debug a specific failing test case, if any:
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c88 chtype test = (chtype) CharOf(win->_line[n].text[j]); in NCURSES_EXPORT() local
89 ep[j] = (char) ((UChar(test) == test in NCURSES_EXPORT()
94 ? (iscntrl(UChar(test)) in NCURSES_EXPORT()
96 : UChar(test)) in NCURSES_EXPORT()
117 int test = WidecExt(win->_line[n].text[j]); in NCURSES_EXPORT()
118 if (test) { in NCURSES_EXPORT()
119 ep[j] = (char) (test + '0'); in NCURSES_EXPORT()
/freebsd/contrib/unbound/
H A Dconfigure.ac179 if test $on_mingw = "no"; then
197 if test $on_mingw = no; then
210 if test $on_mingw = no; then
230 if test $on_mingw = no; then
243 if test $on_mingw = no; then
256 if test $on_mingw = no; then
285 if test "x$CFLAGS" = "x" ; then
367 if test "$srcdir" != "."; then
649 if test $? = 0; then
653 if test $? -ne 0; then
[all …]
/freebsd/contrib/tcpdump/
H A Dconfigure.ac168 if test ! -z "$with_chroot" && test "$with_chroot" != "no" ; then
194 if test -z "$with_sandbox_capsicum" || test "$with_sandbox_capsicum" != "no" ; then
504 # suppress the next test.
529 # suppress the next test.
556 # suppress the next test.
584 # suppress the next test.
838 if test -f /dev/bpf0 ; then
899 if test $withval = no
904 elif test $withval = yes
980 if test $withval = no
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DCMakeLists.txt1017 signal-test
1019 time-test)
1181 test-eof
1182 test-closed
1183 test-fdleak
1184 test-init
1185 test-time
1186 test-weof)
1199 test-dumpevents
1200 test-ratelim
[all …]
/freebsd/contrib/libevent/
H A DCMakeLists.txt1017 signal-test
1019 time-test)
1181 test-eof
1182 test-closed
1183 test-fdleak
1184 test-init
1185 test-time
1186 test-weof)
1199 test-dumpevents
1200 test-ratelim
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dalways-arch.m436 AM_CONDITIONAL([TARGET_CPU_AARCH64], test $TARGET_CPU = aarch64)
37 AM_CONDITIONAL([TARGET_CPU_X86_64], test $TARGET_CPU = x86_64)
38 AM_CONDITIONAL([TARGET_CPU_POWERPC], test $TARGET_CPU = powerpc)
39 AM_CONDITIONAL([TARGET_CPU_SPARC64], test $TARGET_CPU = sparc64)
40 AM_CONDITIONAL([TARGET_CPU_ARM], test $TARGET_CPU = arm)
/freebsd/crypto/openssl/test/
H A Dpoly1305_internal_test.c1509 const TESTDATA test = tests[idx]; in test_poly1305() local
1510 const unsigned char *in = test.input.data; in test_poly1305()
1511 size_t inlen = test.input.size; in test_poly1305()
1512 const unsigned char *key = test.key.data; in test_poly1305()
1513 const unsigned char *expected = test.expected.data; in test_poly1305()
1514 size_t expectedlen = test.expected.size; in test_poly1305()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.ticksec.d.out1 This test is a simple tick-sec provider test
2 This test is a simple tick-sec provider test
/freebsd/tools/regression/posixsem/
H A Dtest.c40 static struct regression_test *test; variable
55 if (test->rt_name) in vprint_status()
56 printf(" - %s", test->rt_name); in vprint_status()
122 test = *testp; in run_tests()
123 test->rt_function(); in run_tests()
/freebsd/contrib/libdiff/
H A D.gitignore10 test/got*.diff
11 test/verify.*
12 test/arraylist_test/arraylist_test
13 test/results_test/results_test
/freebsd/contrib/expat/
H A Dconfigure.ac57 dnl test. I believe this test will work, but I don't have a place with non-
58 dnl GNU M4 to test it right now.
112 AS_IF([test "$GCC" = yes],
126 AS_IF([test "$GCC" = yes],
135 AS_IF([test "$GCC" = yes],
145 AS_IF([test "${enable_shared}" = yes],
183 AS_IF([test x${with_tests} = xyes],
205 AS_IF([test "x${with_libbsd}" != xno],
252 AS_IF([test "x$with_getrandom" != xno],
346 AS_IF([test "x$with_docbook" != xno],
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c59 if (phy->mt76->test.state != MT76_TM_STATE_OFF) in mt7915_tm_set_tx_power()
60 tx_power = phy->mt76->test.tx_power; in mt7915_tm_set_tx_power()
258 struct mt76_testmode_data *td = &mphy->test; in mt7915_tm_set_tx_len()
339 u32 *b = phy->test.reg_backup; in mt7915_tm_reg_backup_restore()
372 phy->test.reg_backup = b; in mt7915_tm_reg_backup_restore()
451 phy->test.spe_idx = td->tx_spe_idx; in mt7915_tm_set_tx_frames()
650 struct mt76_testmode_data *td = &mphy->test; in mt7915_tm_set_state()
654 mphy->test.state = state; in mt7915_tm_set_state()
693 struct mt76_testmode_data *td = &mphy->test; in mt7915_tm_set_params()
778 mphy->test.rx_stats.packets[q] += fcs_err; in mt7915_tm_dump_stats()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c418 if (!strcmp(cfg_aliases[i].name, test)) {
429 printf("No such test alias as @%s!",test);
438 if (test[0] == '@') {
439 return process_test_alias(groups, test + 1);
440 } else if (test[0] == ':') {
441 ++test;
443 } else if (test[0] == '+') {
444 ++test;
447 printf("No such test as %s!\n", test);
453 if (!tinytest_set_flag_(groups, test, 1, flag)) {
[all …]
/freebsd/contrib/googletest/docs/
H A Dquickstart-bazel.md86 GoogleTest provides [assertions](primer.md#assertions) that you use to test the
115 Now you can build and run your test:
120 INFO: Found 1 test target...
124 [==========] Running 1 test from 1 test suite.
125 [----------] Global test environment set-up.
126 [----------] 1 test from HelloTest
129 [----------] 1 test from HelloTest (0 ms total)
131 [----------] Global test environment tear-down
132 [==========] 1 test from 1 test suite ran. (0 ms total)
133 [ PASSED ] 1 test.
[all …]
/freebsd/contrib/libevent/test/
H A Dtinytest.c418 if (!strcmp(cfg_aliases[i].name, test)) {
429 printf("No such test alias as @%s!",test);
438 if (test[0] == '@') {
439 return process_test_alias(groups, test + 1);
440 } else if (test[0] == ':') {
441 ++test;
443 } else if (test[0] == '+') {
444 ++test;
447 printf("No such test as %s!\n", test);
453 if (!tinytest_set_flag_(groups, test, 1, flag)) {
[all …]
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv12 1,cacertsout given, -section,, -cmd,ir,, -cacertsout,_RESULT_DIR/test.cacerts.pem,,BLANK,,,BLANK,,B…
16 1,revreason unspecified, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, -…
18 1,revreason keyCompromise, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem,…
20 1,revreason CACompromise, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, …
24 1,revreason superseded, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, -r…
28 1,revreason certificateHold, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pe…
29 1,revreason removeFromCRL, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem,…
30 0,revreason 7 (invalid), -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, -…
34 1,revreason AACompromise, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, …
42 0,revreason 11 (invalid), -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, …
[all …]

1...<<11121314151617181920>>...89