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/
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 …]
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/
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()
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()
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()
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()
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()
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()
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()
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()
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()
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/
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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