/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
|
/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]
|
/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()
|
/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).
|
/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 …]
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/ |
H A D | dcn351_hwseq.c | 91 * ONO Region 3, DCPG 25: hpo - SKIPPED. Should be kept on 93 * ONO Region 1, DCPG 23: dchubbub dchvm dchubbubmem - SKIPPED. PMFW will pwr dwn at IPS2 entry 94 * ONO Region 0, DCPG 22: dccg dio dcio - SKIPPED. will be pwr dwn after lono timer is armed 136 * ONO Region 0, DCPG 22: dccg dio dcio - SKIPPED 137 * ONO Region 1, DCPG 23: dchubbub dchvm dchubbubmem - SKIPPED. PMFW will power up at IPS2 exit 139 * ONO Region 3, DCPG 25: hpo - SKIPPED
|
/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()
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.h | 157 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument 160 int skipped; in vnic_rq_service() local 165 skipped = (buf->index != completed_index); in vnic_rq_service() 167 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service() 174 if (!skipped) in vnic_rq_service()
|
/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()
|
/linux/drivers/usb/mtu3/ |
H A D | mtu3_host.c | 172 /* power on and enable u3 ports except skipped ones */ in ssusb_host_enable() 212 /* power down and disable u3 ports except skipped ones */ in ssusb_host_disable() 222 /* power down and disable u2 ports except skipped ones */ in ssusb_host_disable() 257 /* power on u3 ports except skipped ones */ in ssusb_host_resume() 267 /* power on all u2 ports except skipped ones */ in ssusb_host_resume() 289 /* power down u3 ports except skipped ones */ in ssusb_host_suspend() 299 /* power down u2 ports except skipped ones */ in ssusb_host_suspend()
|
/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!"
|
/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 161 SKIPPED, enumerator 170 else if (r == SKIPPED) in result() 171 msg = "[SKIPPED]"; in result() 186 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_zr(expr, llen); } while (0) 200 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_nz(expr, llen; } while (0) 214 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_eq(expr, llen, val); } while (0) 228 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_ne(expr, llen, val); } while (0) 242 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_ge(expr, llen, val); } while (0) 256 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_gt(expr, llen, val); } while (0) 270 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_le(expr, llen, val); } while (0) [all …]
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-queue.c | 51 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()
|
/linux/include/media/ |
H A D | v4l2-cci.h | 65 * then the read will be skipped 78 * then the write will be skipped 93 * then the update will be skipped 110 * then the write will be skipped
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf_multi.c | 111 /* trigger few samples, some will be skipped */ in test_ringbuf_multi() 116 /* skipped, no ringbuf in slot 1 */ in test_ringbuf_multi() 137 CHECK(skel->bss->skipped != 1, "err_skipped", "exp %ld, got %ld\n", in test_ringbuf_multi() 138 1L, skel->bss->skipped); in test_ringbuf_multi()
|
/linux/tools/perf/tests/shell/ |
H A D | record_bpf_filter.sh | 31 echo "bpf-filter test [Skipped permission]" 35 echo "bpf-filter test [Skipped missing BPF support]" 55 echo "Basic bpf-filter test [Skipped unsupported kernel]" 156 echo "Cgroup bpf-filter test [Skipped cgroup not supported]"
|
/linux/tools/testing/selftests/x86/bugs/ |
H A D | its_ret_alignment.py | 85 passed = unknown = failed = skipped = False 109 skipped = True variable 114 elif skipped: 132 ksft.print_msg(f"SKIPPED: \t{tests_skipped} \t/ {total_rethunk_tests}")
|
/linux/tools/testing/selftests/amd-pstate/ |
H A D | run.sh | 241 echo "$0 # Skipped: Test can only run on x86 architectures." 246 echo "$0 # Skipped: Test can only run on AMD CPU." 254 echo "$0 # Skipped: Test can only run on $CURRENT_TEST driver or run comparative test." 263 echo "$0 # Skipped: Comparison test can only run on $COMPARISON_TEST driver." 270 echo "$0 # Skipped: Comparison test are only for tbench or gitsource."
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | devlink_port_split.py | 13 # The test is skipped in case the attribute is not available. 227 Determine if test should be skipped by checking: 234 skip_reason = "{} not found in devlink output, test skipped".format(target_property) 239 skip_reason = 'devlink output is empty, test skipped'
|
/linux/tools/testing/selftests/tc-testing/creating-testcases/ |
H A D | AddingTestCases.txt | 39 marked as skipped. This key can be placed anywhere inside the 42 is skipped when the command returns non-zero. 83 in the test cases. tdc will output a series of TAP results for the skipped
|
/linux/lib/kunit/ |
H A D | kunit-example-test.c | 76 * This test should always be skipped. 84 kunit_skip(test, "this test should be skipped"); in example_skip_test() 91 * This test should always be marked skipped. 99 kunit_mark_skipped(test, "this test should be skipped"); in example_mark_skipped_test() 250 /* Test can be skipped on unsupported param values */ in example_params_test()
|
/linux/virt/kvm/ |
H A D | binary_stats.c | 79 * The copy of the header would be skipped if offset is larger than the in kvm_stats_read() 100 * header part and could be skipped for later descriptors and stats in kvm_stats_read() 116 * The descriptors copy would be skipped in the typical case that in kvm_stats_read()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_ringbuf_multi.c | 54 long skipped = 0; variable 68 skipped += 1; in test_ringbuf()
|
/linux/Documentation/networking/ |
H A D | fib_trie.rst | 28 Path Compression / skipped bits 33 in the key skipped over because they represent a single path with no 34 deviations. These "skipped bits" constitute Path Compression.
|