Searched refs:expected_error (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/pjdfstest/tests/open/ |
| H A D | 24.t | 11 expected_error=EOPNOTSUPP 14 expected_error=ENXIO 22 desc="open returns $expected_error when trying to open UNIX domain socket" 29 expect $expected_error open ${n0} O_RDONLY 30 expect $expected_error open ${n0} O_WRONLY 31 expect $expected_error open ${n0} O_RDWR
|
| /freebsd-12.1/tools/regression/priv/ |
| H A D | priv_vfs_read_write.c | 63 int flags, int expected_error, int expected_errno) in try_io() argument 69 if (expected_error != -1) in try_io() 72 : "!jail", expected_error, expected_errno, errno); in try_io() 74 if (expected_error == -1) in try_io() 77 "!jail", expected_error, expected_errno); in try_io()
|
| H A D | main.c | 367 expect(const char *test, int error, int expected_error, int expected_errno) in expect() argument 371 if (expected_error != 0) { in expect() 376 if (expected_error == 0) { in expect()
|
| H A D | main.h | 53 void expect(const char *test, int error, int expected_error,
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/ |
| H A D | ztest.c | 2966 int error, expected_error; in ztest_vdev_attach_detach() local 3091 expected_error = ENOTSUP; in ztest_vdev_attach_detach() 3093 expected_error = ENOTSUP; in ztest_vdev_attach_detach() 3097 expected_error = EBUSY; in ztest_vdev_attach_detach() 3099 expected_error = EOVERFLOW; in ztest_vdev_attach_detach() 3101 expected_error = EDOM; in ztest_vdev_attach_detach() 3103 expected_error = 0; in ztest_vdev_attach_detach() 3124 expected_error = error; in ztest_vdev_attach_detach() 3130 expected_error = error; in ztest_vdev_attach_detach() 3134 expected_error = error; in ztest_vdev_attach_detach() [all …]
|