Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 115) sorted by relevance

12345

/tools/testing/selftests/mm/
A Dva_high_addr_switch.sh13 skip() function
23 [[ -f "${config}" ]] || skip "Cannot find kernel config in /proc or /boot"
33 skip "$0: PGTABLE_LEVELS=${pg_table_levels}, must be >= 5 to run this test"
35 skip "$0: CPU does not have the necessary la57 flag to support page table level 5"
43 [[ -f "${config}" ]] || skip "Cannot find kernel config in /proc or /boot"
47 skip "$0: PGTABLE_LEVELS=${pg_table_levels}, must be >= 5 to run this test"
52 skip "$0: System does not use Radix MMU, required for 5-level paging"
57 skip "$0: HugePages are not enabled, required for some tests"
/tools/testing/selftests/tc-testing/
A Dtdc_batch.py57 skip = "skip_hw" variable
59 skip = "skip_sw" variable
73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
77 device, prio, handle, skip, src_mac, dst_mac, share_action))
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
84 device, prio, handle, skip, src_mac, dst_mac, share_action))
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
106 cmd = formatter(device, prio, handle_start + index, skip, src_mac,
A DTdcResults.py7 skip = 0 variable in ResultState
77 return sum(1 for t in self._testsuite if t.result == ResultState.skip)
98 if t.result == ResultState.skip or t.result == ResultState.noresult:
128 if t.result == ResultState.skip:
/tools/testing/selftests/seccomp/
A Dseccomp_benchmark.c108 bool skip) in compare() argument
112 if (skip) { in compare()
189 bool skip = false; in main() local
256 skip = true; \ in main()
278 skip); in main()
280 skip); in main()
282 skip = true; in main()
291 skip = true; in main()
295 bitmap1 - native, skip); in main()
297 bitmap2 - native, skip); in main()
[all …]
/tools/testing/selftests/kselftest/
A Dmodule.sh46 skip "please run as root"
52 skip "module $module is not found"
75 skip() { function
/tools/perf/tests/
A Dtime-utils-test.c66 u64 skip[TEST_MAX]; member
116 if (d->skip[i] && in test__perf_time__parse_for_ranges()
117 !perf_time__ranges_skip_sample(ptime, d->num, d->skip[i])) { in test__perf_time__parse_for_ranges()
118 pr_debug("failed to skip %" PRIu64 "\n", d->skip[i]); in test__perf_time__parse_for_ranges()
164 .skip = { b - 1, b + 2, }, in test__time_utils()
181 .skip = { b - 1, b + 2, c - 1, c + 124, e - 1, e + 6 }, in test__time_utils()
196 .skip = { b - 1, b + 10, }, in test__time_utils()
211 .skip = { b + 9, b + 20, }, in test__time_utils()
226 .skip = { b - 1, b + 20, }, in test__time_utils()
241 .skip = { b - 1, b + 10, b + 19, b + 30, b + 89, b + 101 }, in test__time_utils()
/tools/perf/tests/shell/coresight/asm_pure_loop/
A Dasm_pure_loop.S14 adrp x2, skip
15 add x2, x2, :lo12:skip
22 skip: label
/tools/testing/selftests/bpf/progs/
A Darena_list.c32 bool skip = false; variable
62 skip = true; in arena_list_add()
83 skip = true; in arena_list_del()
A Dstruct_ops_private_stack_recur.c11 bool skip __attribute((__section__(".data"))) = false;
13 bool skip = true; variable
A Dbpf_iter_task_btf.c13 bool skip = false; variable
45 skip = true; in dump_task_struct()
A Dstruct_ops_private_stack.c11 bool skip __attribute((__section__(".data"))) = false;
13 bool skip = true; variable
A Dstruct_ops_private_stack_fail.c11 bool skip __attribute((__section__(".data"))) = false;
13 bool skip = true; variable
A Darena_htab.c19 bool skip = false; variable
54 skip = true; in arena_htab_llvm()
A Dtest_core_reloc_module.c21 bool skip; member
66 data.skip = true; in BPF_PROG()
100 data.skip = true; in BPF_PROG()
A Dtest_core_reloc_enum64val.c15 bool skip; member
66 data.skip = true; in test_core_enum64val()
A Dtest_core_reloc_enumval.c15 bool skip; member
68 data.skip = true; in test_core_enumval()
/tools/testing/selftests/ia64/
A Daliasing-test.c79 goto skip; in scan_tree()
81 goto skip; in scan_tree()
110 skip: in scan_tree()
164 goto skip; in scan_rom()
166 goto skip; in scan_rom()
199 skip: in scan_rom()
/tools/testing/selftests/kho/
A Dvmtest.sh36 function skip() { function
74 grep "$opt" "$kconfig" &>/dev/null || skip "$opt is missing"
123 *) skip "architecture $target is not supported"
134 trap skip ERR
163 skip "Cross-platform testing needs to specify CROSS_COMPILE"
/tools/testing/selftests/bpf/prog_tests/
A Dtimer_lockup.c15 static bool skip; variable
41 WRITE_ONCE(skip, true); in timer_lockup_thread()
85 if (skip) { in test_timer_lockup()
A Dstruct_ops_private_stack.c18 if (skel->data->skip) { in test_private_stack()
51 if (skel->data->skip) { in test_private_stack_fail()
75 if (skel->data->skip) { in test_private_stack_recur()
A Dres_spin_lock.c15 static volatile int skip; variable
26 while (!READ_ONCE(skip)) { in spin_lock_thread()
86 WRITE_ONCE(skip, true); in test_res_spin_lock_success()
/tools/testing/selftests/drivers/net/bonding/
A Dbond_options.sh19 local skip=1
23 [[ $? -ne 0 ]] && skip=0
27 [[ $? -ne 0 ]] && skip=0
29 return $skip
34 local skip=1
38 [[ $? -ne 0 ]] && skip=0
42 [[ $? -ne 0 ]] && skip=0
46 return $skip
/tools/testing/ktest/examples/include/
A Dmin-config.conf50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net
58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip
/tools/testing/selftests/gpio/
A Dgpio-mockup-sysfs.sh7 [ -d "$SYSFS" ] || skip "sysfs is not mounted"
10 [ -d "$GPIO_SYSFS" ] || skip "CONFIG_GPIO_SYSFS is not selected"
/tools/testing/selftests/net/forwarding/
A Dlib_sh_test.sh61 skip() function
95 local status_names=(pass fail xfail xpass skip)
150 local status_names=(pass fail xfail xpass skip)

Completed in 37 milliseconds

12345