Home
last modified time | relevance | path

Searched full:unexpectedly (Results 1 – 25 of 142) sorted by relevance

123456

/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh159 fail "Multiple gpiochips unexpectedly found: $CHIP_LIST"
262 test "$(cat "$CONFIGFS_AGG_DIR/agg0/live")" = 1 || fail "chip unexpectedly dead"
290 test "$(cat "$CONFIGFS_AGG_DIR/agg0/live")" = 1 || fail "chip unexpectedly dead"
307 echo 1 > "$CONFIGFS_AGG_DIR/agg0/live" 2> /dev/null && fail "chip unexpectedly enabled"
308 test "$(cat "$CONFIGFS_AGG_DIR/agg0/live")" = 0 || fail "chip unexpectedly alive"
317 echo 1 > "$CONFIGFS_AGG_DIR/agg0/live" 2> /dev/null && fail "chip unexpectedly enabled"
318 test "$(cat "$CONFIGFS_AGG_DIR/agg0/live")" = 0 || fail "chip unexpectedly alive"
329 echo 1 > "$CONFIGFS_AGG_DIR/agg0/live" 2> /dev/null && fail "chip unexpectedly enabled"
330 test "$(cat "$CONFIGFS_AGG_DIR/agg0/live")" = 0 || fail "chip unexpectedly alive"
334 fail "chip unexpectedly transitioned to 'live' state"
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_override.c52 "ping unexpectedly succeeded\n")) in serial_test_cgroup_attach_override()
60 "ping unexpectedly succeeded\n")) in serial_test_cgroup_attach_override()
78 "ping unexpectedly succeeded\n")) in serial_test_cgroup_attach_override()
103 "attach prog to %s unexpectedly succeeded\n", BAR)) in serial_test_cgroup_attach_override()
113 "double detach from %s unexpectedly succeeded\n", FOO)) in serial_test_cgroup_attach_override()
123 "attach prog to %s unexpectedly succeeded\n", BAR)) in serial_test_cgroup_attach_override()
129 "attach prog to %s unexpectedly succeeded\n", BAR)) in serial_test_cgroup_attach_override()
135 "attach prog to %s unexpectedly succeeded\n", FOO)) in serial_test_cgroup_attach_override()
H A Dmmap.c153 if (CHECK(!err, "mprotect_wr", "mprotect() succeeded unexpectedly!\n")) in test_mmap()
156 if (CHECK(!err, "mprotect_ex", "mprotect() succeeded unexpectedly!\n")) in test_mmap()
293 "unexpectedly succeeded %d\n", tmp_fd)) { in test_mmap()
/linux/drivers/misc/lkdtm/
H A Dusercopy.c93 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_stack()
114 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_stack()
166 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_slab_size()
178 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_slab_size()
243 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_slab_whitelist()
255 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_slab_whitelist()
327 pr_warn("copy_to_user failed unexpectedly?!\n"); in lkdtm_USERCOPY_KERNEL()
372 pr_err("copy_to_user() failed unexpectedly?!\n"); in do_usercopy_page_span()
/linux/tools/testing/selftests/ublk/
H A Dtest_integrity_02.sh70 echo "fio corrupted_reftag unexpectedly succeeded"
102 echo "fio corrupted_data unexpectedly succeeded"
118 echo "fio bad_apptag unexpectedly succeeded"
H A Dtest_generic_16.sh22 echo "stop --safe on idle device failed unexpectedly!"
43 echo "stop --safe on busy device succeeded unexpectedly!"
H A Dtest_params_01.sh29 echo "$name: SET_PARAMS succeeded unexpectedly"
55 echo "$name: SET_PARAMS succeeded unexpectedly"
H A Dtest_integrity_03.sh38 echo "fio corrupted_reftag unexpectedly succeeded"
69 echo "fio corrupted_data unexpectedly succeeded"
H A Dtest_generic_06.sh31 echo "dd unexpectedly exited successfully!"
/linux/tools/testing/selftests/bpf/progs/
H A Duser_ringbuf_success.c55 bpf_printk("Unexpectedly failed to get sample\n"); in record_sample()
96 bpf_printk("Unexpectedly failed to get msg\n"); in read_protocol_msg()
/linux/arch/powerpc/configs/
H A Dhardening.config3 # Block kernel from unexpectedly reading userspace memory.
/linux/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c123 TEST_ASSERT(false, "Child exited unexpectedly"); in wait_for_child_setup()
157 "%s: [%d] child exited unexpectedly status: [%d]", in main()
/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c241 "succeeded unexpectedly\n"); in test_unpriv_remount()
313 die("Mount flags unexpectedly changed during remount of %s originally mounted on %s\n", in test_priv_mount_unpriv_remount()
368 die("Mount flags unexpectedly changed after remount\n"); in main()
/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c233 TH_LOG("Dispatch triggered unexpectedly"); in TEST()
322 TH_LOG("Dispatch triggered unexpectedly"); in TEST()
345 TH_LOG("Dispatch triggered unexpectedly"); in TEST()
/linux/drivers/dma-buf/
H A Dst-dma-fence.c61 KUNIT_FAIL(test, "Fence unexpectedly signaled on creation"); in test_signaling()
215 KUNIT_FAIL(test, "Fence unexpectedly has signaled status on creation"); in test_status()
241 KUNIT_FAIL(test, "Fence unexpectedly has error status before signal"); in test_error()
/linux/drivers/gpu/drm/i915/selftests/
H A Digt_live_test.h27 * state before and after the test and alert if it unexpectedly changes,
/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst109 If a client unexpectedly restarts but presents a different
132 unexpectedly. Problematic situations include:
/linux/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c307 die("killed unexpectedly\n"); in test_setuid()
363 die("killed unexpectedly\n"); in test_setgid()
428 die("killed unexpectedly\n"); in test_setgroups()
/linux/tools/perf/util/
H A Dcloexec.c74 "perf_event_open(..., 0) failed unexpectedly with error %d (%s)\n", in perf_flag_probe()
/linux/tools/testing/selftests/coredump/
H A DREADME.rst8 unexpectedly (e.g. due to segmentation fault), which can be useful for debugging. By default,
/linux/tools/perf/tests/shell/
H A Dtrace_summary.sh23 echo "Error: perf trace ${args} failed unexpectedly"
/linux/drivers/pwm/
H A Dpwm-lpss-platform.c47 * 2. The state restoring code unexpectedly messing with the controller in pwm_lpss_probe_platform()
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2837-rpi-3-a-plus.dts146 * otherwise the other part would get unexpectedly disturbed.
/linux/tools/testing/selftests/splice/
H A Dshort_splice_read.sh58 echo "FAIL: $title unexpectedly worked" >&2
/linux/Documentation/arch/arm/
H A Dmem_alignment.rst28 space, and might cause programs to fail unexpectedly.

123456