Home
last modified time | relevance | path

Searched refs:test_names (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/lib/
Dlocale.t935 my %test_names;
1086 debug "failed $i ($test_names{$i}) with locale '$Locale'$message\n";
1274 …$test_names{$locales_test_number} = 'Verify that /[[:upper:]]/ matches all alpha X for which uc(X)…
1279 …$test_names{$locales_test_number} = 'Verify that /[[:lower:]]/i matches all alpha X for which uc(X…
1303 …$test_names{$locales_test_number} = 'Verify that /[[:lower:]]/ matches all alpha X for which lc(X)…
1307 …$test_names{$locales_test_number} = 'Verify that /[[:upper:]]/i matches all alpha X for which lc(X…
1329 $test_names{$locales_test_number} = 'Verify that \w and [:word:] are identical';
1343 $test_names{$locales_test_number} = 'Verify that \d and [:digit:] are identical';
1357 $test_names{$locales_test_number} = 'Verify that \s and [:space:] are identical';
1371 … $test_names{$locales_test_number} = 'Verify that [:posix:] and [:^posix:] are mutually exclusive';
[all …]
/openbsd/src/gnu/usr.bin/perl/Porting/
Dbench.pl1613 my @test_names = sorted_test_names($results, $order, $perls);
1634 for ($one_field ? @test_names : @fields) {
1642 for my $test (@test_names) {
1655 for my $test (0..$#test_names) {
1656 my $test_name = $test_names[$test];
1734 my @test_names = sorted_test_names($results, $order, $perls);
1751 for (@test_names) {
1759 for my $test (@test_names) {
1777 for my $test_name (@test_names) {
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/
Dabi_check.cc350 symbol_names test_names; in main() local
352 create_symbol_data(test_file, test_symbols, test_names); in main()
356 const symbol_names::size_type test_size = test_names.size(); in main()
375 symbol_names added_names = test_names; in main()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/
Dtest-harness-compat.t832 my @test_names = split( /,/, $test_key );
834 = map { File::Spec->catfile( $TEST_DIR, $_ ) } @test_names;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/
DResult.pm186 sub test_names { subroutine
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_loader.py1266 test_names = ['test_2', 'test_1']
1267 self.assertEqual(loader.getTestCaseNames(Foo), test_names)
1288 test_names = ['test_2', 'test_1']
1289 self.assertEqual(set(loader.getTestCaseNames(Foo)), set(test_names))
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/
DState.pm350 for my $name ( $results->test_names ) {