Symbol: test_fail
usr/src/test/bhyve-tests/tests/common/in_guest.h
26
void test_fail(void);
usr/src/test/bhyve-tests/tests/kdev/vrtc_ops.c
103
test_fail();
usr/src/test/os-tests/tests/signalfd/basic_args.c
31
test_fail("expected EFAULT for NULL signal mask"
usr/src/test/os-tests/tests/signalfd/basic_args.c
42
test_fail("expected EINVAL bad flags"
usr/src/test/os-tests/tests/signalfd/basic_args.c
50
test_fail("failed to open signalfd, found res=%d errno=%d",
usr/src/test/os-tests/tests/signalfd/basic_args.c
57
test_fail("expected no O_NONBLOCK, found flags=0x%x", res);
usr/src/test/os-tests/tests/signalfd/basic_args.c
62
test_fail("expected no FD_CLOEXEC, found fdflags=0x%x", res);
usr/src/test/os-tests/tests/signalfd/basic_args.c
70
test_fail("failed to open signalfd, found res=%d errno=%d",
usr/src/test/os-tests/tests/signalfd/basic_args.c
77
test_fail("missing O_NONBLOCK, found flags=0x%x", res);
usr/src/test/os-tests/tests/signalfd/basic_args.c
82
test_fail("missing FD_CLOEXEC, found fdflags=0x%x", res);
usr/src/test/os-tests/tests/signalfd/basic_read.c
36
test_fail("expected EINVAL for too-small read, "
usr/src/test/os-tests/tests/signalfd/basic_read.c
47
test_fail("bad read result, found sz=%ld errno=%d", sz, err);
usr/src/test/os-tests/tests/signalfd/basic_read.c
50
test_fail("bad ssi_signo %d != %d", info[0].ssi_signo, SIGUSR1);
usr/src/test/os-tests/tests/signalfd/basic_read.c
71
test_fail("bad read result, found sz=%ld errno=%d", sz, err);
usr/src/test/os-tests/tests/signalfd/basic_read.c
74
test_fail("bad ssi_signo %d != %d", info[0].ssi_signo, SIGALRM);
usr/src/test/os-tests/tests/signalfd/basic_read.c
86
test_fail("bad read result, found sz=%ld errno=%d", sz, err);
usr/src/test/os-tests/tests/signalfd/basic_read.c
89
test_fail("bad ssi_signo %d != %d", info[0].ssi_signo, SIGUSR1);
usr/src/test/os-tests/tests/signalfd/basic_read.c
92
test_fail("bad ssi_signo %d != %d", info[1].ssi_signo, SIGUSR2);
usr/src/test/os-tests/tests/signalfd/common.h
24
void test_fail(const char *, ...);
usr/src/test/os-tests/tests/signalfd/multipoll.c
34
test_fail("unable to initialize signalfd resources");
usr/src/test/os-tests/tests/signalfd/multipoll.c
39
test_fail("unable to initialize devpoll resource");
usr/src/test/os-tests/tests/signalfd/multipoll.c
54
test_fail("unable to establish polling");