Home
last modified time | relevance | path

Searched full:skipped (Results 1 – 25 of 1259) sorted by relevance

12345678910>>...51

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Ddevtool-stress.py113 skipped = None
120 skipped = 'incompatible'
132 elif skipped:
133 print('skipped (%s)' % skipped)
160 skipped = None
167 skipped = 'incompatible'
174 if not skipped:
195 elif skipped:
196 print('skipped (%s)' % skipped)
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/template/
H A Dtest_report_full_text.txt5 …n['passed']) }} | {{ 'Failed'.ljust(maxlen['failed']) }} | {{ 'Skipped'.ljust(maxlen['skipped']) }}
8 …rt.failed|string).ljust(maxlen['failed']) }} | {{ (report.skipped|string).ljust(maxlen['skipped'])…
11 …['failed'].ljust(maxlen['failed']) }} | {{ reporttotalvalues['skipped'].ljust(maxlen['skipped']) }}
20 …'passed']) }} | {{ 'Failed'.ljust(maxlen['failed']) }} | {{ 'Skipped'.ljust(maxlen['skipped']) }} …
23 …ljust(maxlen['failed']) }} | {{ (ptests[machine][ptest]['skipped']|string).ljust(maxlen['skipped']…
36 …'passed']) }} | {{ 'Failed'.ljust(maxlen['failed']) }} | {{ 'Skipped'.ljust(maxlen['skipped']) }} …
39 …t(maxlen['failed']) }} | {{ (ltptests[machine][ltptest]['skipped']|string).ljust(maxlen['skipped']…
52 …'passed']) }} | {{ 'Failed'.ljust(maxlen['failed']) }} | {{ 'Skipped'.ljust(maxlen['skipped']) }} …
55 …failed']) }} | {{ (ltpposixtests[machine][ltpposixtest]['skipped']|string).ljust(maxlen['skipped']…
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dreport.py24 … 'skipped': ['SKIPPED', 'skipped', 'UNSUPPORTED', 'UNTESTED', 'UNRESOLVED']}
36 'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-',
62 'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-',
85 …self.ltptests[machine][suite] = {'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-', 'failed…
104 …self.ltptests[machine][suite] = {'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-', 'failed…
117 …self.ltpposixtests[machine][suite] = {'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-', 'f…
134 …self.ltpposixtests[machine][suite] = {'passed': 0, 'failed': 0, 'skipped': 0, 'duration' : '-', 'f…
140 test_count_report = {'passed': 0, 'failed': 0, 'skipped': 0, 'failed_testcases': []}
152 # process result if it was not skipped by a handler
169 cols = ['passed', 'failed', 'skipped']
[all …]
/OK3568_Linux_fs/u-boot/post/drivers/
H A Drtc.c81 unsigned int skipped = 0; in rtc_post_test() local
131 skipped++; in rtc_post_test()
133 rtc_post_restore (&svtm, skipped); in rtc_post_test()
141 rtc_post_restore (&svtm, skipped); in rtc_post_test()
163 skipped++; in rtc_post_test()
165 rtc_post_restore (&svtm, skipped); in rtc_post_test()
173 rtc_post_restore (&svtm, skipped); in rtc_post_test()
179 rtc_post_restore (&svtm, skipped); in rtc_post_test()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dhv-gpci-requests.h181 /* Processor_config (0x90) skipped, no counters */
182 /* Current_processor_frequency (0x91) skipped, no counters */
198 /* Processor_core_power_mode (0x95) skipped, no counters */
199 /* Affinity_domain_information_by_virtual_processor (0xA0) skipped,
201 /* Affinity_domain_information_by_domain (0xB0) skipped, no counters */
202 /* Affinity_domain_information_by_partition (0xB1) skipped, no counters */
203 /* Physical_memory_info (0xC0) skipped, no counters */
204 /* Processor_bus_topology (0xD0) skipped, no counters */
259 /* set_mmcrh (0x80001000) skipped, no counters */
260 /* retrieve_hpmcx (0x80002000) skipped, no counters */
H A Dhv-gpci.h9 * [7 is skipped by spec 1.07]
12 * [4 skipped]
14 * [1,2 skipped]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevent/libevent/
H A Drun-ptest17 … '/TESTS/d' -e '/tests/d' -e '/OK/ s/^/PASS: / ; /FAILED/ s/^/FAIL: / ; /SKIPPED/ s/^/SKIP: / ; /D…
21 skipped=`grep -E SKIP: ${LOG}|wc -l`
22 all=$((passed + failed + skipped))
28 echo "SKIPPED: ${skipped}"
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dresulttooltests.py57 'test5': {'status': 'SKIPPED'}}}
62 …self.assertTrue(result_report['skipped'] == 1, msg="Skipped count not correct:%s" % result_report[…
77 'test5': {'status': 'SKIPPED'}}}
82 'test5': {'status': 'SKIPPED'}}}
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py51 layer, with the preferred version first. Note that skipped recipes that
52 are overlayed will also be listed, with a " (skipped)" suffix.
113 skipped recipes will also be listed, with a " (skipped)" suffix.
136 # Ensure we list skipped recipes
138 # but we have no choice since skipped recipes are not fully parsed
159 skipped = ' (skipped: %s)' % self.tinfoil.cooker.skiplist[f].skipreason
161 skipped = ''
164 logger.plain("%s%s", f, skipped)
166 logger.plain(" %s%s", f, skipped)
170 logger.plain("%s%s", pn, skipped)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DSkipping-Over-Functions-and-Files.html103 <p>Functions may be skipped by providing either a function name, linespec
126 <dd><p>Functions in <var>file</var> will be skipped over when stepping.
132 <p>Functions in files matching <var>file-glob-pattern</var> will be skipped
143 named by <var>linespec</var> will be skipped over when stepping.
150 <p>Functions whose name matches <var>regexp</var> will be skipped over when stepping.
156 the template arguments are. Specifying the function to be skipped as a
173 will be skipped.
179 function containing the line named by <var>linespec</var> will be skipped over when
183 will be skipped.
192 will be skipped over when stepping.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DSkipping-Over-Functions-and-Files.html103 <p>Functions may be skipped by providing either a function name, linespec
126 <dd><p>Functions in <var>file</var> will be skipped over when stepping.
132 <p>Functions in files matching <var>file-glob-pattern</var> will be skipped
143 named by <var>linespec</var> will be skipped over when stepping.
150 <p>Functions whose name matches <var>regexp</var> will be skipped over when stepping.
156 the template arguments are. Specifying the function to be skipped as a
173 will be skipped.
179 function containing the line named by <var>linespec</var> will be skipped over when
183 will be skipped.
192 will be skipped over when stepping.
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dbert.c51 int printed = 0, skipped = 0; in bert_print_all() local
77 skipped++; in bert_print_all()
91 if (skipped) in bert_print_all()
92 pr_info(HW_ERR "Skipped %d error records\n", skipped); in bert_print_all()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/eeh/
H A Deeh-basic.sh35 echo "$dev, Skipped: bridge"
42 echo "$dev, Skipped: virtfn"
47 echo "$dev, Skipped: ahci doesn't support recovery"
57 echo "$dev, Skipped: Bad initial PE state"
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusb_u132.h71 int halted, int skipped, int actual, int non_null));
76 int halted, int skipped, int actual, int non_null));
81 int halted, int skipped, int actual, int non_null));
86 int halted, int skipped, int actual, int non_null));
91 int halted, int skipped, int actual, int non_null));
/OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/
H A Dmicrocode.c129 int skipped; in microcode_update_intel() local
138 skipped = 0; in microcode_update_intel()
144 return count ? 0 : skipped ? -EEXIST : -ENOENT; in microcode_update_intel()
155 skipped++; in microcode_update_intel()
168 skipped++; in microcode_update_intel()
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dvnic_rq.h184 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument
187 int skipped; in vnic_rq_service() local
192 skipped = (buf->index != completed_index); in vnic_rq_service()
194 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service()
201 if (!skipped) in vnic_rq_service()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.h168 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument
171 int skipped; in vnic_rq_service() local
176 skipped = (buf->index != completed_index); in vnic_rq_service()
178 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service()
185 if (!skipped) in vnic_rq_service()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf_multi.c68 /* trigger few samples, some will be skipped */ in test_ringbuf_multi()
73 /* skipped, no ringbuf in slot 1 */ in test_ringbuf_multi()
94 CHECK(skel->bss->skipped != 1, "err_skipped", "exp %ld, got %ld\n", in test_ringbuf_multi()
95 1L, skel->bss->skipped); in test_ringbuf_multi()
/OK3568_Linux_fs/kernel/tools/testing/selftests/lkdtm/
H A Drun.sh5 # with a leading "#" are skipped. The rest of the line after the
7 # or the rationale for why a test is marked to be skipped.
31 echo "Skipped: missing test '$test' in tests.txt"
36 echo "Skipped: test '$test' missing in $TRIGGER!"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A Drun-ptest88 skipped=`grep SKIP: ${LOG}|wc -l`
89 all=$((passed + failed + skipped))
95 echo "SKIPPED: ${skipped}"
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-queue.c51 mdl->skipped = 0; in _cx18_enqueue()
82 mdl->skipped = 0; in cx18_dequeue()
150 mdl->skipped++; in cx18_queue_get_mdl()
151 if (mdl->skipped >= atomic_read(&s->q_busy.depth)-1) { in cx18_queue_get_mdl()
153 CX18_WARN("Skipped %s, MDL %d, %d times - it must have dropped out of rotation\n", in cx18_queue_get_mdl()
155 mdl->skipped); in cx18_queue_get_mdl()
179 ret->skipped = 0; in cx18_queue_get_mdl()
212 mdl->skipped = 0; in cx18_queue_flush()
/OK3568_Linux_fs/u-boot/cmd/
H A Dsf.c159 * If the data being written is the same, then *skipped is incremented by len.
166 * @param skipped Count of skipped data (incremented by this function)
170 size_t len, const char *buf, char *cmp_buf, size_t *skipped) in spi_flash_update_block() argument
183 *skipped += len; in spi_flash_update_block()
218 size_t skipped = 0; /* statistics */ in spi_flash_update() local
240 buf, cmp_buf, &skipped); in spi_flash_update()
253 printf("%zu bytes written, %zu bytes skipped", len - skipped, in spi_flash_update()
254 skipped); in spi_flash_update()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dvalarray_array.tcc58 // false, the corresponding element of a is skipped. m must contain
83 // of b are skipped if the corresponding element of m is false. m
108 // skipped if the corresponding element of m is false. Elements of
109 // b are skipped if the corresponding element of k is false. m and
188 // a are skipped if the corresponding element of m is false. m must
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dvalarray_array.tcc58 // false, the corresponding element of a is skipped. m must contain
83 // of b are skipped if the corresponding element of m is false. m
108 // skipped if the corresponding element of m is false. Elements of
109 // b are skipped if the corresponding element of k is false. m and
188 // a are skipped if the corresponding element of m is false. m must
/OK3568_Linux_fs/u-boot/test/py/
H A Dconftest.py369 or skipped tests.
384 log.status_skipped('%d skipped' % len(tests_skipped))
416 marked to be skipped.
444 have the required feature, the test is marked to be skipped.
497 # the test is skipped. That call is required to create the test's section
520 if report.outcome == 'skipped':
528 msg = 'SKIPPED:\n' + str(report.longrepr)

12345678910>>...51