| /dflybsd-src/contrib/byacc/ |
| H A D | CHANGES | 3 * test/run_test.sh: use context diff, to work with AIX 8 * makefile.in, test/run_make.sh, test/run_test.sh, test/run_lint.sh: 132 * test/run_test.sh: 137 * test/yacc/expr.oxout.tab.c, test/btyacc/expr.oxout.tab.c: regen 139 * test/expr.oxout.y, test/expr.oxout.h: fix gcc warnings 141 * test/yacc/expr.oxout.tab.c, test/yacc/expr.oxout.tab.h: regen 143 * test/run_make.sh: workaround for compiling the expr.oxout.y files 145 * test/expr.oxout.y: fix syntax error 147 * test/btyacc/expr.oxout.tab.c: regen 149 * test/expr.oxout.h: RCS_BASE [all …]
|
| /dflybsd-src/contrib/mdocml/ |
| H A D | README.DELETED | 51 test-EFTYPE.c 52 test-O_DIRECTORY.c 53 test-PATH_MAX.c 54 test-attribute.c 55 test-be32toh.c 56 test-cmsg.c 57 test-dirent-namlen.c 58 test-err.c 59 test-fts.c 60 test-getline.c [all …]
|
| /dflybsd-src/tools/regression/lib/libm/ |
| H A D | test-lrint.c | 47 #define test(func, x, result, excepts) do { \ macro 55 test(lrint, x, result, excepts); \ 56 test(lrintf, x, result, excepts); \ 57 test(lrintl, x, result, excepts); \ 58 test(llrint, x, result, excepts); \ 59 test(llrintf, x, result, excepts); \ 60 test(llrintl, x, result, excepts); \ 88 test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID); in run_tests() 89 test(lrint, -0x80000000.4p0, -0x80000000l, FE_INEXACT); in run_tests() 92 test(lrint, -0x80000000.8p0, IGNORE, FE_INVALID); in run_tests() [all …]
|
| H A D | test-lround.c | 43 #define test(func, x, result, excepts) do { \ macro 51 test(lround, x, result, excepts); \ 52 test(lroundf, x, result, excepts); \ 53 test(llround, x, result, excepts); \ 54 test(llroundf, x, result, excepts); \ 78 test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID); in main() 79 test(lround, -0x80000000.8p0, IGNORE, FE_INVALID); in main() 80 test(lround, 0x80000000.0p0, IGNORE, FE_INVALID); in main() 81 test(lround, 0x7fffffff.4p0, 0x7fffffffl, FE_INEXACT); in main() 82 test(lround, -0x80000000.4p0, -0x80000000l, FE_INEXACT); in main() [all …]
|
| H A D | test-fma.c | 54 #define test(func, x, y, z, result, exceptmask, excepts) do { \ macro 61 test(fma, (x), (y), (z), (double)(result), (exceptmask), (excepts)); \ 62 test(fmaf, (x), (y), (z), (float)(result), (exceptmask), (excepts)); \ 63 test(fmal, (x), (y), (z), (result), (exceptmask), (excepts)); \ 69 test((func), (x), (y), (z), (rn), (exceptmask), (excepts)); \ 71 test((func), (x), (y), (z), (ru), (exceptmask), (excepts)); \ 73 test((func), (x), (y), (z), (rd), (exceptmask), (excepts)); \ 75 test((func), (x), (y), (z), (rz), (exceptmask), (excepts)); \ 123 test(fmaf, -FLT_MIN, FLT_MIN, 0.0, -0.0, in test_zeroes() 125 test(fma, -DBL_MIN, DBL_MIN, 0.0, -0.0, in test_zeroes() [all …]
|
| H A D | test-next.c | 45 #define test(exp, ans, ex) do { \ macro 61 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \ 62 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \ 99 test##prec(copysign##prec(1.0, nextafter##prec(0.0, -0.0)), -1.0, 0); \ in main() 100 test##prec(copysign##prec(1.0, nextafter##prec(-0.0, 0.0)), 1.0, 0); \ in main() 101 test##prec(copysign##prec(1.0, nexttoward##prec(0.0, -0.0)), -1.0, 0);\ in main() 102 test##prec(copysign##prec(1.0, nexttoward##prec(-0.0, 0.0)), 1.0, 0) in main() 110 test##prec(next(-0.0, 42.0), eps, ex_under); \ in main() 111 test##prec(next(0.0, -42.0), -eps, ex_under); \ in main() 112 test##prec(next(0.0, INFINITY), eps, ex_under); \ in main() [all …]
|
| /dflybsd-src/tools/regression/lib/libc-regex/ |
| H A D | testregex.c | 574 quote(char* s, int len, unsigned long test) in quote() argument 587 else if (test & TEST_EXPAND) in quote() 592 if (test & TEST_DELIMIT) in quote() 601 if (test & TEST_DELIMIT) in quote() 646 if (test & TEST_DELIMIT) in quote() 654 …ort(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long test) in report() argument 662 quote(re, -1, test|TEST_DELIMIT); in report() 666 quote(s, len, test|TEST_DELIMIT); in report() 669 if (test & TEST_UNSPECIFIED) in report() 717 bad(char* comment, char* re, char* s, int len, unsigned long test) in bad() argument [all …]
|
| H A D | README | 2 testregex - regex(3) test harness 8 testregex reads regex(3) test specifications, one per line, from the 9 standard input and writes one output line for each failed test. A 11 test is run again with REG_NOSUB. Unsupported features are noted 12 before the first test, and tests requiring these features are 24 -v list each test line 25 -A list failed test lines with actual answers 26 -B list all test lines with actual answers 27 -F list failed test lines 28 -P list passed test lines [all …]
|
| /dflybsd-src/contrib/wpa_supplicant/src/utils/ |
| H A D | utils_module_tests.c | 57 const struct printf_test_data *test = &printf_tests[i]; in printf_encode_decode_tests() local 58 printf_encode(buf, sizeof(buf), test->data, test->len); in printf_encode_decode_tests() 62 if (binlen != test->len || in printf_encode_decode_tests() 63 os_memcmp(bin, test->data, binlen) != 0) { in printf_encode_decode_tests() 69 binlen = printf_decode(bin, sizeof(bin), test->encoded); in printf_encode_decode_tests() 70 if (binlen != test->len || in printf_encode_decode_tests() 71 os_memcmp(bin, test->data, binlen) != 0) { in printf_encode_decode_tests() 897 const struct json_test_data *test = &json_test_cases[i]; in json_tests() local 900 root = json_parse(test->json, os_strlen(test->json)); in json_tests() 901 if ((root && !test->tree) || (!root && test->tree)) { in json_tests() [all …]
|
| /dflybsd-src/test/libpthread/ |
| H A D | verify | 130 foreach $test (@ARGV) 133 $test =~ s/^\s*(.*)\s*$/$1/; 137 if (-e "$opt_srcdir/$test.exp") 141 ($okay, $utime, $stime) = &run_test($test); 143 if (-e "$opt_objdir/$test.out") 145 `diff $opt_srcdir/$test.exp $opt_objdir/$test.out > $opt_objdir/$test.diff 2>&1`; 158 "Nonexistent output file \"$opt_objdir/$test.out\"\n"; 162 ($hutime, $hstime) = &print_stats($test, $okay, 0, 0, $utime, $stime); 168 ($okay, $utime, $stime) = &run_test($test); 170 if (open (STEST_OUT, "<$opt_objdir/$test.out")) [all …]
|
| H A D | README | 1 $FreeBSD: src/lib/libc_r/test/README,v 1.1.2.1 2000/07/17 22:18:32 jasone Exp $ 3 This test suite is meant to test general functionality of pthreads, as well as 4 provide a simple framework for regression tests. In general, this test suite 7 There are two forms of test that the 'verify' script understands. The simpler 8 form is the diff format, where the output of the test program is diff'ed with 9 the correspondingly named .exp file. If there is diff output, the test fails. 10 The sequence test format is somewhat more complex, and is documented in the 14 There is no driving need for test naming consistency, but the existing tests 17 <name>_d.c <name>_d.exp : Diff mode C test and expected output file. 18 <name>_s.c : Sequence mode C test. [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | input.c | 2111 void apply (lexer_test &test) FINAL OVERRIDE in apply() argument 2113 cpp_options *cpp_opts = cpp_get_options (test.m_parser); in apply() 2116 cpp_callbacks *callbacks = cpp_get_callbacks (test.m_parser); in apply() 2176 void apply (lexer_test &test) FINAL OVERRIDE in apply() argument 2178 cpp_callbacks *callbacks = cpp_get_callbacks (test.m_parser); in apply() 2267 lexer_test& test, in assert_char_at_range() argument 2272 cpp_reader *pfile = test.m_parser; in assert_char_at_range() 2273 string_concat_db *concats = &test.m_concats; in assert_char_at_range() 2322 lexer_test& test, in assert_num_substring_ranges() argument 2327 cpp_reader *pfile = test.m_parser; in assert_num_substring_ranges() [all …]
|
| H A D | genrecog.c | 1552 rtx_test test; member 1577 : prev (0), next (0), test (test_in) {} in decision() 1606 add_decision (state *from, const rtx_test &test, transition *trans) in add_decision() argument 1608 decision *d = new decision (test); in add_decision() 1618 add_decision (state *from, const rtx_test &test, int_set labels, bool optional) in add_decision() argument 1621 add_decision (from, test, new transition (labels, to, optional)); in add_decision() 1630 insert_decision_before (state::range r, const rtx_test &test, in insert_decision_before() argument 1633 decision *newd = new decision (test); in insert_decision_before() 1681 if (d->test.kind == rtx_test::CODE in simplify_tests() 1685 if (d->test.pos == second->test.pos in simplify_tests() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | genrecog.c | 301 struct decision_test *test; in new_decision_test() local 303 test = XNEW (struct decision_test); in new_decision_test() 304 test->next = *place; in new_decision_test() 305 test->type = type; in new_decision_test() 306 *place = test; in new_decision_test() 308 place = &test->next; in new_decision_test() 311 return test; in new_decision_test() 675 struct decision_test *test; in add_to_sequence() local 707 test = new_decision_test (DT_num_insns, &place); in add_to_sequence() 708 test->u.num_insns = num_insns; in add_to_sequence() [all …]
|
| H A D | combine-stack-adj.c | 353 rtx note, test, next_candidate, prev_candidate; in force_move_args_size_note() local 378 test = insn; in force_move_args_size_note() 379 while ((test = next_active_insn_bb (bb, test)) != NULL) in force_move_args_size_note() 382 if (find_reg_note (test, REG_ARGS_SIZE, NULL_RTX)) in force_move_args_size_note() 385 if (CALL_P (test) || !insn_nothrow_p (test)) in force_move_args_size_note() 388 next_candidate = test; in force_move_args_size_note() 391 test = insn; in force_move_args_size_note() 392 while ((test = prev_active_insn_bb (bb, test)) != NULL) in force_move_args_size_note() 396 tnote = find_reg_note (test, REG_ARGS_SIZE, NULL_RTX); in force_move_args_size_note() 403 prev_candidate = test; in force_move_args_size_note() [all …]
|
| /dflybsd-src/test/stress/stress2/ |
| H A D | load.cfg | 1 # Just a test of the EXCLUDETESTS feature 6 ###export TESTPROGS="" # Remove comments for test 7 ###export HOG=1 # Remove comments for test 9 ###export LOAD=100 # Remove comments for test 10 ###export swapLOAD=100 # Remove comments for test 11 ###export rwLOAD=100 # Remove comments for test 12 ###export mkdirLOAD=100 # Remove comments for test 13 ###export creatLOAD=100 # Remove comments for test 14 ###export symlinkLOAD=100 # Remove comments for test 15 ###export swapLOAD=100 # Remove comments for test [all …]
|
| H A D | README | 3 This is the FreeBSD kernel stress test suite. The purpose is to crash the 7 Do not run the syscall test as root. 14 The "run.sh" script accepts an optional configuration file in order to test specific areas. 20 To run all of the different test scenarios type: 24 You may have to tune the stress test to make sure that your test box run low 32 ./include Include file for building the test programs in ./testcases 33 ./lib Common support files for the test programs 34 ./misc Various test scenarios. Mostly regression tests 44 A test of this show that the occurrence of panics are still 46 unionfs was used to test this:
|
| /dflybsd-src/tools/tools/net80211/scripts/ |
| H A D | config | 2 # Common configuration settings for vap test scripts. 29 test -z "$WIRED" && WIRED=$i 32 test -z "$WIRELESS" && WIRELESS=$i 36 test -z "$WIRED" && { echo "No wired device detected!"; exit; } 37 test -z "$WIRELESS" && { echo "No wireless device detected!"; exit; } 47 test -z "$WPA_PASSPHRASE" && WPA_PASSPHRASE='I am not a geek' 50 test -z "$SSID" && SSID=freebsd-ap 53 test -z "$MESHID" && MESHID=freebsd-mesh 56 test -z "$TMPDIR" && TMPDIR=. 58 test -z "$HOSTAPD_CTRL_INTERFACE" && HOSTAPD_CTRL_INTERFACE=/var/run/hostapd [all …]
|
| /dflybsd-src/test/test/ |
| H A D | test123 | 1 $DragonFly: src/test/test/test123,v 1.3 2008/09/01 20:48:24 swildner Exp $ 4 test 5 test push 6 test local mirror 12 test git 14 test 15 test cherry-pick 26 test tinyurl, again
|
| /dflybsd-src/test/stress/ |
| H A D | eattls.c | 18 struct test { struct 29 struct test *test; in main() local 40 buf += random() % (BIGSIZE - sizeof(struct test)); in main() 41 test = (void *)buf; in main() 43 info.size = sizeof(struct test); in main() 48 test->random1 = random1; in main() 49 test->random2 = random2; in main() 50 printf("setting %%gs to 0x%02x segment at %p\n", gs, test); in main()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | configure.ac | 22 if test "$i" -nt "$srcdir/configure"; then 69 if test "x$MANDOC" != "x" ; then 71 elif test "x$NROFF" != "x" ; then 73 elif test "x$GROFF" != "x" ; then 87 if test -x /sbin/sh; then 96 if test -z "$AR" ; then 101 if test ! -z "$PATH_PASSWD_PROG" ; then 136 [ if test "x$withval" = "xno" ; then 143 if test "x$openssl" = "xyes" ; then 155 if test "x$withval" = "xno"; then [all …]
|
| /dflybsd-src/contrib/lvm2/dist/ |
| H A D | configure.in | 154 if test x$OWNER != x; then 167 if test x$GROUP != x; then 205 if test x$LVM1_FALLBACK = xyes; then 225 if test x$LVM1 = xinternal; then 245 if test x$POOL = xinternal; then 264 if test x$CLUSTER = xinternal; then 284 if test x$SNAPSHOTS = xinternal; then 304 if test x$MIRRORS = xinternal; then 348 if test x$CLVMD = xyes; then 354 if test x$CLVMD != xnone && test x$CLUSTER = xnone; then [all …]
|
| /dflybsd-src/games/backgammon/teachgammon/ |
| H A D | tutor.c | 62 if (!brdeq(test[i].brd, board)) { in tutor() 84 wrtext(*test[i].com); in tutor() 89 mm->D0 = test[i].roll1; in tutor() 90 mm->D1 = test[i].roll2; in tutor() 94 if (test[i].mp[j] == test[i].mg[j]) in tutor() 96 mm->p[j] = test[i].mp[j]; in tutor() 97 mm->g[j] = test[i].mg[j]; in tutor() 107 mm->D0 = test[i].new1; in tutor() 108 mm->D1 = test[i].new2; in tutor()
|
| /dflybsd-src/tools/regression/bin/sh/builtins/ |
| H A D | trap1.0 | 3 test "$(trap 'echo trapped' EXIT; :)" = trapped || exit 1 5 test "$(trap 'echo trapped' EXIT; /usr/bin/true)" = trapped || exit 1 8 test $? -eq 1 || exit 1 9 test "$result" = trapped || exit 1 12 test $? -eq 1 || exit 1 13 test -z "$result" || exit 1 18 test "$result" -eq 1 || exit 1 20 test "$result" -eq 2 || exit 1
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | configure.ac | 52 AM_CONDITIONAL(GMAKE, test "$MAKE_IS_GNU" = yes) 79 if test x"$USE_NLS" = xyes; then 90 if test x"$STDINT_H" != x; then 114 if test x"$gdb_cv_have_makeinfo_click" = xyes; then 160 [if test "$with_auto_load_safe_path" = "no"; then 194 if test "${target}" = "${host}"; then 209 if test "$targ_alias" = "all"; then 214 if test -n "$result"; then 222 AS_IF([test -z "${gdb_target_obs}"], 236 if test x${want64} = xfalse; then [all …]
|