HomeSort by: relevance | last modified time | path
    Searched defs:test_case (Results 1 - 20 of 20) sorted by relevancy

  /src/tests/lib/librumphijack/
t_cwd.sh 31 test_case() function
47 test_case basic_chdir /rump simple chdir
48 test_case basic_fchdir /rump simple fchdir
49 test_case slash_chdir // simple chdir
50 test_case slash_fchdir // simple fchdir
51 test_case symlink_chdir /rump symlink chdir
52 test_case symlink_fchdir /rump symlink fchdir
53 test_case symlink_slash_chdir // symlink chdir
54 test_case symlink_slash_fchdir // symlink fchdir
t_vfs.sh 71 test_case() function
91 test_case paxcopy
92 test_case cpcopy
93 test_case mv_nox
94 test_case ln_nox
  /src/tests/sbin/newfs/
quotas_common.sh 44 test_case() function
  /src/tests/usr.bin/make/
t_make.sh 52 test_case() function
85 test_case "${atfname}" "${basename}"
  /src/tests/sbin/fsck_ffs/
quotas_common.sh 20 test_case() function
  /src/tests/fs/ffs/
ffs_common.sh 27 test_case() function
  /src/tests/ipf/
h_common.sh 43 test_case() function
  /src/tests/usr.bin/shmif_dumpbus/
t_basic.sh 37 test_case() function
49 test_case header
50 test_case contents
51 test_case pcap
  /src/tests/sbin/resize_ffs/
common.sh 19 # test_case() taken from the tests/ipf/h_common.sh
21 test_case() function
  /src/tests/usr.bin/rump_server/
t_disk.sh 37 test_case() function
55 test_case size -d key=/img,hostpath=the.img,size=32k
61 test_case offset -d key=/img,hostpath=the.img,size=32k,offset=16k
67 test_case notrunc -d key=/img,hostpath=the.img,size=8k,offset=16k
77 test_case data -d key=/img,hostpath=the.img,size=8k,offset=16k
91 test_case type_chr -d key=/img,hostpath=the.img,size=32k,type=chr
98 test_case type_reg -d key=/img,hostpath=the.img,size=32k,type=reg
105 test_case type_blk -d key=/img,hostpath=the.img,size=32k,type=blk
112 test_case type_blk_default -d key=/img,hostpath=the.img,size=32k
  /src/tests/rump/rumpkern/
t_sp.sh 28 test_case() function
54 test_case basic basic
55 # test_case stress_short stress 1
57 # test_case stress_long stress 2
59 # test_case stress_killer stress 5 kill
61 test_case fork_simple fork simple
62 test_case fork_pipecomm fork pipecomm
63 test_case fork_fakeauth fork fakeauth
64 test_case sigsafe sigsafe sigsafe
65 test_case signal signa
    [all...]
  /src/usr.sbin/npf/npftest/libnpftest/
npfl2onlytest.c 25 static const struct test_case { struct
53 const struct test_case *t = &test_cases[i];
71 const struct test_case *t = &test_cases[i];
npf_nat_test.c 21 static const struct test_case { struct
166 const struct test_case *t = &test_cases[i];
224 const struct test_case *t = &test_cases[i];
npf_l2rule_test.c 17 static const struct test_case { struct
73 const struct test_case *t = &test_cases[i];
101 const struct test_case *t = &test_cases[i];
133 const struct test_case *t = &test_cases[i];
npf_rule_test.c 17 static const struct test_case { struct
228 const struct test_case *t = &test_cases[i];
255 const struct test_case *t = &test_cases[i];
287 const struct test_case *t = &test_cases[i];
npf_rid_test.c 32 static const struct test_case { struct
111 const struct test_case *t = &test_cases[i];
147 const struct test_case *t = &test_cases[i];
231 const struct test_case *t = &test_cases[i];
  /src/sys/external/bsd/sljit/dist/regex_src/
regexMain.c 97 struct test_case { struct
107 void run_tests(struct test_case* test, int verbose, int silent)
222 static struct test_case tests[] = {
  /src/tests/usr.bin/config/
t_config.sh 114 test_case() function
130 test_case shadow_instance pass "Checks correct handling of shadowed instances"
131 test_case loop pass "Checks correct handling of loops"
132 test_case loop2 pass "Checks correct handling of devices that can be their" \
134 test_case pseudo_parent pass "Checks correct handling of children of pseudo" \
136 test_case postponed_orphan fail "Checks that config catches adding an" \
138 test_case no_pseudo fail "Checks that config catches omitted 'pseudo-device'" \
140 test_case deffs_redef fail "Checks that config doesn't allow a deffs to use" \
148 test_case undefined_opt pass \
157 test_case no_undefined_opt warn
    [all...]
  /src/tests/lib/libc/misc/
t_ubsan.c 69 test_case(void (*fun)(void), const char *string) function in typeref:typename:void
128 test_case(test_add_overflow_signed, " signed integer overflow: ");
151 test_case(test_add_overflow_unsigned, " unsigned integer overflow: ");
178 test_case(test_builtin_unreachable, " calling __builtin_unreachable()");
200 test_case(test_divrem_overflow_signed_div, " signed integer overflow: ");
222 test_case(test_divrem_overflow_signed_mod, " signed integer overflow: ");
251 test_case(test_function_type_mismatch, " call to function ");
276 test_case(test_invalid_builtin_##type, \
306 test_case(test_load_invalid_value_bool, " load of value ");
330 test_case(test_load_invalid_value_enum, " load of value ")
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 1225 for (auto test_case : test_cases) { local in function:TEST
1228 for (int i = 0; test_case[i] != 0; i++)
1229 tracker.NextPage(test_case[i] == 'x');
1233 const char* last_x = strrchr(test_case, 'x');
1235 test_case,
1236 last_x == nullptr ? 0 : (last_x - test_case + 1));

Completed in 113 milliseconds