Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 19 of 19) sorted by relevance

/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
Dtest_skip_tests.log14 ok 2 - example_skip_test # SKIP this test should be skipped
/tools/testing/selftests/bpf/progs/
Dtest_ringbuf_multi.c54 long skipped = 0; variable
68 skipped += 1; in test_ringbuf()
/tools/testing/selftests/bpf/prog_tests/
Dringbuf_multi.c122 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()
/tools/testing/kunit/
Dkunit_parser.py84 skipped: int = 0 variable in TestCounts
90 ('crashed', self.crashed), ('skipped', self.skipped),
100 self.skipped)
115 self.skipped += counts.skipped
142 self.skipped += 1
Dkunit_tool_test.py226 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=4, skipped=1))
234 self.assertEqual(result.counts, kunit_parser.TestCounts(skipped=5))
/tools/testing/selftests/arm64/
DREADME4 - These tests are arm64 specific and so not built or run but just skipped
/tools/power/pm-graph/config/
Dcgskip.txt5 # meant to be skipped in the callgraph trace. It reduces
/tools/testing/selftests/bpf/
Dtest_progs.c221 static char *test_result(bool failed, bool skipped) in test_result() argument
223 return failed ? "FAIL" : (skipped ? "SKIP" : "OK"); in test_result()
339 subtest_state->skipped)); in dump_test_log()
414 if (!subtest_state->skipped) in test__end_subtest()
424 subtest_state->skipped)); in test__end_subtest()
491 env.subtest_state->skipped = true; in test__skip()
1170 subtest_state->skipped = msg.subtest_done.skipped; in dispatch_thread_send_subtests()
1492 msg.subtest_done.skipped = subtest_state->skipped; in worker_main_send_subtests()
Dtest_progs.h75 bool skipped; member
163 bool skipped; member
DREADME.rst217 them to Clang/LLVM. These sub-tests are going to be skipped if Clang is too
261 Without them, the btf_tag selftest will be skipped and you will observe:
/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
/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt46 rest of the tests must be skipped. The info is stored in the object,
47 and the post_suite method can refer to it when dumping the "skipped"
/tools/lib/bpf/
Dlinker.c35 bool skipped; member
638 sec->skipped = true; in linker_load_obj_file()
662 sec->skipped = true; in linker_load_obj_file()
672 sec->skipped = true; in linker_load_obj_file()
872 if (link_sec->skipped) in linker_sanity_check_elf_relos()
1154 if (!sec || sec->skipped) in is_data_sec()
1164 if (!sec || sec->skipped || sec->ephemeral) in is_relo_sec()
1204 src_sec->skipped = true; in linker_append_sec_data()
1835 if (src_sec->skipped) in linker_append_elf_sym()
2026 if (src_linked_sec->skipped) in linker_append_elf_relos()
[all …]
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh197 echo Some of the above steps may be skipped if you build your bare-metal >> $resdir/bare-metal
/tools/build/
DBuild.include55 # PHONY targets skipped in both cases.
/tools/objtool/Documentation/
Dobjtool.txt135 of the first function will be skipped on the stack trace.
165 skipped. Instead the stack trace seems to show that
170 skipped on a stack trace.
221 function B, the _caller_ of function A will be skipped on the stack
/tools/testing/selftests/tc-testing/
DREADME133 a physical device will be skipped)
204 This allows you to dump out the list of skipped tests in the event of a
/tools/perf/util/
Dprobe-event.c830 int i, skipped = 0; in post_process_kernel_probe_trace_events() local
859 skipped++; in post_process_kernel_probe_trace_events()
875 return skipped; in post_process_kernel_probe_trace_events()
3045 int ret, i, j, skipped = 0; in find_probe_trace_events_from_map() local
3145 skipped++; in find_probe_trace_events_from_map()
3192 if (ret == skipped) { in find_probe_trace_events_from_map()