Home
last modified time | relevance | path

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

12345678910>>...35

/Linux-v6.6/tools/testing/kunit/test_data/
Dtest_skip_all_tests.log5 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-v6.6/arch/powerpc/perf/
Dhv-gpci-requests.h184 /* 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 */
Dhv-gpci.h9 * [7 is skipped by spec 1.07]
12 * [4 skipped]
14 * [1,2 skipped]
/Linux-v6.6/drivers/acpi/apei/
Dbert.c52 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-v6.6/tools/testing/kunit/
Dkunit_parser.py63 """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-v6.6/Documentation/dev-tools/
Dktap.rst97 - "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-v6.6/drivers/scsi/fnic/
Dvnic_rq.h172 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-v6.6/drivers/net/ethernet/cisco/enic/
Dvnic_rq.h155 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()
/Linux-v6.6/fs/cachefiles/
Dio.c22 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 …]
/Linux-v6.6/tools/testing/selftests/nolibc/
Dnolibc-test.c140 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 …]
/Linux-v6.6/drivers/usb/mtu3/
Dmtu3_host.c142 /* 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()
/Linux-v6.6/lib/
Dref_tracker.c88 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-v6.6/tools/testing/selftests/lkdtm/
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!"
/Linux-v6.6/include/media/
Dv4l2-cci.h49 * then the read will be skipped
62 * then the write will be skipped
77 * then the update will be skipped
94 * then the write will be skipped
/Linux-v6.6/tools/perf/tests/shell/
Drecord.sh32 echo "Per-thread record [Skipped event not supported]"
78 echo "Register capture test [Skipped missing event]"
83 echo "Register capture test [Skipped missing registers]"
102 echo "System-wide record [Skipped not supported]"
Dstat.sh48 echo "stat repeat weak groups test [Skipped event parsing failed]"
67 echo "Topdown event group test [Skipped event parsing failed]"
93 echo "Topdown weak groups test [Skipped event parsing failed]"
135 echo "cputype test [Skipped known PMU not found]"
Drecord_bpf_filter.sh27 echo "bpf-filter test [Skipped permission]"
34 echo "bpf-filter test [Skipped missing BPF support]"
54 echo "Basic bpf-filter test [Skipped unsupported kernel]"
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dringbuf_multi.c96 /* trigger few samples, some will be skipped */ in test_ringbuf_multi()
101 /* skipped, no ringbuf in slot 1 */ in test_ringbuf_multi()
122 CHECK(skel->bss->skipped != 1, "err_skipped", "exp %ld, got %ld\n", in test_ringbuf_multi()
123 1L, skel->bss->skipped); in test_ringbuf_multi()
/Linux-v6.6/drivers/media/pci/cx18/
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()
/Linux-v6.6/tools/testing/selftests/amd-pstate/
Drun.sh232 echo "$0 # Skipped: Test can only run on x86 architectures."
237 echo "$0 # Skipped: Test can only run on AMD CPU."
245 echo "$0 # Skipped: Test can only run on $CURRENT_TEST driver or run comparative test."
254 echo "$0 # Skipped: Comparison test can only run on $COMPARISON_TEST driver."
261 echo "$0 # Skipped: Comparison test are only for tbench or gitsource."
/Linux-v6.6/lib/kunit/
Dkunit-example-test.c76 * 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()
215 /* Test can be skipped on unsupported param values */ in example_params_test()
/Linux-v6.6/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt39 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-v6.6/tools/testing/selftests/net/
Ddevlink_port_split.py13 # 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-v6.6/virt/kvm/
Dbinary_stats.c79 * 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-v6.6/tools/testing/selftests/bpf/progs/
Dtest_ringbuf_multi.c54 long skipped = 0; variable
68 skipped += 1; in test_ringbuf()

12345678910>>...35