Home
last modified time | relevance | path

Searched refs:test_type (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dwait.t79 my $test_type :shared; # simple|repeat|twain
90 ok($testno++, 1, "$test_type: child before lock");
91 $test_type =~ /twain/ ? lock($lock) : lock($cond);
92 ok($testno++, 1, "$test_type: child obtained lock");
94 if ($test_type =~ 'twain') {
100 ok($testno++, 1, "$test_type: child signalled condition");
112 $test_type =~ /twain/ ? lock($lock) : lock($cond);
113 ok($testnum++, 1, "$test_type: obtained initial lock");
116 for ($test_type) {
120 die "$test_type: unknown test\n";
[all …]
H A Dwaithires.t108 my $test_type :shared; # simple|repeat|twain
131 ok($testno++, 1, "$test_type: child before lock");
132 $test_type =~ /twain/ ? lock($lock) : lock($cond);
133 ok($testno++, 1, "$test_type: child obtained lock");
135 if ($test_type =~ 'twain') {
144 ok($testno++, 1, "$test_type: child signalled condition");
154 $test_type =~ /twain/ ? lock($lock) : lock($cond);
155 ok($testnum++, 1, "$test_type: obtained initial lock");
165 for ($test_type) {
169 die "$test_type: unknown test\n";
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dmoneypunct.cc31 typedef std::moneypunct<char, true> test_type; in test01() typedef
33 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
37 typedef test_type::char_type char_type; in test01()
38 typedef test_type::string_type string_type; in test01()
44 typedef std::moneypunct<char, false> test_type; in test02() typedef
46 const test_type& obj = std::use_facet<test_type>(std::locale()); in test02()
50 typedef test_type::char_type char_type; in test02()
51 typedef test_type::string_type string_type; in test02()
H A Dmoney_put.cc30 typedef std::money_put<char> test_type; in test01() typedef
32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
36 typedef test_type::char_type char_type; in test01()
37 typedef test_type::string_type string_type; in test01()
38 typedef test_type::iter_type iter_type; in test01()
H A Dmoney_get.cc30 typedef std::money_get<char> test_type; in test01() typedef
32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
36 typedef test_type::char_type char_type; in test01()
37 typedef test_type::string_type string_type; in test01()
38 typedef test_type::iter_type iter_type; in test01()
H A Dcodecvt.cc30 typedef std::codecvt<char, char, mbstate_t> test_type; in test01() typedef
32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
36 typedef test_type::intern_type intern_type; in test01()
37 typedef test_type::extern_type extern_type; in test01()
38 typedef test_type::state_type state_type; in test01()
H A Dcollate.cc30 typedef std::messages<char> test_type; in test01() typedef
32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
36 typedef test_type::char_type char_type; in test01()
37 typedef test_type::string_type string_type; in test01()
H A Dnum_get.cc30 typedef std::num_get<char> test_type; in test01() typedef
32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
36 typedef test_type::char_type char_type; in test01()
37 typedef test_type::iter_type iter_type; in test01()
H A Dnum_put.cc30 typedef std::num_put<char> test_type; in test01() typedef
32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
36 typedef test_type::char_type char_type; in test01()
37 typedef test_type::iter_type iter_type; in test01()
H A Dtime_put.cc30 typedef std::time_put<char> test_type; in test01() typedef
32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
36 typedef test_type::char_type char_type; in test01()
37 typedef test_type::iter_type iter_type; in test01()
H A Dmessages.cc30 typedef std::messages<char> test_type; in test01() typedef
33 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
38 typedef test_type::char_type char_type; in test01()
39 typedef test_type::string_type string_type; in test01()
H A Dtime_get.cc30 typedef std::time_get<char> test_type; in test01() typedef
33 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01()
38 typedef test_type::char_type char_type; in test01()
39 typedef test_type::iter_type iter_type; in test01()
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Difstream.cc41 typedef std::ifstream test_type; in test01() typedef
42 typedef test_type::char_type char_type; in test01()
43 typedef test_type::traits_type traits_type; in test01()
44 typedef test_type::int_type int_type; in test01()
45 typedef test_type::pos_type pos_type; in test01()
46 typedef test_type::off_type off_type; in test01()
H A Distringstream.cc41 typedef std::istringstream test_type; in test01() typedef
42 typedef test_type::char_type char_type; in test01()
43 typedef test_type::traits_type traits_type; in test01()
44 typedef test_type::int_type int_type; in test01()
45 typedef test_type::pos_type pos_type; in test01()
46 typedef test_type::off_type off_type; in test01()
H A Dostringstream.cc41 typedef std::ostringstream test_type; in test01() typedef
42 typedef test_type::char_type char_type; in test01()
43 typedef test_type::traits_type traits_type; in test01()
44 typedef test_type::int_type int_type; in test01()
45 typedef test_type::pos_type pos_type; in test01()
46 typedef test_type::off_type off_type; in test01()
H A Dios.cc41 typedef std::ios test_type; in test01() typedef
42 typedef test_type::char_type char_type; in test01()
43 typedef test_type::traits_type traits_type; in test01()
44 typedef test_type::int_type int_type; in test01()
45 typedef test_type::pos_type pos_type; in test01()
46 typedef test_type::off_type off_type; in test01()
H A Dofstream.cc41 typedef std::ifstream test_type; in test01() typedef
42 typedef test_type::char_type char_type; in test01()
43 typedef test_type::traits_type traits_type; in test01()
44 typedef test_type::int_type int_type; in test01()
45 typedef test_type::pos_type pos_type; in test01()
46 typedef test_type::off_type off_type; in test01()
H A Diostream.cc41 typedef std::iostream test_type; in test01() typedef
42 typedef test_type::char_type char_type; in test01()
43 typedef test_type::traits_type traits_type; in test01()
44 typedef test_type::int_type int_type; in test01()
45 typedef test_type::pos_type pos_type; in test01()
46 typedef test_type::off_type off_type; in test01()
H A Dstreambuf.cc42 typedef std::streambuf test_type; in test01() typedef
43 typedef test_type::char_type char_type; in test01()
44 typedef test_type::traits_type traits_type; in test01()
45 typedef test_type::int_type int_type; in test01()
46 typedef test_type::pos_type pos_type; in test01()
47 typedef test_type::off_type off_type; in test01()
H A Distream.cc42 typedef std::istream test_type; in test01() typedef
43 typedef test_type::char_type char_type; in test01()
44 typedef test_type::traits_type traits_type; in test01()
45 typedef test_type::int_type int_type; in test01()
46 typedef test_type::pos_type pos_type; in test01()
47 typedef test_type::off_type off_type; in test01()
H A Dostream.cc42 typedef std::ostream test_type; in test01() typedef
43 typedef test_type::char_type char_type; in test01()
44 typedef test_type::traits_type traits_type; in test01()
45 typedef test_type::int_type int_type; in test01()
46 typedef test_type::pos_type pos_type; in test01()
47 typedef test_type::off_type off_type; in test01()
H A Dfstream.cc42 typedef std::fstream test_type; in test01() typedef
43 typedef test_type::char_type char_type; in test01()
44 typedef test_type::traits_type traits_type; in test01()
45 typedef test_type::int_type int_type; in test01()
46 typedef test_type::pos_type pos_type; in test01()
47 typedef test_type::off_type off_type; in test01()
H A Dstringbuf.cc42 typedef std::stringbuf test_type; in test01() typedef
43 typedef test_type::char_type char_type; in test01()
44 typedef test_type::traits_type traits_type; in test01()
45 typedef test_type::int_type int_type; in test01()
46 typedef test_type::pos_type pos_type; in test01()
47 typedef test_type::off_type off_type; in test01()
H A Dstringstream.cc42 typedef std::stringstream test_type; in test01() typedef
43 typedef test_type::char_type char_type; in test01()
44 typedef test_type::traits_type traits_type; in test01()
45 typedef test_type::int_type int_type; in test01()
46 typedef test_type::pos_type pos_type; in test01()
47 typedef test_type::off_type off_type; in test01()
H A Dfilebuf.cc34 typedef std::filebuf test_type; in test01() typedef
35 typedef test_type::char_type char_type; in test01()
36 typedef test_type::traits_type traits_type; in test01()
37 typedef test_type::int_type int_type; in test01()
38 typedef test_type::pos_type pos_type; in test01()
39 typedef test_type::off_type off_type; in test01()

12