Symbol: atf_tc_fail
regress/lib/libc/sys/atf-c.h
29
void atf_tc_fail(char *, ...)
regress/lib/libc/sys/atf-c.h
94
#define atf_tc_fail_nonfatal(fmt, ...) atf_tc_fail(fmt, ##__VA_ARGS__)
regress/lib/libc/sys/atf-c.h
96
atf_tc_fail(fmt "\nEXPECTED_FAIL", ##__VA_ARGS__)
regress/lib/libc/sys/atf-c.h
98
atf_tc_fail(fmt "\nSKIPPING", ##__VA_ARGS__)
regress/lib/libc/sys/h_macros.h
71
atf_tc_fail("%s", buf);
regress/lib/libc/sys/macros.h
16
#define __unreachable() atf_tc_fail("unreachable")
regress/lib/libc/sys/t_chroot.c
105
atf_tc_fail("chroot(2) did not change the root directory");
regress/lib/libc/sys/t_chroot.c
169
atf_tc_fail("chroot(2) succeeded as unprivileged user");
regress/lib/libc/sys/t_chroot.c
220
atf_tc_fail("fchroot(2) failed");
regress/lib/libc/sys/t_chroot.c
228
atf_tc_fail("fchroot(2) did not change the root directory");
regress/lib/libc/sys/t_chroot.c
301
atf_tc_fail("fchroot(2) succeeded as unprivileged user");
regress/lib/libc/sys/t_chroot.c
97
atf_tc_fail("chroot(2) failed");
regress/lib/libc/sys/t_connect.c
74
atf_tc_fail("setsockopt failed: %s", strerror(errno));
regress/lib/libc/sys/t_connect.c
84
atf_tc_fail("connect failed: %s%s",
regress/lib/libc/sys/t_dup.c
125
atf_tc_fail("invalid descriptor");
regress/lib/libc/sys/t_dup.c
360
atf_tc_fail("system call error");
regress/lib/libc/sys/t_dup.c
363
atf_tc_fail("dup(2) dupped more than RLIMIT_NOFILE");
regress/lib/libc/sys/t_dup.c
365
atf_tc_fail("unknown error");
regress/lib/libc/sys/t_dup.c
95
atf_tc_fail("invalid mode");
regress/lib/libc/sys/t_getgroups.c
134
atf_tc_fail("getgroups(2) is inconsistent");
regress/lib/libc/sys/t_getgroups.c
163
atf_tc_fail("getgroups(2) modified the buffer");
regress/lib/libc/sys/t_getgroups.c
93
atf_tc_fail("getgid(2) not found from getgroups(2)");
regress/lib/libc/sys/t_getitimer.c
144
atf_tc_fail("timer did not fire");
regress/lib/libc/sys/t_getitimer.c
202
atf_tc_fail("setitimer(2) did not store old values");
regress/lib/libc/sys/t_getitimer.c
90
atf_tc_fail("getitimer(2) modfied the timer before it was armed");
regress/lib/libc/sys/t_getlogin.c
116
atf_tc_fail("setlogin(2) failed to set login name");
regress/lib/libc/sys/t_getlogin.c
174
atf_tc_fail("expected EFAULT, but the call succeeded");
regress/lib/libc/sys/t_getlogin.c
177
atf_tc_fail("expected EINVAL, but the call succeeded");
regress/lib/libc/sys/t_getlogin.c
179
atf_tc_fail("setlogin(2) failed, but login name was set");
regress/lib/libc/sys/t_getlogin.c
225
atf_tc_fail("login name was set as an unprivileged user");
regress/lib/libc/sys/t_getlogin.c
76
atf_tc_fail("getlogin(2) and getlogin_r(2) differ");
regress/lib/libc/sys/t_getpid.c
124
atf_tc_fail("Unequal PIDs");
regress/lib/libc/sys/t_getpid.c
92
atf_tc_fail("PID mismatch");
regress/lib/libc/sys/t_getpid.c
97
atf_tc_fail("PID mismatch");
regress/lib/libc/sys/t_getrusage.c
125
atf_tc_fail("getrusage(2) did not record signals");
regress/lib/libc/sys/t_getrusage.c
228
atf_tc_fail("user time went backwards");
regress/lib/libc/sys/t_getrusage.c
232
atf_tc_fail("anticipated error did not occur");
regress/lib/libc/sys/t_getrusage.c
269
atf_tc_fail("zero user time from getrusage(2)");
regress/lib/libc/sys/t_getrusage.c
273
atf_tc_fail("anticipated error did not occur");
regress/lib/libc/sys/t_getsid.c
109
atf_tc_fail("invalid session ID");
regress/lib/libc/sys/t_getsid.c
57
atf_tc_fail("getsid(0) did not match the calling process");
regress/lib/libc/sys/t_gettimeofday.c
97
atf_tc_fail("time went backwards");
regress/lib/libc/sys/t_kill.c
117
atf_tc_fail("expected EINVAL, but kill(2) succeeded");
regress/lib/libc/sys/t_kill.c
120
atf_tc_fail("expected ESRCH, but kill(2) succeeded");
regress/lib/libc/sys/t_kill.c
122
atf_tc_fail("unknown error from kill(2)");
regress/lib/libc/sys/t_kill.c
156
atf_tc_fail("getpwnam(3) failed");
regress/lib/libc/sys/t_kill.c
204
atf_tc_fail("killed a process of another user");
regress/lib/libc/sys/t_kill.c
207
atf_tc_fail("unknown error from kill(2)");
regress/lib/libc/sys/t_kill.c
254
atf_tc_fail("failed to kill(2) a process group");
regress/lib/libc/sys/t_kill.c
300
atf_tc_fail("failed to kill(2) a process group");
regress/lib/libc/sys/t_kill.c
77
atf_tc_fail("kill(2) failed to kill child");
regress/lib/libc/sys/t_link.c
202
atf_tc_fail("unequal UIDs");
regress/lib/libc/sys/t_link.c
205
atf_tc_fail("unequal modes");
regress/lib/libc/sys/t_link.c
208
atf_tc_fail("unequal inodes");
regress/lib/libc/sys/t_link.c
90
atf_tc_fail("incorrect link(2) count");
regress/lib/libc/sys/t_listen.c
118
atf_tc_fail("setsockopt failed: %s", strerror(errno));
regress/lib/libc/sys/t_listen.c
122
atf_tc_fail("listen failed: %s%s",
regress/lib/libc/sys/t_mkdir.c
141
atf_tc_fail("failed to create '%s'", path);
regress/lib/libc/sys/t_mkdir.c
152
atf_tc_fail("invalid UID for '%s'", path);
regress/lib/libc/sys/t_mkdir.c
155
atf_tc_fail("GID did not follow the parent directory");
regress/lib/libc/sys/t_mkfifo.c
105
atf_tc_fail("FIFO did not block");
regress/lib/libc/sys/t_mkfifo.c
197
atf_tc_fail("FIFO blocked for O_NONBLOCK open(2)");
regress/lib/libc/sys/t_mkfifo.c
257
atf_tc_fail("invalid mode from mkfifo(2)");
regress/lib/libc/sys/t_mkfifo.c
285
atf_tc_fail("invalid mode from mknod(2) with S_IFIFO");
regress/lib/libc/sys/t_mkfifo.c
64
atf_tc_fail("mkfifo(2) failed");
regress/lib/libc/sys/t_mlock.c
221
atf_tc_fail("mlock(2) locked beyond system limits");
regress/lib/libc/sys/t_mmap.c
116
atf_tc_fail("socketpair() failed");
regress/lib/libc/sys/t_mmap.c
121
atf_tc_fail("setsockopt() failed, SO_RCVBUF");
regress/lib/libc/sys/t_mmap.c
126
atf_tc_fail("setsockopt() failed, SO_SNDBUF");
regress/lib/libc/sys/t_mmap.c
129
atf_tc_fail("fcntl() failed");
regress/lib/libc/sys/t_mmap.c
134
atf_tc_fail("write() failed");
regress/lib/libc/sys/t_mmap.c
142
atf_tc_fail("read() failed");
regress/lib/libc/sys/t_mmap.c
145
atf_tc_fail("too short read");
regress/lib/libc/sys/t_mmap.c
148
atf_tc_fail("data mismatch");
regress/lib/libc/sys/t_mmap.c
524
atf_tc_fail("child process got SIGSEGV instead of SIGBUS");
regress/lib/libc/sys/t_mmap.c
553
atf_tc_fail("failed to read vm.user_va0_disable");
regress/lib/libc/sys/t_msgctl.c
172
atf_tc_fail("system call failed");
regress/lib/libc/sys/t_msgctl.c
175
atf_tc_fail("UID %u manipulated root's "
regress/lib/libc/sys/t_msgctl.c
220
atf_tc_fail("the PID of last msgsnd(2) was not updated");
regress/lib/libc/sys/t_msgctl.c
240
atf_tc_fail("the PID of last msgrcv(2) was not updated");
regress/lib/libc/sys/t_msgctl.c
275
atf_tc_fail("root failed to change the UID of message queue");
regress/lib/libc/sys/t_msgctl.c
281
atf_tc_fail("root failed to change the GID of message queue");
regress/lib/libc/sys/t_msgctl.c
290
atf_tc_fail("root failed to change qbytes of message queue");
regress/lib/libc/sys/t_msgctl.c
323
atf_tc_fail("time of last msgsnd(2) was not updated");
regress/lib/libc/sys/t_msgctl.c
326
atf_tc_fail("time of last msgrcv(2) was updated incorrectly");
regress/lib/libc/sys/t_msgctl.c
335
atf_tc_fail("time of last msgrcv(2) was not updated");
regress/lib/libc/sys/t_msgctl.c
341
atf_tc_fail("time of last msgsnd(2) was updated incorrectly");
regress/lib/libc/sys/t_msgget.c
134
atf_tc_fail("failed to create message queue");
regress/lib/libc/sys/t_msgget.c
139
atf_tc_fail("message queue was removed on process exit");
regress/lib/libc/sys/t_msgget.c
184
atf_tc_fail("msgget(2) initialized current time incorrectly");
regress/lib/libc/sys/t_msgget.c
243
atf_tc_fail("msgget(2) opened more than %d queues", lim);
regress/lib/libc/sys/t_msgget.c
81
atf_tc_fail("failed to create message queue");
regress/lib/libc/sys/t_msgget.c
86
atf_tc_fail("msgget(2) failed for IPC_EXCL");
regress/lib/libc/sys/t_msgget.c
97
atf_tc_fail("msgget(2) failed to re-open");
regress/lib/libc/sys/t_msgrcv.c
141
atf_tc_fail("msgrcv(2) did not block");
regress/lib/libc/sys/t_msgrcv.c
284
atf_tc_fail("msgrcv(2) blocked with IPC_NOWAIT");
regress/lib/libc/sys/t_msgrcv.c
287
atf_tc_fail("msgrcv(2) failed");
regress/lib/libc/sys/t_msgsnd.c
112
atf_tc_fail("msgsnd(2) did not block");
regress/lib/libc/sys/t_msgsnd.c
154
atf_tc_fail("failed to enqueue a message");
regress/lib/libc/sys/t_msgsnd.c
161
atf_tc_fail("incorrect message count");
regress/lib/libc/sys/t_msgsnd.c
250
atf_tc_fail("msgsnd(2) blocked with IPC_NOWAIT");
regress/lib/libc/sys/t_msgsnd.c
317
atf_tc_fail("system call failed");
regress/lib/libc/sys/t_msgsnd.c
319
atf_tc_fail("UID %u enqueued message to root's queue", uid);
regress/lib/libc/sys/t_msync.c
144
atf_tc_fail("%s", str);
regress/lib/libc/sys/t_msync.c
192
atf_tc_fail("%s", str);
regress/lib/libc/sys/t_msync.c
208
atf_tc_fail("%s", str);
regress/lib/libc/sys/t_pipe.c
110
atf_tc_fail("sigsuspend(&emptysigset): %s",
regress/lib/libc/sys/t_revoke.c
173
atf_tc_fail("revoke(2) did not obey permissions");
regress/lib/libc/sys/t_select.c
136
atf_tc_fail("pselect() masks don't match "
regress/lib/libc/sys/t_select.c
174
atf_tc_fail("pselect() did not receive signal");
regress/lib/libc/sys/t_select.c
212
atf_tc_fail("pselect() did not receive signal");
regress/lib/libc/sys/t_setrlimit.c
132
atf_tc_fail("failed to set limit (%d)", lim);
regress/lib/libc/sys/t_setrlimit.c
196
atf_tc_fail("initialization failed");
regress/lib/libc/sys/t_setrlimit.c
227
atf_tc_fail("RLIMIT_FSIZE not enforced");
regress/lib/libc/sys/t_setrlimit.c
266
atf_tc_fail("initialization failed");
regress/lib/libc/sys/t_setrlimit.c
299
atf_tc_fail("RLIMIT_MEMLOCK not enforced");
regress/lib/libc/sys/t_setrlimit.c
347
atf_tc_fail("RLIMIT_NOFILE not enforced");
regress/lib/libc/sys/t_setrlimit.c
406
atf_tc_fail("RLIMIT_NOFILE not enforced");
regress/lib/libc/sys/t_setrlimit.c
447
atf_tc_fail("RLIMIT_NPROC not enforced");
regress/lib/libc/sys/t_setrlimit.c
91
atf_tc_fail("initialization failed");
regress/lib/libc/sys/t_setuid.c
111
atf_tc_fail("failed to change UID to %u", pw->pw_uid);
regress/lib/libc/sys/t_sigaction.c
76
atf_tc_fail("%s; raw exit status was %d", fail_message, status);
regress/lib/libc/sys/t_sigaltstack.c
88
atf_tc_fail("signal handler wasn't called (count=%d)", i);
regress/lib/libc/sys/t_sigaltstack.c
90
atf_tc_fail("alternative stack wasn't used (count=%d)", i);
regress/lib/libc/sys/t_stat.c
137
atf_tc_fail("inconsistent stat(2)");
regress/lib/libc/sys/t_stat.c
144
atf_tc_fail("stat(2) and fts(3) differ");
regress/lib/libc/sys/t_stat.c
229
atf_tc_fail("mtimes did not change");
regress/lib/libc/sys/t_stat.c
265
atf_tc_fail("invalid GID");
regress/lib/libc/sys/t_stat.c
268
atf_tc_fail("invalid UID");
regress/lib/libc/sys/t_stat.c
307
atf_tc_fail("invalid file size");
regress/lib/libc/sys/t_stat.c
310
atf_tc_fail("stat(2) and fstat(2) mismatch");
regress/lib/libc/sys/t_stat.c
361
atf_tc_fail("fstat(2) failed for a EINPROGRESS socket");
regress/lib/libc/sys/t_stat.c
389
atf_tc_fail("stat(2) detected symbolic link");
regress/lib/libc/sys/t_stat.c
392
atf_tc_fail("lstat(2) did not detect symbolic link");
regress/lib/libc/sys/t_stat.c
395
atf_tc_fail("inconsistencies between stat(2) and lstat(2)");
regress/lib/libc/sys/t_stat.c
76
atf_tc_fail("stat(2) did not detect chflags(2)");
regress/lib/libc/sys/t_truncate.c
133
atf_tc_fail("truncate(2) did not truncate");
regress/lib/libc/sys/t_truncate.c
73
atf_tc_fail("ftruncate(2) did not truncate");
regress/lib/libc/sys/t_umask.c
103
atf_tc_fail("umask(2) was not inherited");
regress/lib/libc/sys/t_umask.c
157
atf_tc_fail("%s", str);
regress/lib/libc/sys/t_umask.c
191
atf_tc_fail("umask(2) did not return the previous mask");
regress/lib/libc/sys/t_write.c
183
atf_tc_fail("inconsistent return values from write(2)");
regress/lib/libm/msun/atf-c.h
101
atf_tc_fail(fmt "\nEXPECTED_FAIL", ##__VA_ARGS__)
regress/lib/libm/msun/atf-c.h
103
atf_tc_fail(fmt "\nSKIPPING", ##__VA_ARGS__)
regress/lib/libm/msun/atf-c.h
29
void atf_tc_fail(char *, ...)
regress/lib/libm/msun/atf-c.h
32
atf_tc_fail(file ":%d " fmt, line, ##__VA_ARGS__)
regress/lib/libm/msun/atf-c.h
99
#define atf_tc_fail_nonfatal(fmt, ...) atf_tc_fail(fmt, ##__VA_ARGS__)
regress/sys/kern/ptrace2/atf-c.h
29
void atf_tc_fail(char *, ...)
regress/sys/kern/ptrace2/atf-c.h
87
#define atf_tc_fail_nonfatal(fmt, ...) atf_tc_fail(fmt, ##__VA_ARGS__)
regress/sys/kern/ptrace2/atf-c.h
89
atf_tc_fail(fmt "\nEXPECTED_FAIL", ##__VA_ARGS__)
regress/sys/kern/ptrace2/atf-c.h
91
atf_tc_fail(fmt "\nSKIPPING", ##__VA_ARGS__)
regress/sys/kern/ptrace2/macros.h
14
#define __unreachable() atf_tc_fail("unreachable")