/illumos-gate/usr/src/test/net-tests/tests/ipv6/ |
H A D | scope-test-v4.ksh | 34 function test_fail { function 103 test_fail "FAIL: v4 tcp connect 1 failed" 105 test_fail "FAIL: v4 tcp connect 2 failed" 107 test_fail "FAIL: v4 tcp connect 3 failed" 109 test_fail "FAIL: v4 tcp connect 4 failed" 114 test_fail "FAIL: v4 IP_BOUND_IF tcp connect 1 failed" 116 test_fail "FAIL: v4 IP_BOUND_IF tcp connect 2 failed" 118 test_fail "FAIL: v4 IP_BOUND_IF tcp connect 3 failed" 120 test_fail "FAIL: v4 IP_BOUND_IF tcp connect 4 failed" 123 test_fail "FAIL: v4 2xIP_BOUND_IF tcp connect 1 failed" [all …]
|
H A D | scope-test-v6.ksh | 34 function test_fail { function 112 test_fail "FAIL: fe80::2112:2 unreachable through llt_vnic0" 114 test_fail "FAIL: fe80::2112:1 unreachable through llt_vnic1" 116 test_fail "FAIL: fe80::2112:2 unreachable through llt_vnic2" 118 test_fail "FAIL: fe80::2112:1 unreachable through llt_vnic3" 124 test_fail "FAIL: ${proto} connect 1 failed" 126 test_fail "FAIL: ${proto} connect 2 failed" 128 test_fail "FAIL: ${proto} connect 3 failed" 130 test_fail "FAIL: ${proto} connect 4 failed" 133 test_fail "FAIL: ${proto} connect 5 failed" [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/signalfd/ |
H A D | basic_args.c | 31 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 D | basic_read.c | 36 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 D | multipoll.c | 34 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 D | common.h | 24 void test_fail(const char *, ...);
|
H A D | common.c | 23 test_fail(const char *fmt, ...) in test_fail() function
|
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/ |
H A D | grep_test.ksh | 35 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 D | ctftest.ksh | 70 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 D | head_test.ksh | 22 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 D | xargs_test.ksh | 29 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 D | printf_test.ksh | 28 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 D | in_guest.h | 26 void test_fail(void);
|
H A D | in_guest.c | 164 test_fail(void) in test_fail() function
|
/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/ |
H A D | vrtc_ops.c | 103 test_fail(); in main()
|