/tools/testing/kunit/test_data/ |
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
|
D | test_skip_tests.log | 14 ok 2 - example_skip_test # SKIP this test should be skipped
|
/tools/testing/selftests/bpf/progs/ |
D | test_ringbuf_multi.c | 54 long skipped = 0; variable 68 skipped += 1; in test_ringbuf()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | ringbuf_multi.c | 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()
|
/tools/testing/kunit/ |
D | kunit_parser.py | 84 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
|
D | kunit_tool_test.py | 226 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/ |
D | README | 4 - These tests are arm64 specific and so not built or run but just skipped
|
/tools/power/pm-graph/config/ |
D | cgskip.txt | 5 # meant to be skipped in the callgraph trace. It reduces
|
/tools/testing/selftests/bpf/ |
D | test_progs.c | 221 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()
|
D | test_progs.h | 75 bool skipped; member 163 bool skipped; member
|
D | README.rst | 217 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/ |
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
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 46 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/ |
D | linker.c | 35 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/ |
D | kvm-test-1-run.sh | 197 echo Some of the above steps may be skipped if you build your bare-metal >> $resdir/bare-metal
|
/tools/build/ |
D | Build.include | 55 # PHONY targets skipped in both cases.
|
/tools/objtool/Documentation/ |
D | objtool.txt | 135 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/ |
D | README | 133 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/ |
D | probe-event.c | 830 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()
|