Searched refs:test_case (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dt_integration.sh43 test_case() function
61 test_case check_valid c99_struct_init "Checks C99 struct initialization"
62 test_case check_valid c99_union_init1 "Checks C99 union initialization"
63 test_case check_valid c99_union_init2 "Checks C99 union initialization"
64 test_case check_valid c99_union_init3 "Checks C99 union initialization"
65 test_case check_valid c99_recursive_init "Checks C99 recursive struct/union" \
67 test_case check_valid c9x_recursive_init "Checks C9X struct/union member" \
69 test_case check_valid nested_structs "Checks nested structs"
70 test_case check_valid packed_structs "Checks packed structs"
72 test_case check_vali
[all...]
/freebsd-current/contrib/netbsd-tests/sbin/resize_ffs/
H A Dt_grow_swapped.sh40 test_case grow_16M_v0_4096 resize_ffs 4096 512 32768 131072 0 28 swap
41 test_case grow_16M_v0_8192 resize_ffs 8192 1024 32768 131072 0 28 swap
42 test_case grow_16M_v0_16384 resize_ffs 16384 2048 32768 131072 0 29 swap
43 test_case grow_16M_v0_32768 resize_ffs 32768 4096 32768 131072 0 28 swap
44 test_case grow_16M_v0_65536 resize_ffs 65536 8192 32768 131072 0 26 swap
46 test_case grow_24M_v0_4096 resize_ffs 4096 512 49152 65536 0 41 swap
47 test_case grow_24M_v0_8192 resize_ffs 8192 1024 49152 65536 0 42 swap
48 test_case grow_24M_v0_16384 resize_ffs 16384 2048 49152 65536 0 43 swap
49 test_case grow_24M_v0_32768 resize_ffs 32768 4096 49152 65536 0 42 swap
50 test_case grow_24M_v0_6553
[all...]
H A Dt_grow.sh40 test_case grow_16M_v0_4096 resize_ffs 4096 512 32768 131072 0 28
41 test_case grow_16M_v0_8192 resize_ffs 8192 1024 32768 131072 0 28
42 test_case grow_16M_v0_16384 resize_ffs 16384 2048 32768 131072 0 29
43 test_case grow_16M_v0_32768 resize_ffs 32768 4096 32768 131072 0 28
44 test_case grow_16M_v0_65536 resize_ffs 65536 8192 32768 131072 0 26
46 test_case grow_24M_v0_4096 resize_ffs 4096 512 49152 65536 0 41
47 test_case grow_24M_v0_8192 resize_ffs 8192 1024 49152 65536 0 42
48 test_case grow_24M_v0_16384 resize_ffs 16384 2048 49152 65536 0 43
49 test_case grow_24M_v0_32768 resize_ffs 32768 4096 49152 65536 0 42
50 test_case grow_24M_v0_6553
[all...]
H A Dt_shrink_swapped.sh38 test_case shrink_24M_16M_v0_4096 resize_ffs 4096 512 49152 32768 0 41 swap
39 test_case shrink_24M_16M_v0_8192 resize_ffs 8192 1024 49152 32768 0 42 swap
40 test_case shrink_24M_16M_v0_16384 resize_ffs 16384 2048 49152 32768 0 43 swap
41 test_case shrink_24M_16M_v0_32768 resize_ffs 32768 4096 49152 32768 0 42 swap
42 test_case shrink_24M_16M_v0_65536 resize_ffs 65536 8192 49152 32768 0 38 swap
43 test_case shrink_32M_24M_v0_4096 resize_ffs 4096 512 65536 49152 0 55 swap
44 test_case shrink_32M_24M_v0_8192 resize_ffs 8192 1024 65536 49152 0 56 swap
45 test_case shrink_32M_24M_v0_16384 resize_ffs 16384 2048 65536 49152 0 58 swap
46 test_case shrink_32M_24M_v0_32768 resize_ffs 32768 4096 65536 49152 0 56 swap
48 test_case shrink_48M_16M_v0_409
[all...]
H A Dt_shrink.sh38 test_case shrink_24M_16M_v0_4096 resize_ffs 4096 512 49152 32768 0 41
39 test_case shrink_24M_16M_v0_8192 resize_ffs 8192 1024 49152 32768 0 42
40 test_case shrink_24M_16M_v0_16384 resize_ffs 16384 2048 49152 32768 0 43
41 test_case shrink_24M_16M_v0_32768 resize_ffs 32768 4096 49152 32768 0 42
42 test_case shrink_24M_16M_v0_65536 resize_ffs 65536 8192 49152 32768 0 38
43 test_case shrink_32M_24M_v0_4096 resize_ffs 4096 512 65536 49152 0 55
44 test_case shrink_32M_24M_v0_8192 resize_ffs 8192 1024 65536 49152 0 56
45 test_case shrink_32M_24M_v0_16384 resize_ffs 16384 2048 65536 49152 0 58
46 test_case shrink_32M_24M_v0_32768 resize_ffs 32768 4096 65536 49152 0 56
48 test_case shrink_48M_16M_v0_409
[all...]
/freebsd-current/contrib/kyua/model/
H A Dtest_case_fwd.hpp30 /// Forward declarations for model/test_case.hpp
41 class test_case;
46 typedef std::map< std::string, model::test_case > test_cases_map;
H A Dtest_case.hpp29 /// \file model/test_case.hpp
54 class test_case { class in namespace:model
60 test_case(std::shared_ptr< impl >);
63 test_case(const std::string&, const metadata&);
64 test_case(const std::string&, const std::string&, const test_result&);
65 ~test_case(void);
67 test_case apply_metadata_defaults(const metadata*) const;
74 bool operator==(const test_case&) const;
75 bool operator!=(const test_case&) const;
85 test_cases_map_builder& add(const test_case
[all...]
H A Dtest_case.cpp29 #include "model/test_case.hpp"
44 /// Internal implementation for a test_case.
45 struct model::test_case::impl : utils::noncopyable {
115 model::test_case::test_case(std::shared_ptr< impl > pimpl_) : function in class:model::test_case
125 model::test_case::test_case(const std::string& name_, function in class:model::test_case
151 model::test_case::test_case( function in class:model::test_case
168 model::test_case
298 add(const test_case& test_case) argument
[all...]
H A Dtest_case_test.cpp29 #include "model/test_case.hpp"
52 const model::test_case test_case("foo", md);
53 ATF_REQUIRE_EQ("foo", test_case.name());
54 ATF_REQUIRE_EQ(md, test_case.get_metadata());
55 ATF_REQUIRE_EQ(md, test_case.get_raw_metadata());
64 const model::test_case test_case("__foo__", "Some description", result);
65 ATF_REQUIRE_EQ("__foo__", test_case.name());
66 ATF_REQUIRE_EQ(result, test_case
90 const model::test_case test_case = base_test_case.apply_metadata_defaults( local
121 const model::test_case test_case = base_test_case.apply_metadata_defaults( local
[all...]
/freebsd-current/contrib/netbsd-tests/ipf/
H A Dt_nat_parse.sh40 test_case in1 intest text text
41 test_case in2 intest text text
42 test_case in3 intest text text
43 test_case in4 intest text text
44 test_case in5 intest text text
45 test_case in6 intest text text
46 test_case in7 intest text text
47 test_case in100 intest text text
48 test_case in101 intest text text
49 test_case in10
[all...]
H A Dt_nat_exec.sh63 test_case n1 nattest text text
64 test_case n2 nattest text text
65 test_case n3 nattest text text
66 test_case n4 nattest text text
67 test_case n5 nattest text text
68 test_case n6 nattest text text
69 test_case n7 nattest text text
70 test_case n8 nattest hex hex -T update_ipid=0
71 test_case n9 nattest hex hex -T update_ipid=0
72 test_case n1
[all...]
H A Dt_filter_exec.sh111 test_case f1 dotest text text
112 test_case f2 dotest text text
113 test_case f3 dotest text text
114 test_case f4 dotest text text
115 test_case f5 dotest text text
116 test_case f6 dotest text text
117 test_case f7 dotest text text
118 test_case f8 dotest text text
119 test_case f9 dotest text text
120 test_case f1
[all...]
H A Dt_pools.sh66 test_case f28 ptest text text
67 test_case f29 ptest text text
68 test_case p1 ptest text text
69 test_case p2 ptest text text
70 test_case p3 ptest text text
71 test_case p4 ptest text text
72 test_case p5 ptest text text
73 test_case p6 ptest text text
74 test_case p7 ptest text text
75 test_case p
[all...]
H A Dt_nat_ipf_exec.sh72 test_case ni1 natipftest multi hex hex -T update_ipid=1
73 test_case ni2 natipftest single hex hex -T update_ipid=1
74 test_case ni3 natipftest single hex hex -T update_ipid=1
75 test_case ni4 natipftest single hex hex -T update_ipid=1
76 test_case ni5 natipftest single hex hex -T update_ipid=1
77 test_case ni6 natipftest multi hex text -T update_ipid=1 -D
78 test_case ni7 natipftest single hex hex -T update_ipid=1
79 test_case ni8 natipftest single hex hex -T update_ipid=1
80 test_case ni9 natipftest single hex hex -T update_ipid=1
81 test_case ni1
[all...]
H A Dt_filter_parse.sh86 test_case i1 itest text ipf
87 test_case i2 itest text ipf
88 test_case i3 itest text ipf
89 test_case i4 itest text ipf
90 test_case i5 itest text ipf
91 test_case i6 itest text ipf
92 test_case i7 itest text ipf
93 test_case i8 itest text ipf
94 test_case i9 itest text ipf
95 test_case i1
[all...]
/freebsd-current/contrib/netbsd-tests/lib/librumphijack/
H A Dt_cwd.sh31 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
/freebsd-current/contrib/netbsd-tests/rump/rumpkern/
H A Dt_sp.sh28 test_case() function
43 test_case basic basic
44 test_case stress_short stress 1
45 test_case stress_long stress 2
46 test_case stress_killer stress 5 kill
47 test_case fork_simple fork simple
48 test_case fork_pipecomm fork pipecomm
49 test_case fork_fakeauth fork fakeauth
50 test_case sigsafe sigsafe sigsafe
51 test_case signa
[all...]
/freebsd-current/contrib/netbsd-tests/usr.bin/shmif_dumpbus/
H A Dt_basic.sh35 test_case() function
47 test_case header
48 test_case contents
49 test_case pcap
/freebsd-current/contrib/netbsd-tests/usr.bin/config/
H A Dt_config.sh114 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 ommited '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_op
[all...]
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dcheck-common.h36 struct test_case { struct
50 generic_test (const struct test_case *tests,
61 generic_decode_fail(const struct test_case *tests,
/freebsd-current/contrib/kyua/engine/
H A Dplain_helpers.cpp216 const std::string& test_case = guess_test_case_name(argv[0]); local
218 if (test_case == "check_configuration_variables")
220 else if (test_case == "crash")
222 else if (test_case == "fail")
224 else if (test_case == "pass")
226 else if (test_case == "spawn_blocking_child")
228 else if (test_case == "timeout")
230 else if (test_case == "validate_isolation")
H A Dfilters.cpp54 test_case(test_case_)
62 /// be of the form &lt;test_program%gt;[:&lt;test_case%gt;].
112 if (!test_case.empty())
113 return F("%s:%s") % test_program % test_case;
130 return test_case.empty() && test_program.is_parent_of(
150 return (test_case.empty() && test_program.is_parent_of(test_program_));
166 return test_case.empty() || test_case == test_case_;
182 (test_program == other.test_program && test_case < other.test_case));
370 match_test_case(const fs::path& test_program, const std::string& test_case) argument
[all...]
/freebsd-current/contrib/kyua/drivers/
H A Ddebug_test.hpp53 engine::test_filter test_case; member in class:drivers::debug_test::result
64 test_case(test_case_),
/freebsd-current/contrib/netbsd-tests/sbin/newfs/
H A Dt_enable_quotas.sh31 test_case enabled_${e}_${v}_${q} quota_enabled_single \
34 test_case enabled_${e}_${v}_"both" quota_enabled_both \
/freebsd-current/contrib/netbsd-tests/usr.bin/rump_server/
H A Dt_disk.sh37 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

Completed in 264 milliseconds

123