/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_extern.c | 26 bool fails; member 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 = 1, .cfg = CFG"CONFIG_STR=bla\n" }, [all …]
|
H A D | core_reloc.c | 62 .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 …]
|
H A D | cpu_mask.c | 35 bool fails; member 66 if (test_cases[i].fails) { in test_cpu_mask()
|
/openbmc/linux/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 67 int fd, i, fails = 0; in test__bp_signal_overflow() local 130 fails++; in test__bp_signal_overflow() 136 fails++; in test__bp_signal_overflow() 139 return fails ? TEST_FAIL : TEST_OK; in test__bp_signal_overflow()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dfl-fme | 54 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.
|
H A D | sysfs-platform-dfl-port | 84 to clear errors. Write fails with -EINVAL if input parsing 85 fails or input error code doesn't match. Write fails with
|
/openbmc/qemu/tests/qtest/ |
H A D | qmp-cmd-test.c | 29 } fails[] = { in query_error_class() local 60 for (i = 0; fails[i].cmd; i++) { in query_error_class() 61 if (!strcmp(cmd, fails[i].cmd)) { in query_error_class() 62 return fails[i].err_class; in query_error_class()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
H A D | disable-omfile-outchannel.patch | 1 tests: Skip omfile-outchannel test as it fails on musl 18 +# This test fails for x86_64-musl, under GitHub's CI/CD. Disable for now.
|
/openbmc/linux/tools/perf/ |
H A D | builtin-lock.c | 1806 static void print_footer_stdio(int total, int bad, struct lock_contention_fails *fails) in print_footer_stdio() argument 1809 int broken = fails->task + fails->stack + fails->time + fails->data; in print_footer_stdio() 1823 fprintf(lock_output, " %10s: %d\n", "task", fails->task); in print_footer_stdio() 1824 fprintf(lock_output, " %10s: %d\n", "stack", fails->stack); in print_footer_stdio() 1825 fprintf(lock_output, " %10s: %d\n", "time", fails->time); in print_footer_stdio() 1826 fprintf(lock_output, " %10s: %d\n", "data", fails->data); in print_footer_stdio() 1829 static void print_footer_csv(int total, int bad, struct lock_contention_fails *fails, in print_footer_csv() argument 1834 bad = fails->task + fails->stack + fails->time + fails->data; in print_footer_csv() 1843 fprintf(lock_output, "%s bad_%s=%d", sep, "task", fails->task); in print_footer_csv() 1844 fprintf(lock_output, "%s bad_%s=%d", sep, "stack", fails->stack); in print_footer_csv() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | reproducible.py | 321 fails = [] 330 fails.append("Bitbake %s failure" % name) 368 … fails.append("The following %s packages are different and not in exclusion list:\n%s" % 372 … fails.append("The following %s packages are missing and not in exclusion list:\n%s" % 390 if fails: 391 self.fail('\n'.join(fails))
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 063.out | 3 == Testing conversion with -n fails with no target file == 9 == Testing conversion to a smaller file fails ==
|
H A D | 233.out | 18 == check TLS client to plain server fails == 23 == check plain client to TLS server fails == 59 == check TLS with different CA fails == 101 == check TLS fails over UNIX with mismatch PSK ==
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A 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()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | read-only-rootfs.rst | 53 immediately fails. These build-time checks ensure that the build fails 54 rather than the target device fails later during its initial boot 85 to write to the root filesystem at runtime fails. Consequently, you must
|
/openbmc/linux/Documentation/power/ |
H A D | basic-pm-debugging.rst | 23 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,
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0003-start-stop-false.patch | 1 It's known that the final start-stop-daemon test fails if /bin/false is 15 # NB: this fails if /bin/false is a busybox symlink:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0001-Fix-build-with-musl.patch | 11 When musl is used instead of glibc, oprofile build fails because it 15 build fails.
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_lock_contention.c | 262 con->fails.task = skel->bss->task_fail; in lock_contention_read() 263 con->fails.stack = skel->bss->stack_fail; in lock_contention_read() 264 con->fails.time = skel->bss->time_fail; in lock_contention_read() 265 con->fails.data = skel->bss->data_fail; in lock_contention_read()
|
/openbmc/phosphor-ipmi-flash/ |
H A D | ipmi_flash.md | 13 Opening the active image or hash always fails: 106 If verification fails, the state still transitions to `verificationCompleted` 107 and similarly, if the update fails the state still transitions to
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 10 add_person_cpp otherwise it fails to link with gold: 48 pkg-config --cflags protobuf # fails if protobuf is not installed 53 pkg-config --cflags protobuf # fails if protobuf is not installed
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | tty_ldisc.rst | 11 fallback if establishing any other discipline for a tty fails. If even N_TTY 12 fails, N_NULL takes over. That never fails, but also does not process any
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sock.c | 521 int fails = 0; in run_tests() local 526 ++fails; in run_tests() 530 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests() 531 return fails ? -1 : 0; in run_tests()
|
/openbmc/qemu/docs/system/ |
H A D | bootindex.rst | 45 first. If this fails, it should try the virtio NIC next; if this fails 53 disk to be bootable. If boot from disk fails for some reason, the x86 BIOS
|
/openbmc/phosphor-power/phosphor-regulators/ |
H A D | README.md | 42 Some voltage regulators contain redundant phases. If a redundant phase fails, 44 lost, and the regulator may fail if another phase fails.
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | libgcc-initial_14.2.bb | 4 # Building with thumb enabled on armv6t fails
|