Searched refs:fails (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c26 bool fails; member in struct:test_case
60 { .name = "tristate (int)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=1" },
61 { .name = "tristate (bad)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=M" },
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" },
83 { .name = "str (bad value)", .fails
[all...]
H A Dcpu_mask.c35 bool fails; member in struct:__anon2393
66 if (test_cases[i].fails) {
H A Dcore_reloc.c61 .fails = true, \
86 .fails = true, \
120 .fails = true, \
148 .fails = true, \
221 .fails = true, \
261 .fails = true, \
268 .fails = true, \
309 .fails = true, \
329 .fails = true, \
348 .fails
402 bool fails; member in struct:core_reloc_test_case
[all...]
H A Dbpf_verif_scale.c51 bool fails; member in struct:scale_test_def
165 scale_test("loop3.bpf.o", BPF_PROG_TYPE_RAW_TRACEPOINT, true /* fails */);
/linux-master/tools/perf/tests/
H A Dbp_signal_overflow.c67 int fd, i, fails = 0; local
130 fails++;
136 fails++;
139 return fails ? TEST_FAIL : TEST_OK;
/linux-master/tools/testing/selftests/powerpc/papr_sysparm/
H A Dpapr_sysparm.c186 size_t fails = 0; local
192 ++fails;
195 return fails == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
/linux-master/tools/perf/util/
H A Dlock-contention.h140 struct lock_contention_fails fails; member in struct:lock_contention
H A Dbpf_lock_contention.c413 con->fails.task = skel->bss->task_fail;
414 con->fails.stack = skel->bss->stack_fail;
415 con->fails.time = skel->bss->time_fail;
416 con->fails.data = skel->bss->data_fail;
/linux-master/tools/testing/selftests/timers/
H A Dfreq-step.c6 * is measured in two intervals following the step. The test fails if
241 int i, j, fails = 0; local
253 fails += run_test(0, freq_base, freq_step);
259 if (fails)
/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c342 size_t fails = 0; local
348 ++fails;
351 return fails == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c521 int fails = 0; local
526 ++fails;
530 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
531 return fails ? -1 : 0;
H A Dtest_sock_addr.c1392 int fails = 0; local
1397 ++fails;
1401 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
1402 return fails ? -1 : 0;
H A Dtest_sysctl.c1598 int fails = 0; local
1603 ++fails;
1607 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
1608 return fails ? -1 : 0;
/linux-master/tools/perf/
H A Dbuiltin-lock.c1838 static void print_footer_stdio(int total, int bad, struct lock_contention_fails *fails) argument
1841 int broken = fails->task + fails->stack + fails->time + fails->data;
1855 fprintf(lock_output, " %10s: %d\n", "task", fails->task);
1856 fprintf(lock_output, " %10s: %d\n", "stack", fails->stack);
1857 fprintf(lock_output, " %10s: %d\n", "time", fails->time);
1858 fprintf(lock_output, " %10s: %d\n", "data", fails->data);
1861 static void print_footer_csv(int total, int bad, struct lock_contention_fails *fails, argument
1889 print_footer(int total, int bad, struct lock_contention_fails *fails) argument
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh356 # Exit status to return at the end. Set in case one of the tests fails.
574 # it the command fails, return error right away
1295 log_test "ping fails$3"
1326 log_test "ping6 fails$3"
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S18099 # fails then don't update the address register. if write passes then
18117 # fails then don't update the address register. if the write passes then
19218 # Fetch them using _imem_read_long(). If this fetch fails, exit through #
19600 # if an immediate data access fails, the resulting fault status #
22948 # Then, fetch the operand from memory. If the fetch fails, exit #

Completed in 809 milliseconds