Home
last modified time | relevance | path

Searched full:skip (Results 1 – 25 of 3232) sorted by relevance

12345678910>>...130

/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api.rst5 The long list of "skip" filters out several global functions that are
10 :skip: command
11 :skip: declaration
12 :skip: in_range
13 :skip: is_numeric_type
14 :skip: lldb_iter
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in38 # SKIP 32
159 'cli_user/misc/zfs_share_001_neg': ['SKIP', na_reason],
160 'cli_user/misc/zfs_unshare_001_neg': ['SKIP', na_reason],
161 'pool_checkpoint/checkpoint_discard_busy': ['SKIP', 12053],
162 'privilege/setup': ['SKIP', na_reason],
164 'rootpool/setup': ['SKIP', na_reason],
165 'rsend/rsend_008_pos': ['SKIP', 6066],
174 ['SKIP', na_reason],
175 'cli_root/zpool_wait/zpool_wait_trim_basic': ['SKIP', trim_reason],
176 'cli_root/zpool_wait/zpool_wait_trim_cancel': ['SKIP', trim_reason],
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D30-test_pairwise_fail.t31 SKIP: {
32 skip "Skip RSA test because of no rsa in this build", 1
39 SKIP: {
40 skip "Skip EC test because of no ec in this build", 2
46 skip "FIPS provider version is too old", 1
53 SKIP: {
54 skip "Skip DSA tests because of no dsa in this build", 2
60 skip "FIPS provider version is too old", 1
67 SKIP: {
68 skip "Skip EDDSA test because of no ecx in this build", 1
[all …]
H A D80-test_ssl_old.t188 SKIP: {
189 skip 'failure', 16 unless
195 skip 'failure', 15 unless
202 skip 'failure', 14 unless
208 skip 'failure', 13 unless
214 skip 'failure', 12 unless
219 skip 'failure', 11 unless
223 skip 'failure', 10 unless
229 skip 'failure', 9 unless
238 skip 'failure', 8 unless
[all …]
H A D20-test_speed.t30 SKIP: {
31 skip "Multi option is not supported by this OpenSSL build", 1
41 SKIP: {
42 skip "Multiblock is not supported by this OpenSSL build", 1
76 SKIP: {
77 skip "CMAC is not supported by this OpenSSL build", 1
87 SKIP: {
88 skip "ASYNC/threads not supported by this OpenSSL build", 1
95 SKIP: {
96 skip "Mlock option is not supported by this OpenSSL build", 1
[all …]
H A D80-test_ssl_new.t102 # configurations. Default is $no_tls but some tests have different skip
104 my %skip = (
141 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
145 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
149 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
155 my ($conf, $check_source, $skip, $provider) = @_;
162 SKIP: {
164 skip 'failure', 2 unless
170 SKIP: {
172 skip "Skipping generated source test for $conf", 1
[all …]
H A D25-test_verify_store.t33 SKIP: {
41 skip 'failure', 8 unless
50 skip 'failure', 7 unless
57 skip 'failure', 6 unless
63 skip 'failure', 5 unless
69 skip 'failure', 4 unless
74 skip 'failure', 3 unless
82 skip 'failure', 2 unless
95 skip 'failure', 0 unless
H A D15-test_rsa.t35 SKIP: {
36 skip "Skipping Deprecated rsa_x931_test", 1 if disabled("deprecated-3.0");
40 SKIP: {
41 skip "Skipping $cmd conversion test", 3
55 SKIP: {
56 skip "Skipping msblob conversion test", 1
65 SKIP: {
66 skip "Skipping PVK conversion test", 1
H A D70-test_renegotiation.t56 SKIP: {
57 skip "TLSv1.2 disabled", 1
72 SKIP: {
73 skip "TLSv1.2 or TLSv1.1 disabled", 1
101 SKIP: {
102 skip "TLSv1.2 disabled", 1
116 SKIP: {
117 skip "TLSv1.2 and TLSv1.1 disabled", 1
130 SKIP: {
131 skip "TLSv1 disabled", 1
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh18 # The SKIP variable contains tests that should not be executed at all. The
21 # the CI environment. Please avoid adding tests to SKIP unless it really is
68 exclude SKIP common/cpc/err.D_PDESC_ZERO.lowfrequency.d
69 exclude SKIP common/cpc/err.D_PDESC_ZERO.malformedoverflow.d
70 exclude SKIP common/cpc/err.D_PDESC_ZERO.nonexistentevent.d
71 exclude SKIP common/cpc/err.cpcvscpustatpart1.ksh
72 exclude SKIP common/cpc/err.cpcvscpustatpart2.ksh
73 exclude SKIP common/cpc/err.cputrackfailtostart.ksh
74 exclude SKIP common/cpc/err.cputrackterminates.ksh
75 exclude SKIP common/cpc/err.toomanyenablings.d
[all …]
/freebsd/lib/libc/db/btree/
H A Dbt_split.c67 * skip: index to leave open
82 u_int16_t skip; in __bt_split() local
90 * skip set to the offset which should be used. Additionally, l and r in __bt_split()
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()
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c44 #define SKIP 9999 macro
57 { 1.0, 5, SKIP, " 32" },
58 { 1.0, 1022, SKIP, "4.4942328371557897693233e+307" },
60 { 1.0, 1023, SKIP, "8.9884656743115795386465e+307" },
63 { 1.0, -5, SKIP, " 0.03125" },
64 { 1.0, -1021, SKIP, "4.4501477170144027661805e-308" },
66 { 1.0, -1022, SKIP, "2.2250738585072013830902e-308" },
75 { 0.0, -1, SKIP, " 0" },
76 { 0.0, 0, SKIP, " 0" },
77 { 0.0, 1, SKIP, " 0" },
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dset_skip.sh32 atf_set descr 'Unset set skip test'
43 pft_set_rules alcatraz "set skip on lo0" \
46 echo "set skip"
52 # Unset the skip on the group
76 atf_set descr 'Basic set skip test'
89 pft_set_rules alcatraz "set skip on foo" \
92 echo "set skip"
98 # Unset the skip on the group
120 atf_set descr 'Basic set skip test, lo'
132 pft_set_rules alcatraz "set skip on lo" \
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c76 * skip: index to leave open
91 u_int16_t skip; in __bt_split() local
99 * skip set to the offset which should be used. Additionally, l and r in __bt_split()
102 skip = argskip; in __bt_split()
104 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split()
105 bt_page(t, sp, &l, &r, &skip, ilen); in __bt_split()
113 h->linp[skip] = h->upper -= ilen; in __bt_split()
161 skip = parent->index + 1; in __bt_split()
186 (h->prevpg != P_INVALID || skip > 1)) { in __bt_split()
217 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split()
[all …]
/freebsd/sys/netipsec/
H A Dxform_ah.c264 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) in ah_massage_headers() argument
288 *m0 = m = m_pullup(m, skip); in ah_massage_headers()
305 for (off = sizeof(struct ip); off < skip;) { in ah_massage_headers()
307 off + 1 < skip) in ah_massage_headers()
319 off = skip; /* End the loop. */ in ah_massage_headers()
389 if (off > skip) { in ah_massage_headers()
428 if (skip - sizeof(struct ip6_hdr) > 0) { in ah_massage_headers()
429 if (m->m_len <= skip) { in ah_massage_headers()
431 skip - sizeof(struct ip6_hdr), in ah_massage_headers()
445 skip - sizeof(struct ip6_hdr), ptr); in ah_massage_headers()
[all …]
H A Dipsec_mbuf.c46 * Make space for a new header of length hlen at skip bytes
54 m_makespace(struct mbuf *m0, int skip, int hlen, int *off) in m_makespace() argument
62 for (m = m0; m && skip > m->m_len; m = m->m_next) in m_makespace()
63 skip -= m->m_len; in m_makespace()
67 * At this point skip is the offset into the mbuf m in m_makespace()
74 remain = m->m_len - skip; /* data to move */ in m_makespace()
75 if (remain > skip && in m_makespace()
86 bcopy(mtodo(m, hlen), mtod(m, caddr_t), skip); in m_makespace()
88 *off = skip; in m_makespace()
113 memcpy(n->m_data, mtod(m, char *) + skip + done, len); in m_makespace()
[all …]
H A Dxform_ipcomp.c198 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input() argument
215 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input()
221 addr = (caddr_t) mtod(m, struct ip *) + skip; in ipcomp_input()
252 crp->crp_payload_start = skip + hlen; in ipcomp_input()
253 crp->crp_payload_length = m->m_pkthdr.len - (skip + hlen); in ipcomp_input()
264 xd->skip = skip; in ipcomp_input()
293 int skip, protoff; in ipcomp_input_cb() local
300 skip = xd->skip; in ipcomp_input_cb()
339 m->m_pkthdr.len = clen + hlen + skip; in ipcomp_input_cb()
341 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input_cb()
[all …]
H A Dxform_esp.c268 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in esp_input() argument
289 if ( (skip&3) || (m->m_pkthdr.len&3) ){ in esp_input()
290 DPRINTF(("%s: misaligned packet, skip %u pkt len %u", in esp_input()
291 __func__, skip, m->m_pkthdr.len)); in esp_input()
296 if (m->m_len < skip + sizeof(*esp)) { in esp_input()
297 m = m_pullup(m, skip + sizeof(*esp)); in esp_input()
305 esp = (struct newesp *)(mtod(m, caddr_t) + skip); in esp_input()
326 plen = m->m_pkthdr.len - (skip + hlen + alen); in esp_input()
355 ESPSTAT_ADD(esps_ibytes, m->m_pkthdr.len - (skip + hlen + alen)); in esp_input()
395 m_copydata(m, skip, SPI_SIZE, crp->crp_aad); in esp_input()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c69 size_t skip = uio->uio_skip; in zfs_uiomove_iov() local
74 cnt = MIN(iov->iov_len - skip, n); in zfs_uiomove_iov()
76 memcpy(iov->iov_base + skip, p, cnt); in zfs_uiomove_iov()
78 memcpy(p, iov->iov_base + skip, cnt); in zfs_uiomove_iov()
79 skip += cnt; in zfs_uiomove_iov()
80 if (skip == iov->iov_len) { in zfs_uiomove_iov()
81 skip = 0; in zfs_uiomove_iov()
85 uio->uio_skip = skip; in zfs_uiomove_iov()
98 size_t skip = uio->uio_skip; in zfs_uiomove_bvec_impl() local
103 cnt = MIN(bv->bv_len - skip, n); in zfs_uiomove_bvec_impl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp60 uint64_t Skip = ((Imm >> 4) & 0x7); in printSDelayAluImm() local
78 if (Skip == Same && Id1 == None) in printSDelayAluImm()
83 if (Skip == 0) in printSDelayAluImm()
85 else if (Skip == 1) in printSDelayAluImm()
88 OS << "SKIP_" << Skip - 1; in printSDelayAluImm()
127 int64_t Skip = 0; in parseSDelayAluImmMnemonic() local
147 Skip = 0; in parseSDelayAluImmMnemonic()
149 Skip = 1; in parseSDelayAluImmMnemonic()
151 if (Src.consumeInteger(10, Skip)) { in parseSDelayAluImmMnemonic()
152 return ErrorCallback(Src.begin(), "Expected integer Skip value"); in parseSDelayAluImmMnemonic()
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dmerge_summary.awk19 skip=0
30 # Skip empty lines
33 # Skip Configuration and Test lines
51 /SKIP/{ if (state=="pass_count") {skip += $2}}
87 print "SKIP\t"skip
90 if (pass+fail+skip > 0) {
91 percent_passed=(pass/(pass+fail+skip) * 100)
/freebsd/sys/opencrypto/
H A Dcriov.c53 * These macros are only for avoiding code duplication, as we need to skip
60 KASSERT(iol >= 0, ("%s: empty in skip", __func__)); \
179 cvm_page_contiguous_segment(vm_page_t *pages, size_t skip, int len) in cvm_page_contiguous_segment() argument
181 if ((skip + len - 1) / PAGE_SIZE > skip / PAGE_SIZE) in cvm_page_contiguous_segment()
184 pages += (skip / PAGE_SIZE); in cvm_page_contiguous_segment()
185 skip -= rounddown(skip, PAGE_SIZE); in cvm_page_contiguous_segment()
186 return (((char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(*pages))) + skip); in cvm_page_contiguous_segment()
288 m_epg_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len) in m_epg_contiguous_subsegment() argument
293 base = m_epg_segment(m, skip, &seglen); in m_epg_contiguous_subsegment()
788 m_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len) in m_contiguous_subsegment() argument
[all …]
/freebsd/contrib/diff/man/
H A Dcmp.114 \fB\-i\fR SKIP \fB\-\-ignore\-initial\fR=\fISKIP\fR
15 Skip the first SKIP bytes of input.
19 Skip the first SKIP1 bytes of FILE1 and the first SKIP2 bytes of FILE2.
36 SKIP1 and SKIP2 are the number of bytes to skip in each file.
37 SKIP values may be followed by the following multiplicative suffixes:
/freebsd/usr.bin/ctags/
H A DC.c270 /* skip strings and character constants */ in func_entry()
274 /* skip comments */ in func_entry()
373 goto skip; in hash_entry()
400 skip: if (c == '\n') { /* get rid of rest of define */ in hash_entry()
459 * skip over comment
490 * skip to the end of a string or character constant.
496 skip; in skip_string() local
498 for (skip = false; GETC(!=, EOF); ) in skip_string()
501 skip = !skip; /* w in skip_string()
521 skip, skip_key() local
[all...]
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/RRA/
H A DAutomake.pm71 # Directories to skip globally when looking for all files, or for directories
77 # Additional paths to skip when building a list of all files in the
96 # Turn the skip lists into hashes for ease of querying.
97 my %skip = map { $_ => 1 } @GLOBAL_SKIP;
100 # Wanted function for find. Prune anything matching either of the skip
106 if ($skip{$path} || $files_skip{$file} || $file =~ m{ [.]lo\z }xms) {
209 # skip - A reference to an array of directories to skip
215 # Add the global skip list. We also ignore the perl directory if it
218 my @skip = $args_ref->{skip} ? @{ $args_ref->{skip} } : ();
219 push(@skip, @GLOBAL_SKIP, 'perl');
[all …]

12345678910>>...130