/openbsd-src/regress/lib/libcrypto/certs/ |
H A D | README | 8 intermediates (should verify). 11 by a root certificate (should verify). 13 2b. Same as (2a), however the intermediate is missing which should 17 bundle, (should verify) 20 which is signed by a root certificate (should verify). 22 3b. Same as (3a) however the first intermediate is missing which should 25 3c. Same as (3a) however the second intermediate is missing which should 28 3d. Same as (3a) however the third intermediate is missing which should 32 (should verify). 35 signed by two root certificates (should verify with two chains). [all …]
|
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/ |
H A D | accent-text.txi | 3 should be e`: @`{e} @`e 5 should be e': @'{e} @'e 7 should be e^: @^{e} @^e 9 should be u": @"{u} @"u 11 should be i`: @`{i} @`i 13 should be i': @'{i} @'i 15 should be i^: @^{i} @^i 17 should be u": @"{u} @"u 19 should be c,: @,{c} @,c 21 should be n~: @~{n} @~n [all …]
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | DB.t | 37 is( $ret, 3, 'DB::sub() should handle scalar context' ); 38 is( $callflag, 1, '... should call $DB::sub contents' ); 40 is( $ret, '1 4 9', '... should handle scalar context' ); 41 is( $callflag, 3, '... should pass along arguments to the sub' ); 42 ok( defined($DB::ret),'$DB::ret should be defined after successful return'); 44 ok( !defined($DB::ret), '... should respect void context' ); 46 ok( !defined($DB::ret), '... should return undef for DESTROY()' ); 52 'DB::DB() should return undef if $DB::ready is false'); 53 is( DB::catch(), 1, 'DB::catch() should work' ); 54 is( DB->skippkg('foo'), 1, 'DB->skippkg() should push args' ); [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | streams.t | 21 '... and creating a streamed parser should succeed'; 25 '... and it should return the proper iterator'; 31 '... and the plan should parse correctly'; 33 '... and the first test should parse correctly'; 35 '... and junk should parse correctly'; 38 '... and the second test should parse correctly'; 40 '... and comments should parse correctly'; 42 '... and the third test should parse correctly'; 44 '... and the fourth test should parse correctly'; 46 '... and fifth test should parse correctly'; [all …]
|
H A D | grammar.t | 47 # why. We'll still use the instance because that should be forward 55 '... and calling it should succeed (v12)'; 60 '... and calling it should succeed (v13)'; 69 '... and calling syntax_for() with a type name should succeed'; 71 '... and it should return a regex'; 74 '... and calling handler_for() with a type name should succeed'; 76 '... and it should return a code reference'; 81 like $plan, $syntax_for{'plan'}, 'A basic plan should match its syntax'; 86 '... and the handler should return a token'; 97 '... and it should contain the correct data'; [all …]
|
H A D | parse.t | 51 ok 6 - you shall not pass! # TODO should have failed 59 ok $ENV{TAP_VERSION}, 'TAP_VERSION env variable should be set'; 64 is scalar @results, 12, '... and there should be one for each line'; 68 is $version->version, '13', '... and the version should be 13'; 75 is $result->type, 'plan', '... and it should report the correct type'; 76 ok $result->is_plan, '... and it should identify itself as a plan'; 78 ok !$result->directive, '... and this plan should not have a directive'; 82 is $result->raw, '1..7', '... and raw() should return the original line'; 88 is $test->type, 'test', '... and it should report the correct type'; 89 ok $test->is_test, '... and it should identif [all...] |
H A D | file.t | 23 ok $ENV{HARNESS_ACTIVE}, 'HARNESS_ACTIVE env variable should be set'; 24 ok $ENV{HARNESS_VERSION}, 'HARNESS_VERSION env variable should be set'; 81 is_deeply \@output, \@expected, '... the output should be correct'; 83 '... and the status line should be correct'; 85 '... and the report summary should look correct'; 110 is_deeply \@output, \@expected, '... the output should be correct'; 112 '... and the status line should be correct'; 114 '... and the report summary should look correct'; 145 is_deeply \@output, \@expected, '... the output should be correct'; 147 '... and the status line should b [all...] |
H A D | aggregator.t | 40 ok 6 - you shall not pass! # TODO should have failed 53 ok $agg->add( 'tap1', $parser1 ), '... and calling it should succeed'; 57 '... but trying to reuse a description should be fatal'; 61 '... and it should report how many parsers it has'; 72 '... and we should have the correct number of passed tests'; 78 '... and we should have the correct number of failed tests'; 83 is $agg->todo, 4, '... and we should have the correct number of todo tests'; 89 '... and we should have the correct number of skipped tests'; 106 '... and we should have the correct number of total tests'; 110 '... and we should have the correct number of planned tests'; [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Term-Cap/ |
H A D | test.pl | 47 is( $path, $files, 'termcap_path() should find default files' ); 55 'termcap_path() should find file from $ENV{TERMCAP}' ); 59 'termcap_path() should find file from $ENV{TERMPATH}' ); 70 is( $t->Tpad(), undef, 'Tpad() should return undef with no arguments' ); 71 is( $t->Tpad('x'), 'x', 'Tpad() should return strings verbatim with no match' ); 72 is( $t->Tpad( '1*a', 2 ), 'apcpc', 'Tpad() should pad paddable strings' ); 75 is( $t->Tpad( '1*a', 3, *OUT ), 'apcpc', 'Tpad() should perform pad math' ); 76 is( $out->read(), 'apcpc', 'Tpad() should write to filehandle when passed' ); 78 is( $t->Tputs('PADDING'), 2, 'Tputs() should return existing value' ); 79 is( $t->Tputs('pc', 2), 'pc', 'Tputs() should delegate to Tpad()' ); [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/ |
H A D | Packlist.t | 12 is( ref(ExtUtils::Packlist::mkfh()), 'GLOB', 'mkfh() should return a FH' ); 17 is( ref tied %$pl, 'ExtUtils::Packlist', 'obj should be tied underneath' ); 21 is( ref($pl), 'tieclass', 'TIEHASH() should bless into class' ); 22 is( $pl->{packfile}, 'packfile', 'TIEHASH() should store packfile name' ); 26 is( $pl->{data}{key}, 'value', 'STORE() should stuff stuff in data member' ); 50 'FIRSTKEY() should be consistent' ); 53 'and NEXTKEY() should also be consistent' ); 57 ok( ExtUtils::Packlist::EXISTS($pl, 'bar'), 'EXISTS() should find keys' ); 61 ok( !(exists $pl->{data}{bar}), 'DELETE() should delete cleanly' ); 65 is( keys %{ $pl->{data} }, 0, 'CLEAR() should wipe out data' ); [all …]
|
H A D | Installed.t | 36 '_is_prefix() should match valid path prefix' ); 38 '... should not match wrong prefix' ); 45 ok( $ei->_is_type(0, 'all'), '_is_type() should be true for type of "all"' ); 53 ok( $ei->_is_type($file, 'doc'), "... should find doc file in $path" ); 69 "... should find prog file under $prefix" ); 74 '... should not find doc file outside path' ); 82 ok( $ei->_is_under('foo'), '_is_under() should return true with no dirs' ); 85 ok( !$ei->_is_under('foo', @under), '... should find no file not under dirs'); 86 ok( $ei->_is_under('baz', @under), '... should find file under dir' ); 125 # should find $fake_mod_dir via '.' in @INC [all …]
|
/openbsd-src/usr.sbin/dhcpd/ |
H A D | dhcp-options.5 | 149 A value of 0 means that the client should assume that some subnets of the 161 If supported by the client, it should have the same effect as the 191 Servers should be listed in order of preference. 193 This option specifies the default time-to-live that the client should 196 This option specifies the default TTL that the client should use when 208 Servers that respond should only use option 43 227 DHCPREQUEST messages, but should not use the option in DHCPDECLINE messages. 278 This option specifies the domain name that the client should use when 285 Servers should be listed in order of preference. 289 option specifies a list of the domain names that should be [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
H A D | Mkbootstrap.t | 29 ok( -s 'mkboot.bso', 'Mkbootstrap should backup the .bs file' ); 36 is( $file_is_ready, 'meaningless text', 'backup should be a perfect copy' ); 42 ok( !( -f 'fakeboot.bso' ), 'Mkbootstrap should not backup an empty file' ); 47 # with $Verbose set, it should print status messages about libraries 50 is( $out->read, "\tbsloadlibs=\n", 'should report libraries in Verbose mode' ); 53 like( $out->read, qr/bsloadlibs=foo/, 'should still report libraries' ); 66 ok( $required, 'baseext_BS file should be require()d' ); 84 like( $@, qr/Unable to open dasboot\.bs/, 'should die given bad filename' ); 90 is( $@, '', 'should not die, given good filename' ); 94 like( $read, qr/Writing dasboot.bs/, 'should print status' ); [all …]
|
H A D | MM_OS2.t | 28 'ExtUtils::MM_OS2 should be parent of MM' ); 39 'dlsyms() should return nothing with dynamic flag set' ); 45 '... without flag, should return make targets' ); 47 '... should provide empty hash refs where necessary' ); 53 '... should pick up values from object' ); 70 '... should die if directory cannot be made' ); 74 like( $@, qr/Malformed IMPORT/, 'should die from malformed import symbols'); 92 like( $sysargs, qr/^emximp/, '... should try to call system() though' ); 94 '... should die if emximp syscall fails' ); 96 # sysfail is 0 now, call emximp call should succeed [all …]
|
H A D | MM_Cygwin.t | 30 'canonpath() method should work just like the one in File::Spec' ); 38 # with CFLAGS set, it should be returned 40 'cflags() should return CFLAGS member data, if set' ); 52 # respects the config setting, should ignore whitespace around equal sign 62 like( $MM->{CFLAGS}, qr/OPTIMIZE = opt/, '... should set OPTIMIZE' ); 63 like( $MM->{CFLAGS}, qr/PERLTYPE = pt/, '... should set PERLTYPE' ); 64 like( $MM->{CFLAGS}, qr/CCFLAGS = $ccflags/, '... should set CCFLAGS' ); 74 'manifypods() should return without PODS values set' ); 78 like( $res, qr/manifypods.*foo.*foo.1/s, '... should add MAN3PODS targets' ); 97 # and c:/*. $ENV{COMSPEC}, if it exists, should always be executable. [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/ |
H A D | exception_class.t | 19 is($open_success,undef,"Open should fail"); 21 isnt($@,"",'$@ should not be empty'); 23 is(ref($@),"",'$@ should not be a reference or object'); 25 like($@, qr/Failed to load/, '$@ should contain bad exception class msg'); 35 is($open_success2,undef,"Open should fail"); 37 isnt($@,"",'$@ should not be empty'); 39 is(ref($@),"",'$@ should not be a reference or object'); 41 like($@, qr/Bad exception class/, '$@ should contain bad exception class msg'); 51 is($open_success3,undef,"Open should fail"); 53 isnt("$@","",'$@ should not be empty'); [all …]
|
H A D | scope_leak.t | 24 # If things don't work as they should, then the file we've 26 # its own open should be unaffected). 29 is($@,"","autodying main::open should not leak to other files"); 32 is($@,"","Other package open should be unaffected"); 34 # The same should apply for rename (which is different, because 39 is($@,"","autodying main::rename should not leak to other files"); 42 is($@,"","Other package rename should be unaffected"); 44 # Dying rename in the other package should still die. 46 ok($@, "rename in loaded module should remain autodying."); 59 ok($@, "Failing-open string eval should throw an exception"); [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/t/ |
H A D | netrc.t | 45 ok( !$@, 'should be able to require() Net::Netrc safely' ); 46 ok( exists $INC{'Net/Netrc.pm'}, 'should be able to use Net::Netrc' ); 61 '_readrc() should not read world-writable file' ); 63 '... and should warn about it' ); 65 # the owner field should still not match 70 '_readrc() should not read file owned by someone else' ); 72 '... and should warn about it' ); 95 # having set several lines and the uid, this should succeed 96 is( Net::Netrc->_readrc(), 1, '_readrc() should succeed now' ); 100 'lookup() should find value by host name' ); [all …]
|
/openbsd-src/gnu/usr.bin/binutils/etc/ |
H A D | make-stds.texi | 51 Every Makefile should contain this line: 109 should instead be written as 130 directory, they should always appear in the source directory, not in the 131 build directory. So Makefile rules to update them should put the 135 Makefile should not put it in the source directory, because building a 136 program in ordinary circumstances should not modify the source directory 150 installation should not use any utilities directly except these: 171 and related programs, but should do so via @code{make} variables so that the 187 When you use @code{ranlib} or @code{ldconfig}, you should make sure 194 If you use symbolic links, you should implement a fallback for systems [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/etc/ |
H A D | make-stds.texi | 51 Every Makefile should contain this line: 109 should instead be written as 130 directory, they should always appear in the source directory, not in the 131 build directory. So Makefile rules to update them should put the 135 Makefile should not put it in the source directory, because building a 136 program in ordinary circumstances should not modify the source directory 150 installation should not use any utilities directly except these: 171 and related programs, but should do so via @code{make} variables so that the 187 When you use @code{ranlib} or @code{ldconfig}, you should make sure 194 If you use symbolic links, you should implement a fallback for systems [all …]
|
/openbsd-src/share/man/man9/ |
H A D | style.9 | 38 These guidelines should be followed for all new code. 89 files, for the most part, should be sorted. 111 In userspace, functions local to one source module should be declared 113 This should not be done in the kernel since it makes it impossible 123 Prototypes should not have variable names associated with the types; i.e., 139 There should be no space between the function name and the argument list. 155 Macros are capitalized and parenthesized, and should avoid side-effects. 166 Any final statement-terminating semicolon should be 177 those variables should use identifiers beginning with two underscores. 201 Major structures should be declared at the top of the file in which they [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
H A D | sep.t | 16 This is a test of a very long line. It should be broken up and put onto multiple lines. 17 This is a test of a very long line. It should be broken up and put onto multiple lines. 19 This is a test of a very long line. It should be broken up and put onto multiple lines. 21 …should be broken up and put onto= multiple lines.= This is a test of a very long line. It should … 24 This is a test of a very long line. It should be broken up and put onto multiple lines. 26 This is a test of a very long line. It should be broken up and put onto= multiple lines. 29 This is a test of a very long line. It should be broken up and put onto multiple lines. 32 This is a test of a very long line. It should be broken up and put onto= multiple lines. 36 …s a test of a very long line. It should be broken up and put onto multiple This is a test of a ver… 38 … a test of a very long line. It should be broken up and put onto= multiple This is a test of a ver…
|
H A D | sep2.t | 19 This is a test of a very long line. It should be broken up and put onto multiple lines. 20 This is a test of a very long line. It should be broken up and put onto multiple lines. 22 This is a test of a very long line. It should be broken up and put onto multiple lines. 24 This is a test of a very long line. It should be broken up and put onto= multiple lines. 25 This is a test of a very long line. It should be broken up and put onto= multiple lines. 27 This is a test of a very long line. It should be broken up and put onto= multiple lines. 30 This is a test of a very long line. It should be broken up and put onto multiple lines. 32 This is a test of a very long line. It should be broken up and put onto= multiple lines. 35 This is a test of a very long line. It should be broken up and put onto multiple lines. 38 This is a test of a very long line. It should be broken up and put onto= multiple lines. [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 47 /// An abstract interface that should be implemented by 101 /// The external source should append its own tentative definitions to the 103 /// invoked multiple times; the external source should take care not to 111 /// The external source should append its own unused, filed-scope to the 113 /// invoked multiple times; the external source should take care not to 121 /// The external source should append its own delegating constructors to the 123 /// invoked multiple times; the external source should take care not to 131 /// The external source should append its own ext_vector type declarations to 133 /// invoked multiple times; the external source should take care not to 139 /// The external source should append its own potentially unused local [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | bf-sign-2.c | 2 This test checks promotion of bitfields. Bitfields should be promoted 5 Bitfields (signed or unsigned) should be promoted to signed int if their 31 if ((x.u3 - 2) >= 0) /* promoted value should be signed */ in main() 34 if ((x.s31 - 2) >= 0) /* promoted value should be signed */ in main() 37 if ((x.s32 - 2) >= 0) /* promoted value should be signed */ in main() 40 if ((x.u15 - 2) >= 0) /* promoted value should be signed */ in main() 47 if ((x.u31 - 2) >= 0) /* promoted value should be signed */ in main() 52 if ((x.u31 - 2) < 0) /* promoted value should be UNsigned */ in main() 56 if ((x.u32 - 2) < 0) /* promoted value should be UNsigned */ in main() 59 if ((x.ull3 - 2) >= 0) /* promoted value should be signed */ in main() [all …]
|