Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
A Dcore_extern.c26 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 Dcpu_mask.c35 bool fails; member
66 if (test_cases[i].fails) { in test_cpu_mask()
A Dcore_reloc.c62 .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 Dtest_sysctl.c1584 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 Dbp_signal_overflow.c68 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 Dpapr_sysparm.c186 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 Dtest-record-user-regs-no-sve-aarch641 # Test that asking for VG fails if the system doesn't support SVE. This
A Dtest-record-user-regs-old-sve-aarch641 # Test that asking for VG always fails on old kernels because it was
/tools/testing/selftests/timers/
A 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/perf/
A Dbuiltin-lock.c1742 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 Dpapr_vpd.c342 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 Dlock-contention.h150 struct lock_contention_fails fails; member
A Dbpf_lock_contention.c725 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 DREADME42 command fails, the test will be terminated immediately.
/tools/memory-model/scripts/
A DREADME107 test fails completely on the original version of LKMM and passes on the
/tools/testing/selftests/net/forwarding/
A Dlib.sh1313 log_test "ping fails$3"
1344 log_test "ping6 fails$3"
/tools/memory-model/Documentation/
A Drecipes.txt522 CPU1 puts the waiting task to sleep and CPU0 fails to wake it up.
A 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
A Daccess-marking.txt113 all that happens is that this cmpxchg() fails, which normally results
A Dexplanation.txt309 a cmpxchg() where the comparison fails.)
/tools/perf/Documentation/
A Dperf-config.txt253 then, if it fails, "capstone", and finally the original "objdump"

Completed in 41 milliseconds