Home
last modified time | relevance | path

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

12345678910>>...30

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A 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 …]
H A Dcore_reloc.c33 .fails = true, \
56 .fails = true, \
87 .fails = true, \
113 .fails = true, \
180 .fails = true, \
216 .fails = true, \
221 .fails = true, \
250 .fails = true, \
267 .fails = true, \
284 .fails = true, \
[all …]
H A Dcpu_mask.c35 bool fails; member
66 if (test_cases[i].fails) { in test_cpu_mask()
H A Dbpf_verif_scale.c39 bool fails; member
114 CHECK_FAIL(err && !test->fails); in test_bpf_verif_scale()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H 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 fials 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 Dsysfs-platform-dfl-port84 to clear errors. Write fails with -EINVAL if input parsing
85 fails or input error code doesn't match. Write fails with
H A Dsysfs-class-fpga-manager15 fails, that could be due to not being able to find the firmware
43 If FPGA programming operation fails, it could be caused by crc
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-Fix-build-on-mips-clang.patch28 // Compilation fails on ARM32: b/195943306
29 // Compilation fails on powerpc64le: b/187985113
H A D0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch10 add_person_cpp otherwise it fails to link with gold:
47 pkg-config --cflags protobuf # fails if protobuf is not installed
52 pkg-config --cflags protobuf # fails if protobuf is not installed
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dfix_disable_ldap.patch4 Subject: [PATCH] autofs: fails to compile with openldap disabled
8 available, then autofs fails to build.
/OK3568_Linux_fs/kernel/Documentation/power/
H 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,
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H 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()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0117-io-gzio-Zero-gzio-tl-td-in-init_dynamic_block-if-huf.patch5 huft_build() fails
7 If huft_build() fails, gzio->tl or gzio->td could contain pointers that
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dfstream274 * If a file is already open, this function immediately fails.
352 * If no file is currently open, this function immediately fails.
358 * If any operations fail, this function also fails.
655 * fails, @c failbit is set in the stream's error state.
675 * fails, @c failbit is set in the stream's error state.
694 * fails, @c failbit is set in the stream's error state.
714 * fails, @c failbit is set in the stream's error state.
727 * fails, @c failbit is set in the stream's error state.
918 * function fails, @c failbit is set in the stream's error state.
938 * function fails, @c failbit is set in the stream's error state.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dfstream274 * If a file is already open, this function immediately fails.
352 * If no file is currently open, this function immediately fails.
358 * If any operations fail, this function also fails.
655 * fails, @c failbit is set in the stream's error state.
675 * fails, @c failbit is set in the stream's error state.
694 * fails, @c failbit is set in the stream's error state.
714 * fails, @c failbit is set in the stream's error state.
727 * fails, @c failbit is set in the stream's error state.
918 * function fails, @c failbit is set in the stream's error state.
938 * function fails, @c failbit is set in the stream's error state.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0001-Fix-build-with-musl.patch11 When musl is used instead of glibc, oprofile build fails because it
15 build fails.
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py263 fails = []
294fails.append("The following %s packages are missing or different and not in exclusion list: %s" %
312 if fails:
313 self.fail('\n'.join(fails))
/OK3568_Linux_fs/buildroot/package/qt5/qt5declarative/
H A D0001-qsgtexture-fix-debug-build-with-uclibc.patch6 Debug build of gsgtexture fails on uclibc since version 5.11 and
13 fix build on musl but as a result, build fails on uclibc because uclibc
/OK3568_Linux_fs/buildroot/
H A DCHANGES123 #14196: when using raspberrypicm4io_64_defconfig, make fails
186 #14221: mv-ddr-marvell fails license validation
306 #13661: host-python2 build fails on aarch64
343 #14221: mv-ddr-marvell fails license validation
416 #13661: host-python2 build fails on aarch64
488 #13806: Building host-localedef fails on fedora 34/gcc 11
558 #13661: host-python2 build fails on aarch64
615 #14221: mv-ddr-marvell fails license validation
686 #13661: host-python2 build fails on aarch64
733 #13806: Building host-localedef fails on fedora 34/gcc 11
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/tbb/
H A Dtbb_2021.5.0.bb28 # test build fails, error: 'mallinfo mallinfo()' is deprecated
35 # fails with thumb enabled:
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dlibgcc_11.3.bb4 # Building with thumb enabled on armv6t fails
H A Dlibgcc-initial_11.3.bb4 # Building with thumb enabled on armv6t fails
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/error/
H A Derror.bb1 SUMMARY = "Error Test case that fails on do_compile"

12345678910>>...30