Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dtest-errno-linux.c118 #define test_wrp(experr, syscall, ...) \ macro
156 fails |= test_wrp (EINVAL, epoll_create, -1); in do_test()
160 fails |= test_wrp (EBADF, fdatasync, -1); in do_test()
161 fails |= test_wrp (EBADF, flock, -1, LOCK_SH); in do_test()
162 fails |= test_wrp (ESRCH, getpgid, -1); in do_test()
174 fails |= test_wrp (EINVAL, nanosleep, &ts, &ts); in do_test()
184 fails |= test_wrp (EINVAL, poll, &pollfd, -1, 0); in do_test()
194 fails |= test_wrp (EINVAL, sched_getscheduler, -1); in do_test()
195 fails |= test_wrp (EINVAL, sched_get_priority_max, -1); in do_test()
201 fails |= test_wrp (EBADF, sendfile, -1, -1, &off, 0); in do_test()
[all …]

Completed in 3 milliseconds