/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_skip_all_tests.log | 5 ok 1 - string_stream_test_empty_on_creation # SKIP all tests skipped 6 ok 2 - string_stream_test_not_empty_after_add # SKIP all tests skipped 7 ok 3 - string_stream_test_get_string # SKIP all tests skipped 12 ok 1 - example_simple_test # SKIP all tests skipped 14 ok 2 - example_skip_test # SKIP this test should be skipped
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | devtool-stress.py | 113 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)
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | junit.py | 17 skipped = 0 33 elif result['status'] == "SKIPPED": 34 skipped += 1 44 testsuite_node.set("skipped", "%s" % skipped) 53 if result['status'] == "SKIPPED": 54 ET.SubElement(testcase_node, "skipped", message=result['log'])
|
H A D | report.py | 24 … '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 …]
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | bti-3.c | 15 : "=r"(skipped) : : "x16", "x30") 19 : "=r"(skipped) : : "x16", "x30") 23 : "=r"(skipped) : : "x15", "x30") 26 do { WHICH(); fail += skipped ^ EXPECT; } while (0) 31 int skipped; in main() local
|
H A D | bti-1.c | 21 : "=r"(skipped) : : "x16") 25 : "=r"(skipped) : : "x16", "x30") 29 : "=r"(skipped) : : "x15") 32 do { WHICH(DEST); fail += skipped ^ EXPECT; } while (0) 38 int skipped; in main() local
|
/openbmc/u-boot/post/drivers/ |
H A D | rtc.c | 80 unsigned int skipped = 0; in rtc_post_test() local 130 skipped++; in rtc_post_test() 132 rtc_post_restore (&svtm, skipped); in rtc_post_test() 140 rtc_post_restore (&svtm, skipped); in rtc_post_test() 162 skipped++; in rtc_post_test() 164 rtc_post_restore (&svtm, skipped); in rtc_post_test() 172 rtc_post_restore (&svtm, skipped); in rtc_post_test() 178 rtc_post_restore (&svtm, skipped); in rtc_post_test()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | boot_utils.robot | 18 # the test is skipped. If stack_mode is set 44 # the test is skipped. If stack_mode is set 70 # the test is skipped. If stack_mode is set 96 # the test is skipped. If stack_mode is set 122 # the test is skipped. If stack_mode is set 148 # the test is skipped. If stack_mode is set 174 # the test is skipped. If stack_mode is set 201 # the test is skipped. If stack_mode is set 227 # the test is skipped. If stack_mode is set 253 # the test is skipped. If stack_mode is set [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
H A D | run-ptest | 17 … '/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}"
|
/openbmc/openbmc/poky/scripts/lib/resulttool/template/ |
H A D | test_report_full_text.txt | 5 …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']…
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | bert.c | 52 int printed = 0, skipped = 0; in bert_print_all() local 78 skipped++; in bert_print_all() 92 if (skipped) in bert_print_all() 93 pr_info(HW_ERR "Skipped %d error records\n", skipped); in bert_print_all() 95 if (printed + skipped) in bert_print_all() 96 pr_info("Total records found: %d\n", printed + skipped); in bert_print_all()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | hv-gpci-requests.h | 184 /* Processor_config (0x90) skipped, no counters */ 185 /* Current_processor_frequency (0x91) skipped, no counters */ 202 /* Processor_core_power_mode (0x95) skipped, no counters */ 203 /* Affinity_domain_information_by_virtual_processor (0xA0) skipped, 205 /* Affinity_domain_information_by_domain (0xB0) skipped, no counters */ 206 /* Affinity_domain_information_by_partition (0xB1) skipped, no counters */ 207 /* Physical_memory_info (0xC0) skipped, no counters */ 208 /* Processor_bus_topology (0xD0) skipped, no counters */ 263 /* set_mmcrh (0x80001000) skipped, no counters */ 264 /* retrieve_hpmcx (0x80002000) skipped, no counters */
|
H A D | hv-gpci.h | 9 * [7 is skipped by spec 1.07] 12 * [4 skipped] 14 * [1,2 skipped]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/ |
H A D | run-ptest | 29 skipped=`grep SKIP: ${LOG}|wc -l` 30 all=$((passed + failed + skipped)) 36 echo "SKIPPED: ${skipped}"
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | ktap.rst | 97 - "SKIP", which indicates a test was skipped (note the result of the test case 134 The test "test" was SKIPPED with the diagnostic message "necessary dependency 264 ok 1 test_1 # SKIP test_1 skipped 272 ok 3 test_3 # SKIP test_3 skipped 285 - "test_1", which is skipped, with the explanation "test_1 skipped" 292 - "test_3", which is skipped with the explanation "test_3 skipped" 297 Skipped tests do not affect the result of the parent test (though it often 298 makes sense for a test to be marked skipped if _all_ of its subtests have been 299 skipped).
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 63 """Returns true if the status was ok, i.e. passed or skipped.""" 64 return self.status in (TestStatus.SUCCESS, TestStatus.SKIPPED) 70 SKIPPED = auto() variable in TestStatus 84 skipped: int = 0 variable in TestCounts 90 ('crashed', self.crashed), ('skipped', self.skipped), 100 self.skipped) 115 self.skipped += counts.skipped 132 # We have only skipped tests. 133 return TestStatus.SKIPPED 141 elif status == TestStatus.SKIPPED: [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | query.py | 51 layer, with the preferred version first. Note that skipped recipes that 52 are overlayed will also be listed, with a " (skipped)" suffix. 114 skipped recipes will also be listed, with a " (skipped)" suffix. 142 # Ensure we list skipped recipes 144 # but we have no choice since skipped recipes are not fully parsed 165 skipped = ' (skipped: %s)' % self.tinfoil.cooker.skiplist[f].skipreason 167 skipped = '' 170 logger.plain("%s%s", f, skipped) 172 logger.plain(" %s%s", f, skipped) 176 logger.plain("%s%s", pn, skipped) [all …]
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | vnic_rq.h | 172 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument 175 int skipped; in vnic_rq_service() local 180 skipped = (buf->index != completed_index); in vnic_rq_service() 182 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service() 189 if (!skipped) in vnic_rq_service()
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.h | 155 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument 158 int skipped; in vnic_rq_service() local 163 skipped = (buf->index != completed_index); in vnic_rq_service() 165 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service() 172 if (!skipped) in vnic_rq_service()
|
/openbmc/linux/fs/cachefiles/ |
H A D | io.c | 22 size_t skipped; member 59 ki->skipped += ret; in cachefiles_read_complete() 85 size_t len = iov_iter_count(iter), skipped = 0; in cachefiles_read() local 108 skipped = 0; in cachefiles_read() 123 skipped = len; in cachefiles_read() 128 skipped = off2 - off; in cachefiles_read() 129 iov_iter_zero(skipped, iter); in cachefiles_read() 139 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read() 142 ki->skipped = skipped; in cachefiles_read() 155 trace_cachefiles_read(object, file_inode(file), ki->iocb.ki_pos, len - skipped); in cachefiles_read() [all …]
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_host.c | 142 /* power on and enable u3 ports except skipped ones */ in ssusb_host_enable() 182 /* power down and disable u3 ports except skipped ones */ in ssusb_host_disable() 192 /* power down and disable u2 ports except skipped ones */ in ssusb_host_disable() 227 /* power on u3 ports except skipped ones */ in ssusb_host_resume() 237 /* power on all u2 ports except skipped ones */ in ssusb_host_resume() 259 /* power down u3 ports except skipped ones */ in ssusb_host_suspend() 269 /* power down u2 ports except skipped ones */ in ssusb_host_suspend()
|
/openbmc/linux/lib/ |
H A D | ref_tracker.c | 88 unsigned int i = 0, skipped; in __ref_tracker_dir_pr_ostream() local 106 for (i = 0, skipped = stats->total; i < stats->count; ++i) { in __ref_tracker_dir_pr_ostream() 112 skipped -= stats->stacks[i].count; in __ref_tracker_dir_pr_ostream() 115 if (skipped) in __ref_tracker_dir_pr_ostream() 116 pr_ostream(s, "%s@%pK skipped reports about %d/%d users.\n", in __ref_tracker_dir_pr_ostream() 117 dir->name, dir, skipped, stats->total); in __ref_tracker_dir_pr_ostream()
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 140 SKIPPED, enumerator 149 else if (r == SKIPPED) in result() 150 msg = "[SKIPPED]"; in result() 166 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_zr(expr, llen); } while (0) 180 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_nz(expr, llen; } while (0) 194 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_eq(expr, llen, val); } while (0) 208 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_ne(expr, llen, val); } while (0) 222 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_ge(expr, llen, val); } while (0) 236 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_gt(expr, llen, val); } while (0) 250 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_le(expr, llen, val); } while (0) [all …]
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | microcode.c | 127 int skipped; in microcode_update_intel() local 136 skipped = 0; in microcode_update_intel() 142 return count ? 0 : skipped ? -EEXIST : -ENOENT; in microcode_update_intel() 153 skipped++; in microcode_update_intel() 166 skipped++; in microcode_update_intel()
|
/openbmc/linux/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 5 # 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!"
|