| /tools/testing/selftests/mm/ |
| A D | va_high_addr_switch.sh | 13 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 D | tdc_batch.py | 57 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 D | TdcResults.py | 7 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 D | seccomp_benchmark.c | 108 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 D | module.sh | 46 skip "please run as root" 52 skip "module $module is not found" 75 skip() { function
|
| /tools/perf/tests/ |
| A D | time-utils-test.c | 66 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 D | asm_pure_loop.S | 14 adrp x2, skip 15 add x2, x2, :lo12:skip 22 skip: label
|
| /tools/testing/selftests/bpf/progs/ |
| A D | arena_list.c | 32 bool skip = false; variable 62 skip = true; in arena_list_add() 83 skip = true; in arena_list_del()
|
| A D | struct_ops_private_stack_recur.c | 11 bool skip __attribute((__section__(".data"))) = false; 13 bool skip = true; variable
|
| A D | bpf_iter_task_btf.c | 13 bool skip = false; variable 45 skip = true; in dump_task_struct()
|
| A D | struct_ops_private_stack.c | 11 bool skip __attribute((__section__(".data"))) = false; 13 bool skip = true; variable
|
| A D | struct_ops_private_stack_fail.c | 11 bool skip __attribute((__section__(".data"))) = false; 13 bool skip = true; variable
|
| A D | arena_htab.c | 19 bool skip = false; variable 54 skip = true; in arena_htab_llvm()
|
| A D | test_core_reloc_module.c | 21 bool skip; member 66 data.skip = true; in BPF_PROG() 100 data.skip = true; in BPF_PROG()
|
| A D | test_core_reloc_enum64val.c | 15 bool skip; member 66 data.skip = true; in test_core_enum64val()
|
| A D | test_core_reloc_enumval.c | 15 bool skip; member 68 data.skip = true; in test_core_enumval()
|
| /tools/testing/selftests/ia64/ |
| A D | aliasing-test.c | 79 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 D | vmtest.sh | 36 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 D | timer_lockup.c | 15 static bool skip; variable 41 WRITE_ONCE(skip, true); in timer_lockup_thread() 85 if (skip) { in test_timer_lockup()
|
| A D | struct_ops_private_stack.c | 18 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 D | res_spin_lock.c | 15 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 D | bond_options.sh | 19 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 D | min-config.conf | 50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net 58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip
|
| /tools/testing/selftests/gpio/ |
| A D | gpio-mockup-sysfs.sh | 7 [ -d "$SYSFS" ] || skip "sysfs is not mounted" 10 [ -d "$GPIO_SYSFS" ] || skip "CONFIG_GPIO_SYSFS is not selected"
|
| /tools/testing/selftests/net/forwarding/ |
| A D | lib_sh_test.sh | 61 skip() function 95 local status_names=(pass fail xfail xpass skip) 150 local status_names=(pass fail xfail xpass skip)
|