Searched refs:Testing (Results 1 – 25 of 351) sorted by relevance
12345678910>>...15
| /openbsd/src/gnu/usr.bin/perl/dist/Exporter/t/ |
| D | Exporter.t | 37 package Testing; 43 ::ok( Testing->can($meth), "subclass can $meth()" ); 55 ::ok( Testing->require_version(1.05), 'require_version()' ); 56 eval { Testing->require_version(1.11); 1 }; 58 ::ok( Testing->require_version(0), 'require_version(0)' ); 88 Testing->import; 113 Testing->import(@imports); 123 Testing->import(@tags); 128 @{$Testing::EXPORT_TAGS{@tags}}), 134 eval { Testing->import(@missing) }; [all …]
|
| /openbsd/src/regress/sys/fifofs/ |
| D | fifotest.out | 4 Testing empty FIFO: 22 Testing full FIFO: 43 Testing empty FIFO: 61 Testing full FIFO: 82 Testing empty FIFO: 100 Testing full FIFO: 121 Testing empty FIFO: 139 Testing full FIFO: 160 Testing EOF FIFO behavior (pass 0): 165 Testing EOF FIFO behavior (pass 1): [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | pulltitl.t | 17 print "# Testing another set, at line ", __LINE__, "\n"; 50 print "# Testing a set with nocase, at line ", __LINE__, "\n"; 73 print "# Testing another set, at line ", __LINE__, "\n"; 98 print "# Testing another set, at line ", __LINE__, "\n"; 130 print "# Testing another set, at line ", __LINE__, "\n"; 155 print "# Testing another set, at line ", __LINE__, "\n"; 179 print "# Testing another set, at line ", __LINE__, "\n"; 198 print "# Testing another set, at line ", __LINE__, "\n"; 215 print "# Testing another set, at line ", __LINE__, "\n"; 232 print "# Testing another set, at line ", __LINE__, "\n"; [all …]
|
| D | heads.t | 38 print "# Testing whitespace equivalence...\n"; 51 print "# Testing whitespace variance ...\n"; 62 print "# Testing head2 ... head6 more...\n"; 80 print "# Testing entity expansion...\n"; 90 print "# Testing formatting sequences...\n";
|
| D | emptylists.t | 39 print "# Testing default behavior (parse_empty_lists( FALSE )) ...\n"; 45 print "# Testing explicit parse_empty_lists( FALSE ) ...\n"; 51 print "# Testing parse_empty_lists( TRUE ) ...\n";
|
| D | linkclas.t | 1 # Testing the LinkSection class 29 print "# Testing stringification...\n"; 35 print "# Testing non-coreferentiality...\n";
|
| D | ac_d.t | 18 print "# Testing exceptions being thrown...\n"; 29 # print "Testing basic directive behavior...\n"; 47 # print "Testing more complex directive behavior...\n"; 59 # print "Testing within larger documents...\n";
|
| D | html02.t | 1 # Testing HTML text styles 27 print "# Testing pod source $$_[0] ...\n" unless $_->[0] =~ m/\n/;
|
| D | puller.t | 110 print "# Testing unget_token\n"; 155 print "# Testing pullparsing from an arrayref\n"; 183 print "# Testing pullparsing from an arrayref with terminal newlines\n"; 213 print "# Testing pullparsing from a file\n"; 251 print "# Testing pullparsing from a glob\n"; 282 print "# Testing pullparsing from a globref\n"; 313 print "# Testing pullparsing from a filehandle\n";
|
| D | fcodes_e.t | 27 print "# Testing some basic mnemonic E sequences...\n"; 43 print "# Testing some more mnemonic E sequences...\n"; 76 print "# Testing numeric E sequences...\n";
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Sema/ |
| D | BUILD.gn | 11 "//clang/lib/Testing", 14 "//llvm/lib/Testing/Annotations", 15 "//llvm/lib/Testing/Support",
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/ |
| D | BUILD.gn | 11 "//clang/lib/Testing", 16 "//llvm/lib/Testing/Annotations", 17 "//llvm/lib/Testing/Support",
|
| /openbsd/src/regress/usr.bin/sed/ |
| D | sedtest.sh | 76 echo Testing commands 99 echo Testing argument parsing 145 echo Testing address ranges 203 echo Testing a c d and i commands 247 echo Testing labels and branching 361 echo Testing print and file routines 389 echo Testing substitution commands
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| D | object2.t | 51 ### Start of Testing ### 101 # Testing with normal array 104 # Testing with hash object 128 # Testing with array object 152 # Testing with scalar object 176 # Testing with normal hash 179 # Testing with hash object 203 # Testing with array object 227 # Testing with scalar object 251 # Testing with shared array [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| D | soft-hyphens | 5 =head1 Soft Hyphen Testing 24 .SH "Soft Hyphen Testing" 25 .IX Header "Soft Hyphen Testing"
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/AST/ |
| D | BUILD.gn | 11 "//clang/lib/Testing", 15 "//llvm/lib/Testing/Annotations", 16 "//llvm/lib/Testing/Support",
|
| /openbsd/src/usr.bin/sed/TEST/ |
| D | sed.test | 80 echo Testing commands 102 echo Testing argument parsing 195 echo Testing address ranges 265 echo Testing a c d and i commands 312 echo Testing labels and branching 425 echo Testing print and file routines 467 echo Testing substitution commands
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/ |
| D | BUILD.gn | 20 "//clang/lib/Testing", 25 "//llvm/lib/Testing/Annotations", 26 "//llvm/lib/Testing/Support",
|
| /openbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | b.t | 23 package Testing::Symtable; 31 package Testing::Symtable::Foo; 34 package Testing::Symtable::Bar; 40 B::walksymtable(\%Testing::Symtable::, 'find_syms', sub { $_[0] =~ /Foo/ }, 60 @Testing::Method::Caches::Foo::ISA='Testing::Method::Caches::Bar'; 61 sub Testing::Method::Caches::Bar::foo{} 62 Testing::Method::Caches::Foo->foo; # caches the sub in the *foo glob 67 B::walksymtable(\%Testing::Method::Caches::, 'method_cache_test',
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
| D | 04_resolved_issues.t | 19 { ok( 1, "Testing bug 13636" ); 63 { ok( 1, "Testing bug 14922" ); 101 { ok( 1, "Testing bug 30880" ); 163 ok( 1, "Testing bug 43513" ); 179 { ok( 1, "Testing bug 44680" ); 204 { ok( 1, "Testing bug 78030" ); 257 { ok( 1, "Testing bug 97748" ); 273 ok( 1, "Testing bug 103279" );
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Tooling/ |
| D | BUILD.gn | 14 "//clang/lib/Testing", 25 "//llvm/lib/Testing/Annotations", 26 "//llvm/lib/Testing/Support",
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/ |
| D | 812-todo.t | 17 fail "Testing: $x"; 22 fail "Testing: '\"\"'";
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Tools/ |
| D | Tiny.t | 34 note("Testing Note"); 75 diag("Testing Diag"); 76 note("Testing Note"); 104 is($diag->message, "Testing Diag", "got diag message"); 107 is($note->message, "Testing Note", "got note message");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/ |
| D | 01_Module_Load_Conditional.t | 130 ok( $rv, 'Testing $VERSION in POD' ); 137 ok( $rv, 'Testing $VERSION in HEREDOC' ); 145 ok( $rv, 'Testing $VERSION without package' ); 152 ok( $rv, 'Testing $VERSION with many packages' ); 180 ok( $rv, 'Testing $FIND_VERSION' ); 196 ok( $rv, 'Testing the file picked by check_install ($FIND_VERSION == 1)' ); 204 ok( $rv, 'Testing the file picked by check_install ($FIND_VERSION == 0)' );
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Passes/ |
| D | BUILD.gn | 39 "//llvm/lib/Testing/Support", 66 "//llvm/lib/Testing/Support",
|
12345678910>>...15