| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api.rst | 5 The long list of "skip" filters out several global functions that are 11 :skip: SBBreakpoint_EventIsBreakpointEvent 12 :skip: SBBreakpoint_GetBreakpointEventTypeFromEvent 13 :skip: SBBreakpoint_GetBreakpointFromEvent 14 :skip: SBBreakpoint_GetBreakpointLocationAtIndexFromEvent 15 :skip: SBBreakpoint_GetNumBreakpointLocationsFromEvent 16 :skip: SBCommandInterpreter_EventIsCommandInterpreterEvent 17 :skip: SBCommandInterpreter_GetArgumentDescriptionAsCString 18 :skip: SBCommandInterpreter_GetArgumentTypeAsCString 19 :skip: SBCommandInterpreter_GetBroadcasterClass [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | makedef.pl | 233 my %skip; 243 ++$export{$symbol} unless exists $skip{$symbol}; 249 # actually be the skip hash but that doesn't affect the intent of what 250 # we're doing, as in that case we skip adding something to the skip hash 265 ++$hash->{$symbol} unless exists $skip{$var}; 270 ++$skip{$_} foreach qw( 283 ++$skip{PL_statusvalue_posix}; 286 ++$skip{Perl_my_symlink} unless $Config{d_symlink}; 288 ++$skip{PL_statusvalue_vm [all...] |
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | opt.t | 69 my $skip = $o ? undef : "could not get info for qr{$pat}"; 75 $skip || ok($got >= $expect, "$comment minlen $got >= $expect"); 78 $skip || is($got, $todo, "$comment minlen $got = $todo"); 81 $skip || is($got, $expect, "$comment minlen $got = $expect"); 87 $skip || ok($got >= $expect, "$comment minlenret $got >= $expect"); 90 $skip || is($got, $todo, "$comment minlenret $got = $todo"); 93 $skip || is($got, $expect, "$comment minlenret $got = $expect"); 101 $skip || is($o->{anchored}, undef, "$comment no anchored"); 104 $skip || is($o->{'anchored utf8'}, $astr, "$comment got anchored utf8"); 107 $skip || is($o->{anchored_utf8}, undef, "$comment no anchored utf8"); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Skip.t | 8 my $skip = Test2::Event::Skip->new( 10 name => 'skip me', 14 my $facet_data = $skip->facet_data; 20 tag => 'skip', 25 "Added some amnesty for the skip", 28 is($skip->name, 'skip me', "set name"); 29 is($skip->reason, 'foo', "got skip reason"); 30 ok(!$skip->pass, "no default for pass"); 31 ok($skip->effective_pass, "TODO always effectively passes"); 33 is($skip->summary, "skip me (SKIP: foo)", "summary with reason"); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | globvar.t | 14 my %skip = map { ("PL_$_", 1) } 21 $skip{PL_hash_rand_bits}= $skip{PL_hash_rand_bits_enabled}= 1; # we can be compiled without these, so skip testing them 22 $skip{PL_warn_locale}= 1; # we can be compiled without locales, so skip testing them 72 $skip{PL_inf}++; 75 $skip{PL_nan}++; 80 skip("We dont't export '$_' (Perl not built with this enabled?)",1) if $skip{ [all...] |
| /openbsd-src/gnu/usr.bin/perl/t/io/ |
| H A D | socket.t | 50 or skip "No udp", 1; 55 and skip "managed to make a UDP stream socket", 1; 61 $local or skip("No localhost", 3); 66 or skip("Couldn't bind to localhost", 4); 78 $fork or skip("No fork", 2); 89 skip "no fcntl", 1 unless $Config{d_fcntl}; 145 skip("fork() failed", 2); 154 $local or skip("No localhost", 1); 155 $fork or skip("No fork", 1); 161 or skip("Could [all...] |
| H A D | fs.t | 90 skip "bogus umask", 1 if ($^O eq 'MSWin32'); 104 skip("no link", 4) unless $has_link; 115 skip "no nlink", 1 if $Config{dont_use_nlink}; 121 skip "hard links not that hard in $^O", 1 if $^O eq 'amigaos'; 122 skip "no mode checks", 1 if $skip_mode_checks; 135 skip("no link", 7) unless $has_link; 141 skip "no mode checks", 1 if $skip_mode_checks; 156 skip "no mode checks", 1 if $skip_mode_checks; 165 skip "no mode checks", 1 if $skip_mode_checks; 184 skip "no fchmod", 7 unless ($Config{d_fchmod} || "") eq "define"; [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | g77spec.c | 126 int skip; local 129 if ((skip = SWITCH_TAKES_ARG (text[1]))) 130 skip -= (text[2] != '\0'); /* See gcc.c. */ 133 opt = OPTION_B, skip = (text[2] == '\0'), arg = text + 2; 135 opt = OPTION_b, skip = (text[2] == '\0'), arg = text + 2; 137 opt = OPTION_c, skip = 0; 139 opt = OPTION_E, skip = 0; 141 opt = OPTION_i, skip = 0; 149 opt = OPTION_S, skip = 0; 151 opt = OPTION_V, skip = (text[2] == '\0'); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Temp/t/ |
| H A D | security.t | 31 my $skip = 0; 33 $skip = "Not supported on this platform"; 35 $skip = "Perl version must be v5.6.0 for these tests"; 39 print "# We will be skipping some tests : $skip\n" if $skip; 50 skip $skip, 8 if $skip; 93 skip $msg, 2; # one here and one in END 102 skip("Skip Test inappropriate for root", 2); 114 skip $msg, 2; # one here and one in END
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ |
| H A D | unicode.t | 4 my $skip = $] < 5.006 ? 1 : 0; 13 unless ($skip) { 17 print "ok 1", $skip ? " # skip: no Unicode" : "", "\n"; 19 unless ($skip) { 23 print "ok 2", $skip ? " # skip: no Unicode" : "", "\n"; 25 unless ($skip) { 29 print "ok 3", $skip ? " # skip: no Unicode" : "", "\n";
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | mb.t | 29 skip("mblen() not present", 7) unless $Config{d_mblen}; 34 skip("LC_CTYPE locale support not available", 4) 37 skip("no utf8 locale available", 4) unless $utf8_locale; 52 skip("mblen() broken (at least for c.utf8) on early HP-UX", 3) 77 skip("mbtowc() not present", 5) unless $Config{d_mbtowc} || $Config{d_mbrtowc}; 84 skip("LC_CTYPE locale support not available", 3) 87 skip("no utf8 locale available", 3) unless $utf8_locale; 96 skip("mbtowc() broken (at least for c.utf8) on early HP-UX", 3) 122 skip("wctomb() not present", 2) unless $Config{d_wctomb} || $Config{d_wcrtomb}; 127 skip("LC_CTYPE locale support not available", 1) [all …]
|
| H A D | sysconf.t | 75 skip "$description not implemented for this path", 1 86 or skip "could not open test directory '$testdir' ($!)", 91 … skip "pathconf($constant) hangs on Android", 2 if $constant eq '_PC_LINK_MAX' && $^O =~ /android/; 103 … skip "pathconf($constant) hangs on Android", 2 if $constant eq '_PC_LINK_MAX' && $^O =~ /android/; 113 or skip("$TTY not a character file", $n); 115 or skip("failed to open $TTY: $!", $n); 117 or skip("$LEXTTY ($TTY) not a terminal file", $n); 139 or skip("could not create fifo $fifo ($!)", 2 * 2 * @path_consts_fifo); 143 or skip("could not open $fifo ($!)", 2 * @path_consts_fifo); 169 skip("No _SC_TZNAME_MAX on Cygwin", 1);
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | stat.t | 82 skip "No link count - Hard link support not built in.", 1 89 skip "mtime and ctime not reliable", 2 116 skip "No link on this filesystem", 6 unless $has_link; 119 skip "link() unimplemented", 6 if $@ =~ /unimplemented/; 128 skip "No link count", 1 if $Config{dont_use_nlink}; 129 skip "Cygwin9X fakes hard links by copying", 1 138 skip "Solaris tmpfs has different mtime/ctime link semantics", 2 141 skip "AFS has different mtime/ctime link semantics", 2 143 skip "AmigaOS has different mtime/ctime link semantics", 2 147 skip "No ctime concept on this OS", 2 [all …]
|
| H A D | exists_sub.t | 23 skip 't1 sub was not declared', 1 if ! $has_t1; 29 skip 't2 sub was not declared', 1 if ! $has_t2; 35 skip 't3 sub was not declared', 1 if ! $has_t3; 41 skip 't4 sub was not declared', 1 if ! $has_t4; 47 skip 't5 sub was not declared', 1 if ! $has_t5; 53 skip 'P2::tmc sub was not declared', 1 if ! $has_t5; 61 skip 1, 'Reference sub is not considered declared', 1 if ! $ref_exists; 67 skip 'Setup P1::tmc sub is not considered declared', 1 if ! $p1_tmc_exists; 74 skip( 'Sub P1::tmc still exists after having undef called on it', 1) if ! $p1_tmc_exists;
|
| /openbsd-src/lib/libc/db/btree/ |
| H A D | bt_split.c | 82 u_int16_t skip; in __bt_split() local 93 skip = argskip; in __bt_split() 95 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split() 96 bt_page(t, sp, &l, &r, &skip, ilen); in __bt_split() 104 h->linp[skip] = h->upper -= ilen; in __bt_split() 152 skip = parent->index + 1; in __bt_split() 177 (h->prevpg != P_INVALID || skip > 1)) { in __bt_split() 207 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split() 208 bt_page(t, h, &l, &r, &skip, nbytes); in __bt_split() 213 if (skip < (nxtindex = NEXTINDEX(h))) in __bt_split() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/t/ |
| H A D | cachepropagate-unix.t | 62 skip "fork not available", 4 79 skip "no Socket::SO_PROTOCOL", 1 if !defined(eval { Socket::SO_PROTOCOL }); 80 skip "SO_PROTOCOL defined but not implemented", 1 85 skip "no Socket::SO_TYPE", 1 if !defined(eval { Socket::SO_TYPE }); 86 skip "SO_TYPE defined but not implemented", 1 97 skip "datagram unix sockets not supported on $^O", 7 120 skip "no Socket::SO_PROTOCOL", 1 if !defined(eval { Socket::SO_PROTOCOL }); 121 skip "SO_PROTOCOL defined but not implemented", 1 123 skip "SO_PROTOCOL returns chosen protocol on OpenBSD", 1 128 skip "AIX: getsockopt(SO_TYPE) is badly broken on UDP/UNIX sockets", 1 [all …]
|
| H A D | io_xs.t | 41 or skip "No fsync", 1; 50 or skip "No fsync", 1; 52 and skip "fsync() documented to fail on non-writable handles on $^O", 1; 54 and skip "fsync() on cygwin uses FlushFileBuffers which requires a writable handle", 1; 56 and skip "fsync() not allowed on a read-only handle on $^O", 1; 58 or skip "Cannot open t/io_xs.t read-only: $!", 1; 69 skip "no /dev/full or not a /dev/full platform", 3 72 or skip "Could not open /dev/full: $!", 3; 103 or skip "couldn't create the socket: $!", 1;
|
| /openbsd-src/usr.sbin/unbound/testcode/ |
| H A D | mini_tdir.sh | 21 echo "rm -f result.* .done* .skip* .tdir.var.master .tdir.var.test" 23 rm -f result.* .done* .skip* .tdir.var.master .tdir.var.test 37 skip=0 58 elif test -f ".skip-$name"; then 60 skip=`expr $skip + 1` 67 skip=`expr $skip + 1` 72 if test "$skip" = "0"; then 75 echo "$pass pass, $fail fail, $skip ski [all...] |
| /openbsd-src/gnu/usr.bin/perl/dist/Test/t/ |
| H A D | skip.t | 3 use Test qw($TESTOUT $TESTERR $ntest plan ok skip); 10 skip(1, 0); #should skip 13 skip('hop', sub { $skipped = 0 }); 14 skip(sub {'jump'}, sub { $skipped = 0 }); 15 skip('skipping stones is more fun', sub { $skipped = 0 }); 37 ok 1 # skip 39 ok 2 # skip hop 41 ok 3 # skip jump 43 ok 4 # skip skipping stones is more fun
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/ |
| H A D | syslog.t | 89 skip "can't connect to Unix socket: _PATH_LOG unavailable", 8 100 SKIP: { skip "TODO $TODO", 1 if $] < 5.006002; 110 skip "can't connect to syslog", 6 if $@ =~ /^no connection to syslog available/; 134 … skip "the 'stream' mechanism because a previous mechanism with similar interface succeeded", 22 138 skip "can't use '$sock_type' socket", 22 unless $r; 144 skip "can't use '$sock_type' socket", 20 unless $r; 150 skip "can't connect to syslog", 18 if $@ =~ /^no connection to syslog available/; 156 skip "can't connect to syslog", 16 if $@ =~ /^no connection to syslog available/; 195 skip "skipping closelog() tests for 'console'", 2 if $sock_type eq 'console'; 206 skip "not testing setlogsock('stream') on Win32", 10 if $is_Win32; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| H A D | skip.t | 18 skip $Why, 2 30 skip "We're not skipping", 2 if 0; 38 skip "Again, not skipping", 2 if 0; 47 skip $Why, 2 if 1; 63 skip $Why; 73 skip "Not skipping here.", 4 if 0; 79 skip $Why, 2; 92 skip 1, "This is backwards" if 1;
|
| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/t/ |
| H A D | DynaLoader.t | 58 skip( "unloading unsupported on $^O", 1 ) if ($old_darwin || $^O eq 'VMS'); 91 skip( "no dl_load_file with dl_none.xs", 2 ) unless $Config{usedl}; 104 …skip( "dl_load_file() does not attempt to load file on VMS (and thus does not fail) when \@dl_requ… 121 skip( "dl_findfile test not appropriate on $^O", 1 ) 125 skip( "dl_findfile test not appropriate on $^O", 1 ) 127 skip( "dl_findfile test not always appropriate when cross-compiling", 1 ) 140 skip( "$module not available", 3); 154 skip( "unloading unsupported on $^O", 2 ) 157 skip( "File::Glob sets PL_opfreehook", 2 ) if $module eq 'File::Glob'; 165 skip( "mod2fname not defined on this platform", 4 )
|
| /openbsd-src/gnu/usr.bin/perl/lib/File/ |
| H A D | stat.t | 41 skip('inode number is not constant on OS/2', 1) 55 my ($file, $desc_tail, $skip) = @_; 62 if ($skip && $op =~ $skip) { 91 skip "testing -A $desc_tail on Haiku", 1; 137 -e $^X && -x $^X or skip "$^X is not present and executable", 4; 138 $^O eq "VMS" and skip "File::stat ignores VMS ACLs", 4; 157 skip("Could not open file: $!", 2) unless $canopen; 174 main::skip("Win32: different stat-info on filehandle", 1) if $^O eq 'MSWin32'; 176 main::skip("OS/2: inode number is not constant on os/2", 1) if $^O eq 'os2'; 183 skip "We can't check for FIFOs", 2 unless defined &Fcntl::S_ISFIFO; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/ |
| H A D | Manifest.t | 126 # add a skip file with a rule to skip itself (and the nonexistent glob '*baz*') 129 # this'll skip the new file 212 # This'll skip moretest/quux 290 or skip "couldn't create spaced test file", 2; 305 or skip "couldn't create quoted test file", 1; 316 or skip "couldn't create backslash test file", 1; 327 or skip "couldn't create backslash/quote test file", 1; 341 or skip "couldn't create $description test file", 1; 350 # test including an external manifest.skip fil [all...] |
| /openbsd-src/sys/netinet/ |
| H A D | ip_ah.c | 200 ah_massage_headers(struct mbuf **mp, int af, int skip, int alg, int out) in ah_massage_headers() argument 219 m = *mp = m_pullup(m, skip); in ah_massage_headers() 237 for (off = sizeof(struct ip); off < skip;) { in ah_massage_headers() 239 off + 1 >= skip) { in ah_massage_headers() 250 off = skip; /* End the loop. */ in ah_massage_headers() 323 if (off > skip) { in ah_massage_headers() 367 if (skip - sizeof(struct ip6_hdr) > 0) { in ah_massage_headers() 368 if (m->m_len <= skip) { in ah_massage_headers() 369 ptr = malloc(skip - sizeof(struct ip6_hdr), in ah_massage_headers() 384 skip - sizeof(struct ip6_hdr), ptr); in ah_massage_headers() [all …]
|