Home
last modified time | relevance | path

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

12345678910>>...13

/linux/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 Dcore_reloc.c62 .fails = true, \
87 .fails = true, \
121 .fails = true, \
149 .fails = true, \
222 .fails = true, \
262 .fails = true, \
269 .fails = true, \
310 .fails = true, \
330 .fails = true, \
349 .fails = true, \
[all …]
A Dcpu_mask.c35 bool fails; member
66 if (test_cases[i].fails) { in test_cpu_mask()
/linux/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()
/linux/Documentation/ABI/testing/
A Dsysfs-platform-dfl-fme54 fails with -EINVAL if input parsing fails or input error code
63 fails with -EINVAL if input parsing fails or input error code
83 file to inject errors for testing purpose. Write fails with
84 -EINVAL if input parsing fails or input inject error code isn't
93 fails with -EINVAL if input parsing fails or input error code
197 clamped within the range from 0 to 127 Watts. Write fails with
198 -EINVAL if input parsing fails.
210 clamped within the range from 0 to 127 Watts. Write fails with
211 -EINVAL if input parsing fails.
/linux/drivers/gpu/drm/ci/xfails/
A Dmsm-apq8016-skips.txt14 # Currently fails and causes coverage loss for other tests
15 # since core_getversion also fails.
A Dmediatek-mt8173-skips.txt15 # Currently fails and causes coverage loss for other tests
16 # since core_getversion also fails.
A Dmediatek-mt8183-skips.txt15 # Currently fails and causes coverage loss for other tests
16 # since core_getversion also fails.
A Dmeson-g12b-skips.txt15 # Currently fails and causes coverage loss for other tests
16 # since core_getversion also fails.
A Dmsm-sc7180-trogdor-lazor-limozeen-skips.txt17 # Currently fails and causes coverage loss for other tests
18 # since core_getversion also fails.
A Drockchip-rk3288-skips.txt18 # Currently fails and causes coverage loss for other tests
19 # since core_getversion also fails.
A Drockchip-rk3399-skips.txt18 # Currently fails and causes coverage loss for other tests
19 # since core_getversion also fails.
A Dpanfrost-g12b-skips.txt21 # Currently fails and causes coverage loss for other tests
22 # since core_getversion also fails.
A Dpanfrost-mt8183-skips.txt21 # Currently fails and causes coverage loss for other tests
22 # since core_getversion also fails.
A Dmsm-sc7180-trogdor-kingoftown-skips.txt17 # Currently fails and causes coverage loss for other tests
18 # since core_getversion also fails.
A Dvirtio_gpu-none-skips.txt23 # Currently fails and causes coverage loss for other tests
24 # since core_getversion also fails.
A Dpanfrost-rk3399-skips.txt24 # Currently fails and causes coverage loss for other tests
25 # since core_getversion also fails.
A Dpanfrost-rk3288-skips.txt24 # Currently fails and causes coverage loss for other tests
25 # since core_getversion also fails.
A Dmsm-sdm845-skips.txt22 # Currently fails and causes coverage loss for other tests
23 # since core_getversion also fails.
A Dmsm-apq8096-skips.txt17 # Currently fails and causes coverage loss for other tests
18 # since core_getversion also fails.
A Damdgpu-stoney-skips.txt18 # Currently fails and causes coverage loss for other tests
19 # since core_getversion also fails.
/linux/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()
/linux/tools/perf/
A Dbuiltin-lock.c1837 int broken = fails->task + fails->stack + fails->time + fails->data; in print_footer_stdio()
1851 fprintf(lock_output, " %10s: %d\n", "task", fails->task); in print_footer_stdio()
1852 fprintf(lock_output, " %10s: %d\n", "stack", fails->stack); in print_footer_stdio()
1853 fprintf(lock_output, " %10s: %d\n", "time", fails->time); in print_footer_stdio()
1854 fprintf(lock_output, " %10s: %d\n", "data", fails->data); in print_footer_stdio()
1862 bad = fails->task + fails->stack + fails->time + fails->data; in print_footer_csv()
1871 fprintf(lock_output, "%s bad_%s=%d", sep, "task", fails->task); in print_footer_csv()
1873 fprintf(lock_output, "%s bad_%s=%d", sep, "time", fails->time); in print_footer_csv()
1888 print_footer_csv(total, bad, fails, symbol_conf.field_sep); in print_footer()
1890 print_footer_stdio(total, bad, fails); in print_footer()
[all …]
/linux/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()
/linux/Documentation/power/
A Dbasic-pm-debugging.rst23 fails to hibernate or resume in the "reboot" mode, you should try the
47 To find out why hibernation fails on your system, you can use a special testing
103 without creating a hibernation image. Obviously, if the "devices" test fails,
109 If the "freezer" test fails, there is a task that cannot be frozen (in that case
115 If the "devices" test fails, most likely there is a driver that cannot suspend
120 - if the test fails, unload a half of the drivers currently loaded and repeat
136 If the "platform" test fails, there is a problem with the handling of the
141 If the "processors" test fails, the disabling/enabling of nonboot CPUs does not
147 If the "core" test fails, which means that suspending of the system/platform
168 - if there are n modules loaded and the attempt to suspend and resume fails,

Completed in 49 milliseconds

12345678910>>...13