Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dcore_extern.c26 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 …]
Dcpu_mask.c35 bool fails; member
66 if (test_cases[i].fails) { in test_cpu_mask()
Dcore_reloc.c58 .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 …]
Dbpf_verif_scale.c39 bool fails; member
115 CHECK_FAIL(err && !test->fails); in test_bpf_verif_scale()
/tools/perf/tests/
Dbp_signal_overflow.c67 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/
Dtest_sock.c449 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()
Dtest_sock_addr.c1382 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()
Dtest_sysctl.c1604 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/
Dfreq-step.c241 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/
DREADME42 command fails, the test will be terminated immediately.
/tools/memory-model/Documentation/
Drecipes.txt518 CPU1 puts the waiting task to sleep and CPU0 fails to wake it up.
Daccess-marking.txt107 all that happens is that this cmpxchg() fails, which normally results
Dlitmus-tests.txt559 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
Dexplanation.txt308 a cmpxchg() where the comparison fails.)