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

1 2

  /src/external/bsd/tradcpp/dist/tests/
tradcpp.sh 0 test_case() {
33 test_case ${name} ${testfile} ${tradcpp}
1 test_case() { function
  /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/fsck_ffs/
quotas_common.sh 20 test_case() function
  /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/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/external/bsd/kyua-cli/dist/engine/drivers/
debug_test.hpp 40 #include "engine/test_case.hpp"
55 test_filter test_case; member in class:engine::drivers::debug_test::result
66 test_case(test_case_),
debug_test.cpp 35 #include "engine/test_case.hpp"
128 const engine::test_case_ptr test_case = find_test_case(filter, kyuafile); local
137 test_case.get(), user_config, dummy_hooks, work_directory.directory(),
142 test_case->container_test_program().relative_path(),
143 test_case->name()), test_result);
run_tests.cpp 125 const engine::test_case_ptr test_case = *iter; local
128 test_case->name()))
131 const int64_t test_case_id = tx.put_test_case(*test_case,
134 hooks.got_test_case(test_case);
137 test_case.get(), user_config, test_hooks, work_directory);
140 hooks.got_result(test_case, result, end_time - start_time);
  /src/external/bsd/kyua-cli/dist/engine/
test_case.hpp 29 /// \file engine/test_case.hpp
70 class test_case { class in namespace:engine
77 test_case(const std::string&, const test_program&,
79 test_case(const std::string&, const test_program&,
82 ~test_case(void);
90 bool operator==(const test_case&) const;
91 bool operator!=(const test_case&) const;
95 std::ostream& operator<<(std::ostream&, const test_case&);
99 typedef std::shared_ptr< test_case > test_case_ptr;
102 test_result debug_test_case(const test_case*, const utils::config::tree&
    [all...]
filters.hpp 61 std::string test_case; member in class:engine::test_filter
test_case.cpp 29 #include "engine/test_case.hpp"
162 /// Internal implementation for a test_case.
163 struct engine::test_case::impl {
229 engine::test_case::test_case(const std::string& interface_name_, function in class:engine::test_case
260 engine::test_case::test_case( function in class:engine::test_case
277 engine::test_case::~test_case(void)
286 engine::test_case::interface_name(void) cons
    [all...]
test_case_plain_helpers.cpp 148 /// The caller can select which test case to run by defining the TEST_CASE
166 "TEST_CASE variable";
170 const optional< std::string > test_case_env = utils::getenv("TEST_CASE");
172 std::cerr << "TEST_CASE not defined";
175 const std::string& test_case = test_case_env.get(); local
177 if (test_case == "crash")
179 else if (test_case == "fail")
181 else if (test_case == "pass")
183 else if (test_case == "spawn_blocking_child")
185 else if (test_case == "timeout"
    [all...]
test_program_test.cpp 102 const engine::test_case_ptr test_case = test_program.find("main"); local
104 test_case->container_test_program().relative_path());
105 ATF_REQUIRE_EQ("main", test_case->name());
143 const engine::test_case test_case("plain", test_program, "main",
146 new engine::test_case(test_case)));
164 const engine::test_case_ptr& test_case = test_cases[0]; local
165 ATF_REQUIRE_EQ("__test_cases_list__", test_case->name());
167 ATF_REQUIRE(test_case->fake_result())
    [all...]
  /src/tests/sbin/resize_ffs/
common.sh 19 # test_case() taken from the tests/ipf/h_common.sh
21 test_case() function
  /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/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/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_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];
  /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/external/bsd/kyua-testers/dist/
cli.c 192 const char* test_case = argv[1]; local
196 check_error(tester->run_test_case(test_program, test_case, result_file,

Completed in 40 milliseconds

1 2