Home
last modified time | relevance | path

Searched refs:Testing (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/openbsd/src/gnu/usr.bin/perl/dist/Exporter/t/
DExporter.t37 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/
Dfifotest.out4 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/
Dpulltitl.t17 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 …]
Dheads.t38 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";
Demptylists.t39 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";
Dlinkclas.t1 # Testing the LinkSection class
29 print "# Testing stringification...\n";
35 print "# Testing non-coreferentiality...\n";
Dac_d.t18 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";
Dhtml02.t1 # Testing HTML text styles
27 print "# Testing pod source $$_[0] ...\n" unless $_->[0] =~ m/\n/;
Dpuller.t110 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";
Dfcodes_e.t27 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/
DBUILD.gn11 "//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/
DBUILD.gn11 "//clang/lib/Testing",
16 "//llvm/lib/Testing/Annotations",
17 "//llvm/lib/Testing/Support",
/openbsd/src/regress/usr.bin/sed/
Dsedtest.sh76 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/
Dobject2.t51 ### 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/
Dsoft-hyphens5 =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/
DBUILD.gn11 "//clang/lib/Testing",
15 "//llvm/lib/Testing/Annotations",
16 "//llvm/lib/Testing/Support",
/openbsd/src/usr.bin/sed/TEST/
Dsed.test80 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/
DBUILD.gn20 "//clang/lib/Testing",
25 "//llvm/lib/Testing/Annotations",
26 "//llvm/lib/Testing/Support",
/openbsd/src/gnu/usr.bin/perl/ext/B/t/
Db.t23 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/
D04_resolved_issues.t19 { 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/
DBUILD.gn14 "//clang/lib/Testing",
25 "//llvm/lib/Testing/Annotations",
26 "//llvm/lib/Testing/Support",
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
D812-todo.t17 fail "Testing: $x";
22 fail "Testing: '\"\"'";
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Tools/
DTiny.t34 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/
D01_Module_Load_Conditional.t130 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/
DBUILD.gn39 "//llvm/lib/Testing/Support",
66 "//llvm/lib/Testing/Support",

12345678910>>...15