| /tools/testing/selftests/bpf/prog_tests/ |
| A D | core_extern.c | 26 bool fails; member 67 { .name = "bool (tristate)", .fails = 1, .cfg = CFG"CONFIG_BOOL=m" }, 68 { .name = "bool (int)", .fails = 1, .cfg = CFG"CONFIG_BOOL=1" }, 72 { .name = "char (bad)", .fails = 1, .cfg = CFG"CONFIG_CHAR=q\n" }, 73 { .name = "char (empty)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\n" }, 74 { .name = "char (str)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\"y\"\n" }, 82 { .name = "str (no value)", .fails = 1, .cfg = CFG"CONFIG_STR=\n" }, 99 { .name = "int (bad)", .fails = 1, .cfg = CFG"CONFIG_INT=abc" }, 100 { .name = "int (str)", .fails = 1, .cfg = CFG"CONFIG_INT=\"abc\"" }, 101 { .name = "int (empty)", .fails = 1, .cfg = CFG"CONFIG_INT=" }, [all …]
|
| A D | cpu_mask.c | 35 bool fails; member 66 if (test_cases[i].fails) { in test_cpu_mask()
|
| A D | core_reloc.c | 62 .fails = true, \ 87 .fails = true, \ 122 .fails = true, \ 150 .fails = true, \ 223 .fails = true, \ 263 .fails = true, \ 270 .fails = true, \ 311 .fails = true, \ 331 .fails = true, \ 350 .fails = true, \ [all …]
|
| A D | test_sysctl.c | 1584 int fails = 0; in run_tests() local 1589 ++fails; in run_tests() 1593 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests() 1594 return fails ? -1 : 0; in run_tests()
|
| /tools/perf/tests/ |
| A D | bp_signal_overflow.c | 68 int fd, i, fails = 0; in test__bp_signal_overflow() local 131 fails++; in test__bp_signal_overflow() 137 fails++; in test__bp_signal_overflow() 140 return fails ? TEST_FAIL : TEST_OK; in test__bp_signal_overflow()
|
| /tools/testing/selftests/powerpc/papr_sysparm/ |
| A D | papr_sysparm.c | 186 size_t fails = 0; in main() local 192 ++fails; in main() 195 return fails == 0 ? EXIT_SUCCESS : EXIT_FAILURE; in main()
|
| /tools/perf/tests/shell/attr/ |
| A D | test-record-user-regs-no-sve-aarch64 | 1 # Test that asking for VG fails if the system doesn't support SVE. This
|
| A D | test-record-user-regs-old-sve-aarch64 | 1 # Test that asking for VG always fails on old kernels because it was
|
| /tools/testing/selftests/timers/ |
| A D | freq-step.c | 241 int i, j, fails = 0; in main() local 253 fails += run_test(0, freq_base, freq_step); in main() 259 if (fails) in main()
|
| /tools/perf/ |
| A D | builtin-lock.c | 1742 int broken = fails->task + fails->stack + fails->time + fails->data; in print_footer_stdio() 1756 fprintf(lock_output, " %10s: %d\n", "task", fails->task); in print_footer_stdio() 1757 fprintf(lock_output, " %10s: %d\n", "stack", fails->stack); in print_footer_stdio() 1758 fprintf(lock_output, " %10s: %d\n", "time", fails->time); in print_footer_stdio() 1759 fprintf(lock_output, " %10s: %d\n", "data", fails->data); in print_footer_stdio() 1767 bad = fails->task + fails->stack + fails->time + fails->data; in print_footer_csv() 1776 fprintf(lock_output, "%s bad_%s=%d", sep, "task", fails->task); in print_footer_csv() 1778 fprintf(lock_output, "%s bad_%s=%d", sep, "time", fails->time); in print_footer_csv() 1793 print_footer_csv(total, bad, fails, symbol_conf.field_sep); in print_footer() 1795 print_footer_stdio(total, bad, fails); in print_footer() [all …]
|
| /tools/testing/selftests/powerpc/papr_vpd/ |
| A D | papr_vpd.c | 342 size_t fails = 0; in main() local 348 ++fails; in main() 351 return fails == 0 ? EXIT_SUCCESS : EXIT_FAILURE; in main()
|
| /tools/perf/util/ |
| A D | lock-contention.h | 150 struct lock_contention_fails fails; member
|
| A D | bpf_lock_contention.c | 725 con->fails.task = skel->bss->task_fail; in lock_contention_read() 726 con->fails.stack = skel->bss->stack_fail; in lock_contention_read() 727 con->fails.time = skel->bss->time_fail; in lock_contention_read() 728 con->fails.data = skel->bss->data_fail; in lock_contention_read()
|
| /tools/testing/selftests/ftrace/ |
| A D | README | 42 command fails, the test will be terminated immediately.
|
| /tools/memory-model/scripts/ |
| A D | README | 107 test fails completely on the original version of LKMM and passes on the
|
| /tools/testing/selftests/net/forwarding/ |
| A D | lib.sh | 1313 log_test "ping fails$3" 1344 log_test "ping6 fails$3"
|
| /tools/memory-model/Documentation/ |
| A D | recipes.txt | 522 CPU1 puts the waiting task to sleep and CPU0 fails to wake it up.
|
| A D | litmus-tests.txt | 559 The case where xchg_acquire() fails to acquire the lock is handled by 601 fails to be satisfied. In contrast, the "exists" clause is evaluated
|
| A D | access-marking.txt | 113 all that happens is that this cmpxchg() fails, which normally results
|
| A D | explanation.txt | 309 a cmpxchg() where the comparison fails.)
|
| /tools/perf/Documentation/ |
| A D | perf-config.txt | 253 then, if it fails, "capstone", and finally the original "objdump"
|