Home
last modified time | relevance | path

Searched refs:test_fail (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/signalfd/
H A Dbasic_args.c31 test_fail("expected EFAULT for NULL signal mask" in main()
42 test_fail("expected EINVAL bad flags" in main()
50 test_fail("failed to open signalfd, found res=%d errno=%d", in main()
57 test_fail("expected no O_NONBLOCK, found flags=0x%x", res); in main()
62 test_fail("expected no FD_CLOEXEC, found fdflags=0x%x", res); in main()
70 test_fail("failed to open signalfd, found res=%d errno=%d", in main()
77 test_fail("missing O_NONBLOCK, found flags=0x%x", res); in main()
82 test_fail("missing FD_CLOEXEC, found fdflags=0x%x", res); in main()
H A Dbasic_read.c36 test_fail("expected EINVAL for too-small read, " in main()
47 test_fail("bad read result, found sz=%ld errno=%d", sz, err); in main()
50 test_fail("bad ssi_signo %d != %d", info[0].ssi_signo, SIGUSR1); in main()
71 test_fail("bad read result, found sz=%ld errno=%d", sz, err); in main()
74 test_fail("bad ssi_signo %d != %d", info[0].ssi_signo, SIGALRM); in main()
86 test_fail("bad read result, found sz=%ld errno=%d", sz, err); in main()
89 test_fail("bad ssi_signo %d != %d", info[0].ssi_signo, SIGUSR1); in main()
92 test_fail("bad ssi_signo %d != %d", info[1].ssi_signo, SIGUSR2); in main()
H A Dmultipoll.c34 test_fail("unable to initialize signalfd resources"); in main()
39 test_fail("unable to initialize devpoll resource"); in main()
54 test_fail("unable to establish polling"); in main()
H A Dcommon.h24 void test_fail(const char *, ...);
H A Dcommon.c23 test_fail(const char *fmt, ...) in test_fail() function
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/
H A Dgrep_test.ksh35 test_fail() { function
62 test_fail "failed on exit: $err"
68 test_fail "missing output file $difffile"
74 test_fail "output is different from $difffile"
98 test_fail "failed on exit: $err"
104 test_fail "missing output file $difffile"
110 test_fail "output is different"
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest.ksh70 test_fail() function
139 test_fail "failed to compile $source with flags: $flags"
144 test_fail "failed to convert CTF in $source"
149 test_fail "check for $source, $checker, failed"
187 test_fail "failed to build $dir"
197 test_fail "failed to run tests for $dir"
224 test_fail "missing checker for $t"
240 test_fail "missing checker for $t"
256 test_fail "$f failed"
/illumos-gate/usr/src/test/util-tests/tests/head/
H A Dhead_test.ksh22 test_fail() { function
43 test_fail "head exited non-zero"
48 test_fail "missing expeced output file $output"
53 test_fail "output mismatch"
/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh29 test_fail() { function
36 test_fail $1 "exit failure"
42 test_fail $1 "compare mismatch, got [$2] expected [$3]"
253 test_fail $t
264 test_fail $t
275 test_fail $t
/illumos-gate/usr/src/test/util-tests/tests/printf/
H A Dprintf_test.ksh28 test_fail() { function
35 test_fail $1 "exit failure"
41 test_fail $1 "compare mismatch, got [$2] expected [$3]"
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.h25 void test_fail(void);
H A Din_guest.c164 test_fail(void) in test_fail() function
/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dvrtc_ops.c103 test_fail(); in main()