Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 1493) sorted by relevance

12345678910>>...60

/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api.rst27 :skip: SBDebugger_Create
28 :skip: SBDebugger_Create
29 :skip: SBDebugger_Destroy
43 :skip: SBDebugger_Terminate
46 :skip: SBFile_MakeBorrowed
49 :skip: SBHostOS_GetLLDBPath
57 :skip: SBHostOS_ThreadJoin
95 :skip: command
96 :skip: in_range
97 :skip: is_numeric_type
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dmakedef.pl224 my %skip;
280 ++$skip{PL_perllib_sep};
301 ++$skip{$_} foreach qw(
319 ++$skip{Perl_unlnk};
383 ++$skip{PL_malloc_mutex}
397 ++$skip{PL_thr_key};
513 ++$skip{PL_sv_serial};
517 ++$skip{PL_dumper_fd};
525 ++$skip{PL_pidstatus};
630 ++$skip{PL_op_exec_cnt}
[all …]
/openbsd/gnu/usr.bin/perl/t/re/
H A Dopt.t124 skip($local_skip) if $local_skip;
126 $skip || is($o->{'anchored min offset'}, $aoff,
160 skip($local_skip) if $local_skip;
169 skip($local_skip) if $local_skip;
181 !$skip && $check && (
191 skip($local_skip) if $local_skip;
198 for (qw{ noscan isall skip implicit },
205 $skip || is($got, $expect ? 1 : 0, "$comment $_");
214 $skip || is($got, $expect || 0, "$comment $_");
224 $skip || ($qr
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DSkip.t8 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");
33 is($skip->summary, "skip me (SKIP: foo)", "summary with reason");
35 $skip->set_reason('');
[all …]
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dglobvar.t14 my %skip = map { ("PL_$_", 1) }
21 $skip{PL_hash_rand_bits}= $skip{PL_hash_rand_bits_enabled}= 1; # we can be compiled without these, …
22 $skip{PL_warn_locale}= 1; # we can be compiled without locales, so skip testing them
65 $skip{PL_inf}++;
68 $skip{PL_nan}++;
73 skip("We dont't export '$_' (Perl not built with this enabled?)",1) if $skip{$_};
81 skip("We don't export '$_'", 1) if $skip{$_};
/openbsd/gnu/usr.bin/perl/t/io/
H A Dsocket.t50 or skip "No udp", 1;
61 $local or skip("No localhost", 3);
66 or skip("Couldn't bind to localhost", 4);
78 $fork or skip("No fork", 2);
145 skip("fork() failed", 2);
154 $local or skip("No localhost", 1);
155 $fork or skip("No fork", 1);
161 or skip("Couldn't bind to localhost", 1);
235 skip("fork() failed", 2);
326 or skip 'no IPPROTO_IP', 4;
[all …]
H A Dfs.t90 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};
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;
294 skip "Win32 specific test", 2
296 skip "No symbolic links found to test with", 2
322 skip("no truncate - $@", 8) if $@;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dg77spec.c126 int skip; local
137 opt = OPTION_c, skip = 0;
139 opt = OPTION_E, skip = 0;
141 opt = OPTION_i, skip = 0;
179 skip = 1;
181 skip = 0;
187 *xskip = skip;
250 int skip; local
383 if (i + skip < argc)
384 i += skip;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/File-Temp/t/
H A Dsecurity.t31 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/gnu/usr.bin/perl/cpan/Digest-SHA/t/
H A Dunicode.t4 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/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmb.t29 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)
127 skip("LC_CTYPE locale support not available", 1)
130 skip("no utf8 locale available", 1) unless $utf8_locale;
[all …]
H A Dsysconf.t75 skip "$description not implemented for this path", 1
86 or skip "could not open test directory '$testdir' ($!)",
91skip "pathconf($constant) hangs on Android", 2 if $constant eq '_PC_LINK_MAX' && $^O =~ /android/;
103skip "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/gnu/usr.bin/perl/t/op/
H A Dstat.t89 skip "mtime and ctime not reliable", 2
129 skip "Cygwin9X fakes hard links by copying", 1
147 skip "No ctime concept on this OS", 2
241 skip "symlink not available or we can't check", 3
259 skip "/dev isn't available to test against", 6
261 skip "Skipping: unexpected ls output in MP-RAS", 6
279 skip "$CMD failed", 6 if $DEV eq '';
283 skip "opendir failed: $!", 6 if @DEV == 0;
356 skip "No setuid programs", 3 if $uid == 0;
374 skip "Test uses unixisms", 2 if $Is_MSWin32;
[all …]
H A Dexists_sub.t23 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/lib/libc/db/btree/
H A Dbt_split.c82 u_int16_t skip; in __bt_split() local
93 skip = argskip; in __bt_split()
214 memmove(h->linp + skip + 1, h->linp + skip, in __bt_split()
243 if (skip > 0) in __bt_split()
261 if (skip > 0) in __bt_split()
364 *skip = 0; in bt_page()
604 skip = *pskip; in bt_psplit()
609 if (skip == off) { in bt_psplit()
651 if (skip != off) { in bt_psplit()
697 if (skip <= off) { in bt_psplit()
[all …]
/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dcachepropagate-unix.t62 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
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
130 skip "no Socket::SO_TYPE", 1 if !defined(eval { Socket::SO_TYPE });
[all …]
H A Dio_xs.t41 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;
70 skip "no /dev/full or not a /dev/full platform", 3
73 or skip "Could not open /dev/full: $!", 3;
/openbsd/usr.sbin/unbound/testcode/
H A Dmini_tdir.sh23 rm -f result.* .done* .skip* .tdir.var.master .tdir.var.test
37 skip=0
60 skip=`expr $skip + 1`
67 skip=`expr $skip + 1`
72 if test "$skip" = "0"; then
75 echo "$pass pass, $fail fail, $skip skip"
129 skip=.skip-$name
168 echo "$name: SKIPPED" > ../$skip
174 if test -f $name.test -a ! -f ../$skip; then
193 if test -f $name.post -a ! -f ../$skip; then
/openbsd/gnu/usr.bin/perl/dist/Test/t/
H A Dskip.t3 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/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dsyslog.t89 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/;
138 skip "can't use '$sock_type' socket", 22 unless $r;
144 skip "can't use '$sock_type' socket", 20 unless $r;
206 skip "not testing setlogsock('stream') on Win32", 10 if $is_Win32;
210 skip "not testing setlogsock('stream'): _PATH_LOG unavailable", 10
247 open $fh, ">$logfile" or skip "can't create file '$logfile': $!", 2;
296 skip "can't test setlogsock() tcp failure", 2 if $service;
311 open $fh, ">$log" or skip "can't write file '$log': $!", 3;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dskip.t18 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/gnu/usr.bin/perl/ext/DynaLoader/t/
H A DDynaLoader.t58 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};
104skip( "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/gnu/usr.bin/perl/lib/File/
H A Dstat.t41 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;
183 skip "We can't check for FIFOs", 2 unless defined &Fcntl::S_ISFIFO;
184 skip "No pipes", 2 unless defined $Config{d_pipe};
186 or skip "Couldn't create a pipe: $!", 2;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/
H A DManifest.t126 # add a skip file with a rule to skip itself (and the nonexistent glob '*baz*')
353 'mymanifest.skip' => undef, 'mydefault.skip' => undef});
362 my $skip = File::Spec->catfile($cwd, qw(mantest mymanifest.skip));
366 for (qw(albatross foo foobar mymanifest.skip mydefault.skip)) {
379 for (qw(albatross foo foobar mymanifest.skip mydefault.skip)) {
398 'mymanifest.skip excluded via mydefault.skip' );
400 'mydefault.skip excluded via mydefault.skip' );
426 'mymanifest.skip included via mydefault.skip' );
428 'mydefault.skip included via mydefault.skip' );
435 'mymanifest.skip excluded via mydefault.skip' );
[all …]
/openbsd/sys/netinet/
H A Dip_ah.c219 m = *mp = m_pullup(m, 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()
368 if (m->m_len <= skip) { in ah_massage_headers()
399 skip - sizeof(struct ip6_hdr)) in ah_massage_headers()
646 crda->crd_inject = skip + rplen; in ah_input()
718 ptr[protoff] = ptr[skip]; in ah_input()
767 m1 = m_getptr(m, skip, &roff); in ah_input()
1039 crda->crd_inject = skip + rplen; in ah_output()
[all …]

12345678910>>...60