/tools/testing/selftests/bpf/prog_tests/ |
D | core_extern.c | 26 bool fails; member 59 { .name = "tristate (int)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=1" }, 60 { .name = "tristate (bad)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=M" }, 66 { .name = "bool (tristate)", .fails = 1, .cfg = CFG"CONFIG_BOOL=m" }, 67 { .name = "bool (int)", .fails = 1, .cfg = CFG"CONFIG_BOOL=1" }, 71 { .name = "char (bad)", .fails = 1, .cfg = CFG"CONFIG_CHAR=q\n" }, 72 { .name = "char (empty)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\n" }, 73 { .name = "char (str)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\"y\"\n" }, 81 { .name = "str (no value)", .fails = 1, .cfg = CFG"CONFIG_STR=\n" }, 82 { .name = "str (bad value)", .fails = 1, .cfg = CFG"CONFIG_STR=bla\n" }, [all …]
|
D | cpu_mask.c | 35 bool fails; member 66 if (test_cases[i].fails) { in test_cpu_mask()
|
D | core_reloc.c | 58 .fails = true, \ 81 .fails = true, \ 112 .fails = true, \ 138 .fails = true, \ 205 .fails = true, \ 241 .fails = true, \ 246 .fails = true, \ 276 .fails = true, \ 293 .fails = true, \ 310 .fails = true, \ [all …]
|
D | bpf_verif_scale.c | 39 bool fails; member 115 CHECK_FAIL(err && !test->fails); in test_bpf_verif_scale()
|
/tools/perf/tests/ |
D | bp_signal_overflow.c | 67 int fd, i, fails = 0; in test__bp_signal_overflow() local 125 fails++; in test__bp_signal_overflow() 131 fails++; in test__bp_signal_overflow() 134 return fails ? TEST_FAIL : TEST_OK; in test__bp_signal_overflow()
|
/tools/testing/selftests/bpf/ |
D | test_sock.c | 449 int fails = 0; in run_tests() local 454 ++fails; in run_tests() 458 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests() 459 return fails ? -1 : 0; in run_tests()
|
D | test_sock_addr.c | 1382 int fails = 0; in run_tests() local 1387 ++fails; in run_tests() 1391 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests() 1392 return fails ? -1 : 0; in run_tests()
|
D | test_sysctl.c | 1604 int fails = 0; in run_tests() local 1609 ++fails; in run_tests() 1613 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests() 1614 return fails ? -1 : 0; in run_tests()
|
/tools/testing/selftests/timers/ |
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/testing/selftests/ftrace/ |
D | README | 42 command fails, the test will be terminated immediately.
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 518 CPU1 puts the waiting task to sleep and CPU0 fails to wake it up.
|
D | access-marking.txt | 107 all that happens is that this cmpxchg() fails, which normally results
|
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
|
D | explanation.txt | 308 a cmpxchg() where the comparison fails.)
|