Symbol: atf_tc_fail
tests/fs/common/fstest_nfs.c
67
atf_tc_fail("child died");
tests/fs/common/fstest_puffs.c
240
atf_tc_fail("child died"); /* almost signal-safe */
tests/fs/common/snapshot.c
100
atf_tc_fail("newfile exists in snapshot");
tests/fs/ffs/t_extattr.c
143
atf_tc_fail("got invalid str %s expected %s", buf, C);
tests/fs/ffs/t_extattr.c
151
atf_tc_fail("got invalid str %s expected %s", buf, S);
tests/fs/ffs/t_extattr.c
72
atf_tc_fail("got invalid len %zu expected %zu", l,
tests/fs/ffs/t_extattr.c
75
atf_tc_fail("got invalid str %.*s expected %s", (int)l,
tests/fs/ffs/t_fifos.c
76
atf_tc_fail("got invalid str, %s vs. %s", buf, teststr1);
tests/fs/ffs/t_fifos.c
95
atf_tc_fail("got invalid str, %s vs. %s", buf, teststr2);
tests/fs/ffs/t_mount.c
110
atf_tc_fail("cannot create file system");
tests/fs/ffs/t_mount.c
114
atf_tc_fail("cannot register rump fake device");
tests/fs/ffs/t_mount.c
124
atf_tc_fail("not expecting to be alive");
tests/fs/ffs/t_mount.c
69
atf_tc_fail("cannot create file system");
tests/fs/ffs/t_mount.c
73
atf_tc_fail("cannot register rump fake device");
tests/fs/ffs/t_mount.c
83
atf_tc_fail("not expecting to be alive");
tests/fs/ffs/t_quota2_1.c
67
atf_tc_fail("fsck returned %d", res);
tests/fs/ffs/t_quota2_remount.c
56
atf_tc_fail("R/O filesystem has quota");
tests/fs/ffs/t_quota2_remount.c
67
atf_tc_fail("R/W filesystem has no quota");
tests/fs/ffs/t_quota2_remount.c
78
atf_tc_fail("R/W filesystem has no quota");
tests/fs/ffs/t_quota2_remount.c
99
atf_tc_fail("fsck returned %d", res);
tests/fs/hfs/t_pathconvert.c
65
atf_tc_fail("dirent with slash: %s", dirent->d_name);
tests/fs/hfs/t_pathconvert.c
71
atf_tc_fail("no dirent for file: %s", FUNNY_FILENAME);
tests/fs/lfs/t_fcntl.c
175
atf_tc_fail("fsck found errors after final unmount");
tests/fs/lfs/t_fcntl.c
187
atf_tc_fail("Unchanged control file differs(!)");
tests/fs/lfs/t_fcntl.c
196
atf_tc_fail("fsck found errors after final unmount");
tests/fs/lfs/t_fcntl.c
243
atf_tc_fail("Scramble did not worsen gap count");
tests/fs/lfs/t_fcntl.c
245
atf_tc_fail("Scramble did not worsen total gap length");
tests/fs/lfs/t_fcntl.c
258
atf_tc_fail("Rewrite did not improve gap count");
tests/fs/lfs/t_fcntl.c
260
atf_tc_fail("Rewrite did not improve total gap length");
tests/fs/lfs/t_fcntl.c
294
atf_tc_fail("No segments found to clean");
tests/fs/lfs/t_fcntl.c
315
atf_tc_fail("Empty bytes after clean");
tests/fs/lfs/t_fcntl.c
392
atf_tc_fail("No improvement");
tests/fs/lfs/t_orphan.c
124
atf_tc_fail("wrong size in initial stat");
tests/fs/lfs/t_orphan.c
126
atf_tc_fail("file already deleted");
tests/fs/lfs/t_orphan.c
128
atf_tc_fail("no blocks");
tests/fs/lfs/t_orphan.c
148
atf_tc_fail("fsck found errors after crash");
tests/fs/lfs/t_orphan.c
188
atf_tc_fail("orphaned inode not freed on subsequent mount");
tests/fs/lfs/t_orphan.c
193
atf_tc_fail("fsck found errors after final unmount");
tests/fs/lfs/t_resize.c
142
atf_tc_fail("fsck found errors after shrink");
tests/fs/lfs/t_resize.c
154
atf_tc_fail("Unchanged control file differs(!)");
tests/fs/lfs/t_resize.c
162
atf_tc_fail("fsck found errors after final unmount");
tests/fs/lfs/t_rfw.c
184
atf_tc_fail("fsck found errors after roll forward");
tests/fs/lfs/t_rfw.c
200
atf_tc_fail("Unchanged control file differs(!)");
tests/fs/lfs/t_rfw.c
203
atf_tc_fail("Removed file still present");
tests/fs/lfs/t_rfw.c
208
atf_tc_fail("Appended file differs");
tests/fs/lfs/t_rfw.c
211
atf_tc_fail("Newly added file missing");
tests/fs/lfs/t_rfw.c
214
atf_tc_fail("Newly added file differs");
tests/fs/lfs/t_rfw.c
223
atf_tc_fail("fsck found errors after final unmount");
tests/fs/lfs/util.c
46
atf_tc_fail("superblock not found");
tests/fs/nfs/t_mountd.c
109
atf_tc_fail("op failed with EACCES");
tests/fs/nullfs/t_basic.c
105
atf_tc_fail("unnull compare failed: %d (%s)",
tests/fs/nullfs/t_basic.c
112
atf_tc_fail("unnull compare failed: %d (%s)",
tests/fs/nullfs/t_basic.c
120
atf_tc_fail("stat tensti should return ENOENT, got %d", error);
tests/fs/nullfs/t_basic.c
124
atf_tc_fail("stat kiekko should return ENOENT, got %d", error);
tests/fs/nullfs/t_basic.c
98
atf_tc_fail("null compare failed: %d (%s)",
tests/fs/umapfs/t_basic.c
59
atf_tc_fail("%s: expected uid %d, got %d",
tests/fs/umapfs/t_basic.c
64
atf_tc_fail("%s: expected gid %d, got %d",
tests/fs/union/t_pr.c
196
atf_tc_fail("write");
tests/fs/union/t_pr.c
229
atf_tc_fail("write");
tests/fs/vfs/t_full.c
85
atf_tc_fail("filled file system over size limit");
tests/fs/vfs/t_link.c
97
atf_tc_fail("failed to disallow hard link");
tests/fs/vfs/t_mtime_otrunc.c
71
atf_tc_fail("chdir failed");
tests/fs/vfs/t_mtime_write.c
72
atf_tc_fail("chdir failed");
tests/fs/vfs/t_renamerace.c
185
atf_tc_fail("race did not trigger this time");
tests/fs/vfs/t_renamerace.c
215
atf_tc_fail("race did not trigger this time");
tests/fs/vfs/t_renamerace.c
255
atf_tc_fail("PR kern/56253 did not trigger this time");
tests/fs/vfs/t_renamerace.c
257
atf_tc_fail("did not fail this time");
tests/fs/vfs/t_renamerace.c
259
atf_tc_fail("did not fail this time");
tests/fs/vfs/t_renamerace.c
261
atf_tc_fail("did not fail this time");
tests/fs/vfs/t_rmdirrace.c
103
atf_tc_fail("fchdir failed");
tests/fs/vfs/t_rmdirrace.c
76
atf_tc_fail("open failed");
tests/fs/vfs/t_rmdirrace.c
79
atf_tc_fail("chdir failed");
tests/fs/vfs/t_rmdirrace.c
85
atf_tc_fail("pthread_create1 failed");
tests/fs/vfs/t_rmdirrace.c
88
atf_tc_fail("pthread_create2 failed");
tests/fs/vfs/t_rmdirrace.c
96
atf_tc_fail("pthread_join2 failed");
tests/fs/vfs/t_rmdirrace.c
99
atf_tc_fail("pthread_join1 failed");
tests/fs/vfs/t_union.c
125
atf_tc_fail("union compare failed: %d (%s)",
tests/fs/vfs/t_union.c
131
atf_tc_fail("invisibility failed: %d (%s)",
tests/fs/vfs/t_union.c
147
atf_tc_fail("removed file non-white-outed");
tests/fs/vfs/t_vfsops.c
117
atf_tc_fail("read fhopened file");
tests/fs/vfs/t_vfsops.c
89
atf_tc_fail("write to file");
tests/fs/vfs/t_vnops.c
151
atf_tc_fail("stat results differ, see output for more details");
tests/fs/vfs/t_vnops.c
174
atf_tc_fail("ENOENT expected from stat");
tests/fs/vfs/t_vnops.c
195
atf_tc_fail("ENOENT expected from stat");
tests/fs/vfs/t_vnops.c
237
atf_tc_fail("non-empty directory removed successfully");
tests/fs/vfs/t_vnops.c
285
atf_tc_fail("stat mismatch %d", n);
tests/fs/vfs/t_vnops.c
345
atf_tc_fail("rename 5");
tests/fs/vfs/t_vnops.c
351
atf_tc_fail("rename 6");
tests/fs/vfs/t_vnops.c
413
atf_tc_fail("other-dotdot");
tests/h_macros.h
70
atf_tc_fail("%s", buf);
tests/include/sys/t_socket.c
179
atf_tc_fail("expected \"%s\", got \"%s\"", MAGICSTRING, buf);
tests/include/sys/t_socket.c
194
atf_tc_fail("invalid socket parameters unexpectedly worked");
tests/include/sys/t_socket.c
41
atf_tc_fail("rump_sys_socket");
tests/include/sys/t_socket.c
68
atf_tc_fail("descriptor passing failed: expected EBADF (9), "
tests/include/t_bitstring.c
224
atf_tc_fail("Test failed; see output for details");
tests/include/t_limits.c
267
atf_tc_fail("%s is less than the minimum",
tests/kernel/kqueue/read/t_fifo.c
64
atf_tc_fail("mkfifo(2) failed");
tests/kernel/kqueue/write/t_fifo.c
64
atf_tc_fail("mkfifo(2) failed");
tests/kernel/t_cloexec.c
304
atf_tc_fail("subprocess terminated on signal %d",
tests/kernel/t_cloexec.c
308
atf_tc_fail("subprocess failed to exit normally: status=0x%x",
tests/kernel/t_cloexec.c
323
atf_tc_fail("fd was not closed on exec");
tests/kernel/t_cloexec.c
326
atf_tc_fail("failed to exec h_cloexec");
tests/kernel/t_cloexec.c
329
atf_tc_fail("h_cloexec failed unexpectedly: %d",
tests/kernel/t_clofork.c
281
atf_tc_fail("subprocess terminated on signal %d",
tests/kernel/t_clofork.c
285
atf_tc_fail("subprocess failed to exit normally: status=0x%x",
tests/kernel/t_clofork.c
300
atf_tc_fail("fd was not closed on exec");
tests/kernel/t_clofork.c
303
atf_tc_fail("failed to exec h_cloexec");
tests/kernel/t_clofork.c
306
atf_tc_fail("h_cloexec failed unexpectedly: %d",
tests/kernel/t_execregs.c
90
atf_tc_fail("registers not zeroed");
tests/kernel/t_extent.c
111
atf_tc_fail("incorrect extent map");
tests/kernel/t_extent.c
68
atf_tc_fail("extent_alloc_subregion1(ex, %#lx, %#lx, %#lx, %#lx, 0, " \
tests/kernel/t_fdrestart.c
163
atf_tc_fail("timed out");
tests/kernel/t_fdrestart.c
65
atf_tc_fail("%s: pthread_barrier_wait: %d, %s", caller, error,
tests/kernel/t_kauth_pr_47598.c
59
atf_tc_fail("failed to read %s", securelevel_name);
tests/kernel/t_kauth_pr_47598.c
71
atf_tc_fail("failed to read %s", curtain_name);
tests/kernel/t_kauth_pr_47598.c
81
atf_tc_fail("failed to set %s to %d", curtain_name, newval);
tests/kernel/t_lockf.c
156
atf_tc_fail("fork %d failed", i);
tests/kernel/t_lockf.c
243
atf_tc_fail("child did not block");
tests/kernel/t_lua.c
120
atf_tc_fail("overlong working directory");
tests/kernel/t_nanosleep.c
143
atf_tc_fail("2nd child predeceased first");
tests/kernel/t_nanosleep.c
150
atf_tc_fail("Strange child died");
tests/kernel/t_nanosleep.c
182
atf_tc_fail("Strange child died");
tests/kernel/t_nanosleep.c
193
atf_tc_fail("M exited with non-zero status. PR kern/58733");
tests/kernel/t_open_pr_57260.c
89
atf_tc_fail("open returned %d", fd);
tests/kernel/t_pty.c
101
atf_tc_fail("child failed");
tests/kernel/t_pty.c
122
atf_tc_fail("Wrong qsize %d != %d\n", qsize, opt);
tests/kernel/t_signal_and_sp.c
235
atf_tc_fail("setcontext returned");
tests/kernel/t_sysv.c
159
atf_tc_fail("open() of temp file failed: %d", errno);
tests/kernel/t_sysv.c
239
atf_tc_fail("fork: %d", errno);
tests/kernel/t_sysv.c
464
atf_tc_fail("fork: %d", errno);
tests/kernel/t_sysv.c
483
atf_tc_fail("semctl GETNCNT: %d", i);
tests/kernel/t_sysv.c
670
atf_tc_fail("fork: %d", errno);
tests/lib/libc/c063/t_fexecve.c
80
atf_tc_fail("child process did not exit cleanly");
tests/lib/libc/c063/t_mkfifoat.c
132
atf_tc_fail("invalid mode from mknodat(2) with S_IFIFO");
tests/lib/libc/gen/execve/t_execve.c
94
atf_tc_fail("write failed: %s", strerror(errno));
tests/lib/libc/gen/posix_spawn/t_spawn.c
292
atf_tc_fail("too deep: %s", chdirpath);
tests/lib/libc/gen/posix_spawn/t_spawn.c
347
atf_tc_fail("too deep: %s", cwd);
tests/lib/libc/gen/posix_spawn/t_spawn.c
395
atf_tc_fail("too deep: %s", chdirpath);
tests/lib/libc/gen/posix_spawn/t_spawn.c
451
atf_tc_fail("too deep: %s", cwd);
tests/lib/libc/gen/posix_spawn/t_spawn.c
545
atf_tc_fail("write failed: %s", strerror(errno));
tests/lib/libc/gen/t_alarm.c
107
atf_tc_fail("pending alarm was not cleared for child");
tests/lib/libc/gen/t_alarm.c
139
atf_tc_fail("invalid return value from alarm(3)");
tests/lib/libc/gen/t_alarm.c
69
atf_tc_fail("alarm(3) failed to deliver signal");
tests/lib/libc/gen/t_assert.c
100
atf_tc_fail("assert(3) fired haphazardly");
tests/lib/libc/gen/t_assert.c
138
atf_tc_fail("assert(3) did not fire");
tests/lib/libc/gen/t_basedirname.c
128
atf_tc_fail("Input buffer was modified.");
tests/lib/libc/gen/t_basedirname.c
138
atf_tc_fail("Output does not match expected value.");
tests/lib/libc/gen/t_basedirname.c
179
atf_tc_fail("Input buffer was modified.");
tests/lib/libc/gen/t_basedirname.c
189
atf_tc_fail("Output does not match expected value.");
tests/lib/libc/gen/t_closefrom.c
161
atf_tc_fail("not all descriptors were closed");
tests/lib/libc/gen/t_dir.c
100
atf_tc_fail("cannot allocate memory");
tests/lib/libc/gen/t_dir.c
113
atf_tc_fail("1st seekdir found wrong name");
tests/lib/libc/gen/t_dir.c
122
atf_tc_fail("2nd seekdir found wrong name");
tests/lib/libc/gen/t_dir.c
131
atf_tc_fail("3rd seekdir found wrong name");
tests/lib/libc/gen/t_dir.c
154
atf_tc_fail("Could not open current directory");
tests/lib/libc/gen/t_dir.c
163
atf_tc_fail("Could not open current directory");
tests/lib/libc/gen/t_dir.c
175
atf_tc_fail("Failure: leaked %d bytes", oktouse);
tests/lib/libc/gen/t_dir.c
74
atf_tc_fail("Could not open temp directory.");
tests/lib/libc/gen/t_fnmatch.c
50
atf_tc_fail("fnmatch(3) did not translate '\\'");
tests/lib/libc/gen/t_ftok.c
84
atf_tc_fail("ftok(3) gave different key for a hard link");
tests/lib/libc/gen/t_ftok.c
87
atf_tc_fail("ftok(3) gave different key for a symbolic link");
tests/lib/libc/gen/t_getcwd.c
141
atf_tc_fail("%s", str);
tests/lib/libc/gen/t_getentropy.c
151
atf_tc_fail("mmap: %d (%s)", errno, strerror(errno));
tests/lib/libc/gen/t_getentropy.c
153
atf_tc_fail("mprotect: %d (%s)", errno, strerror(errno));
tests/lib/libc/gen/t_getentropy.c
157
atf_tc_fail("getentropy 1: %d (%s)", errno, strerror(errno));
tests/lib/libc/gen/t_getentropy.c
170
atf_tc_fail("getentropy 2: %d (%s)", errno, strerror(errno));
tests/lib/libc/gen/t_getentropy.c
174
atf_tc_fail("munmap: %d (%s)", errno, strerror(errno));
tests/lib/libc/gen/t_getentropy.c
57
atf_tc_fail("getentropy: %d (%s)", errno, strerror(errno));
tests/lib/libc/gen/t_getentropy.c
72
atf_tc_fail("getentropy: %d (%s)", errno, strerror(errno));
tests/lib/libc/gen/t_getentropy.c
89
atf_tc_fail("getentropy: %d (%s)", errno, strerror(errno));
tests/lib/libc/gen/t_getgrent.c
114
atf_tc_fail("getgrent(3) did not rewind");
tests/lib/libc/gen/t_getgrent.c
171
atf_tc_fail("group database is inconsistent");
tests/lib/libc/gen/t_getgrent.c
99
atf_tc_fail("sequential getgrent(3) failed");
tests/lib/libc/gen/t_humanize_number.c
219
atf_tc_fail("realloc(..., %zu) failed", buflen);
tests/lib/libc/gen/t_nice.c
110
atf_tc_fail("nice(3) and getpriority(2) conflict");
tests/lib/libc/gen/t_nice.c
134
atf_tc_fail("nice(3) value was not inherited");
tests/lib/libc/gen/t_nice.c
58
atf_tc_fail("nice(3) value was not propagated to threads");
tests/lib/libc/gen/t_pause.c
104
atf_tc_fail("pause(3) did not cancel from SIGKILL");
tests/lib/libc/gen/t_pause.c
68
atf_tc_fail("pause(3) did not cancel out from a signal");
tests/lib/libc/gen/t_pause.c
97
atf_tc_fail("child terminated before signal");
tests/lib/libc/gen/t_raise.c
119
atf_tc_fail("raise(3) returned before signal handler");
tests/lib/libc/gen/t_raise.c
153
atf_tc_fail("raise(3) did not raise a signal");
tests/lib/libc/gen/t_raise.c
179
atf_tc_fail("not all signals were caught");
tests/lib/libc/gen/t_realpath.c
86
atf_tc_fail("realpath failed for '%s'", paths[i].path);
tests/lib/libc/gen/t_realpath.c
89
atf_tc_fail("expected '%s', got '%s'",
tests/lib/libc/gen/t_siginfo.c
130
atf_tc_fail("SIGALRM handler wasn't called");
tests/lib/libc/gen/t_siginfo.c
209
atf_tc_fail("fork failed");
tests/lib/libc/gen/t_siginfo.c
238
atf_tc_fail("Child did not segfault");
tests/lib/libc/gen/t_siginfo.c
241
atf_tc_fail("fork failed");
tests/lib/libc/gen/t_siginfo.c
272
atf_tc_fail("fork failed");
tests/lib/libc/gen/t_siginfo.c
288
atf_tc_fail("FPE handler called more than once");
tests/lib/libc/gen/t_siginfo.c
337
atf_tc_fail("FPE signal handler was not invoked");
tests/lib/libc/gen/t_siginfo.c
348
atf_tc_fail("INTDIV handler called more than once");
tests/lib/libc/gen/t_siginfo.c
394
atf_tc_fail("FPE signal handler was not invoked");
tests/lib/libc/gen/t_siginfo.c
430
atf_tc_fail("Test did not fault as expected");
tests/lib/libc/gen/t_siginfo.c
524
atf_tc_fail("Test did not fault as expected");
tests/lib/libc/gen/t_sleep.c
344
atf_tc_fail("Reschedule latency %"PRId64" exceeds "
tests/lib/libc/gen/t_time.c
105
atf_tc_fail("time(3) and gettimeofday(2) differ");
tests/lib/libc/gen/t_time.c
57
atf_tc_fail("incorrect return values from time(3)");
tests/lib/libc/gen/t_time.c
82
atf_tc_fail("time(3) is not monotonic");
tests/lib/libc/gen/t_ttyname.c
154
atf_tc_fail("ttyname(3) and ttyname_r(3) conflict");
tests/lib/libc/locale/t_c16rtomb.c
54
atf_tc_fail("setlocale(LC_CTYPE, \"%s\") failed; errno=%d",
tests/lib/libc/locale/t_c8rtomb.c
375
: atf_tc_fail;
tests/lib/libc/locale/t_c8rtomb.c
76
atf_tc_fail("setlocale(LC_CTYPE, \"%s\") failed; errno=%d",
tests/lib/libc/locale/t_mbrtoc16.c
54
atf_tc_fail("setlocale(LC_CTYPE, \"%s\") failed; errno=%d",
tests/lib/libc/locale/t_mbrtoc8.c
54
atf_tc_fail("setlocale(LC_CTYPE, \"%s\") failed; errno=%d",
tests/lib/libc/locale/t_mbrtowc.c
223
atf_tc_fail("Invalid sequence");
tests/lib/libc/locale/t_mbrtowc.c
237
atf_tc_fail("Test failed");
tests/lib/libc/locale/t_wctomb.c
154
atf_tc_fail("Test failed");
tests/lib/libc/membar/t_dekker.c
132
atf_tc_fail("hw.ncpu: (%d) %s", errno, strerror(errno));
tests/lib/libc/membar/t_seqlock.c
160
atf_tc_fail("hw.ncpu: (%d) %s", errno, strerror(errno));
tests/lib/libc/membar/t_spinlock.c
128
atf_tc_fail("hw.ncpu: (%d) %s", errno, strerror(errno));
tests/lib/libc/net/t_ether_aton.c
87
atf_tc_fail("failed on `%s'", s);
tests/lib/libc/net/t_ether_aton.c
89
atf_tc_fail("unexpected result on `%s'", s);
tests/lib/libc/net/t_ether_aton.c
92
atf_tc_fail("unexpectedly succeeded on `%s' "
tests/lib/libc/net/t_if_nametoindex.c
62
atf_tc_fail("failed on lo0");
tests/lib/libc/net/t_if_nametoindex.c
66
atf_tc_fail("foo's errno != ENXIO");
tests/lib/libc/regex/t_regex_att.c
401
atf_tc_fail("Failed to open input file %s", data_path);
tests/lib/libc/setjmp/t_setjmp.c
193
atf_tc_fail("unknown test");
tests/lib/libc/setjmp/t_setjmp.c
226
atf_tc_fail("unknown test");
tests/lib/libc/setjmp/t_setjmp.c
244
atf_tc_fail("setjmp returned zero after longjmp");
tests/lib/libc/setjmp/t_setjmp.c
278
atf_tc_fail("unknown test");
tests/lib/libc/setjmp/t_setjmp.c
281
atf_tc_fail("jmp failed");
tests/lib/libc/setjmp/t_sigstack.c
218
atf_tc_fail("unreachable");
tests/lib/libc/setjmp/t_threadjmp.c
118
atf_tc_fail("unknown test");
tests/lib/libc/setjmp/t_threadjmp.c
155
atf_tc_fail("jmp failed");
tests/lib/libc/stdio/t_fopen.c
328
atf_tc_fail("Failed to query module status");
tests/lib/libc/stdio/t_popen.c
63
atf_tc_fail("Check stderr for error details."); \
tests/lib/libc/stdlib/t_exit.c
106
atf_tc_fail("exit(3) did not exit successfully");
tests/lib/libc/stdlib/t_exit.c
134
atf_tc_fail("invalid exit(3) status");
tests/lib/libc/stdlib/t_exit.c
169
atf_tc_fail("failed to create temporary file");
tests/lib/libc/stdlib/t_exit.c
174
atf_tc_fail("exit(3) did not clear temporary file");
tests/lib/libc/stdlib/t_exit.c
78
atf_tc_fail("atexit(3) failed");
tests/lib/libc/stdlib/t_exit.c
81
atf_tc_fail("atexit(3) was not called");
tests/lib/libc/stdlib/t_strtod.c
311
atf_tc_fail("strtod(3) did not detect underflow");
tests/lib/libc/stdlib/t_strtoi.c
105
atf_tc_fail("strtoi(3) changed errno to %d ('%s')",
tests/lib/libc/stdlib/t_strtoi.c
294
atf_tc_fail("Range test %zd set errno=%d", i, errno);
tests/lib/libc/stdlib/t_strtoi.c
76
atf_tc_fail("Out of Memory");
tests/lib/libc/stdlib/t_strtol.c
251
atf_tc_fail("strtol(3) did not catch ERANGE");
tests/lib/libc/string/t_memchr.c
107
atf_tc_fail("should not have found "
tests/lib/libc/string/t_memchr.c
114
atf_tc_fail("char not found at "
tests/lib/libc/string/t_memchr.c
119
atf_tc_fail("Corrupt test case data");
tests/lib/libc/string/t_memchr.c
125
atf_tc_fail("zero extension of char arg "
tests/lib/libc/string/t_memmem.c
68
atf_tc_fail("Check stderr for test id/line"); \
tests/lib/libc/string/t_memset.c
202
atf_tc_fail("memset(3) did not fill a static buffer");
tests/lib/libc/string/t_memset.c
207
atf_tc_fail("bzero(3) with 0 size did change the buffer");
tests/lib/libc/string/t_strcat.c
106
atf_tc_fail("strcat did not "
tests/lib/libc/string/t_strcat.c
117
atf_tc_fail("string not copied "
tests/lib/libc/string/t_strchr.c
49
atf_tc_fail("Check stderr for details");
tests/lib/libc/string/t_strchrnul.c
48
atf_tc_fail("Check stderr for details");
tests/lib/libc/string/t_strcmp.c
93
atf_tc_fail("Check stderr for details");
tests/lib/libc/string/t_strcpy.c
100
atf_tc_fail("strcpy did not return "
tests/lib/libc/string/t_strcpy.c
111
atf_tc_fail("not correctly copied");
tests/lib/libc/string/t_stresep.c
42
atf_tc_fail("Check stderr for test id/line"); \
tests/lib/libc/string/t_strlen.c
135
atf_tc_fail("See stderr for details");
tests/lib/libc/string/t_strrchr.c
227
atf_tc_fail("strrchr should not have "
tests/lib/libc/string/t_strrchr.c
233
atf_tc_fail("strrchr returns wrong "
tests/lib/libc/string/t_strrchr.c
238
atf_tc_fail("bad test case data");
tests/lib/libc/string/t_strrchr.c
245
atf_tc_fail("zero extension of char arg fails");
tests/lib/libc/sys/t_chroot.c
104
atf_tc_fail("chroot(2) did not change the root directory");
tests/lib/libc/sys/t_chroot.c
168
atf_tc_fail("chroot(2) succeeded as unprivileged user");
tests/lib/libc/sys/t_chroot.c
219
atf_tc_fail("fchroot(2) failed");
tests/lib/libc/sys/t_chroot.c
227
atf_tc_fail("fchroot(2) did not change the root directory");
tests/lib/libc/sys/t_chroot.c
300
atf_tc_fail("fchroot(2) succeeded as unprivileged user");
tests/lib/libc/sys/t_chroot.c
96
atf_tc_fail("chroot(2) failed");
tests/lib/libc/sys/t_clone.c
139
atf_tc_fail("clone() returned 0");
tests/lib/libc/sys/t_clone.c
142
atf_tc_fail("clone() failed: %s", strerror(errno));
tests/lib/libc/sys/t_clone.c
159
atf_tc_fail("child: argument does not contain parent's pid");
tests/lib/libc/sys/t_clone.c
162
atf_tc_fail("child: called in parent's pid");
tests/lib/libc/sys/t_clone.c
165
atf_tc_fail("child: called with bad stack");
tests/lib/libc/sys/t_clone.c
168
atf_tc_fail("child returned unknown code: %d",
tests/lib/libc/sys/t_connect.c
72
atf_tc_fail("setsockopt failed: %s", strerror(errno));
tests/lib/libc/sys/t_connect.c
82
atf_tc_fail("connect failed: %s%s",
tests/lib/libc/sys/t_dup.c
124
atf_tc_fail("invalid descriptor");
tests/lib/libc/sys/t_dup.c
339
atf_tc_fail("system call error");
tests/lib/libc/sys/t_dup.c
342
atf_tc_fail("dup(2) dupped more than RLIMIT_NOFILE");
tests/lib/libc/sys/t_dup.c
344
atf_tc_fail("unknown error");
tests/lib/libc/sys/t_dup.c
94
atf_tc_fail("invalid mode");
tests/lib/libc/sys/t_getgroups.c
129
atf_tc_fail("getgroups(2) is inconsistent");
tests/lib/libc/sys/t_getgroups.c
158
atf_tc_fail("getgroups(2) modified the buffer");
tests/lib/libc/sys/t_getgroups.c
88
atf_tc_fail("getgid(2) not found from getgroups(2)");
tests/lib/libc/sys/t_getitimer.c
146
atf_tc_fail("timer did not fire");
tests/lib/libc/sys/t_getitimer.c
204
atf_tc_fail("setitimer(2) did not store old values");
tests/lib/libc/sys/t_getitimer.c
93
atf_tc_fail("getitimer(2) modified the timer before it was armed");
tests/lib/libc/sys/t_getlogin.c
115
atf_tc_fail("setlogin(2) failed to set login name");
tests/lib/libc/sys/t_getlogin.c
173
atf_tc_fail("expected EFAULT, but the call succeeded");
tests/lib/libc/sys/t_getlogin.c
176
atf_tc_fail("expected EINVAL, but the call succeeded");
tests/lib/libc/sys/t_getlogin.c
178
atf_tc_fail("setlogin(2) failed, but login name was set");
tests/lib/libc/sys/t_getlogin.c
224
atf_tc_fail("login name was set as an unprivileged user");
tests/lib/libc/sys/t_getlogin.c
75
atf_tc_fail("getlogin(2) and getlogin_r(2) differ");
tests/lib/libc/sys/t_getpid.c
123
atf_tc_fail("Unequal PIDs");
tests/lib/libc/sys/t_getpid.c
91
atf_tc_fail("PID mismatch");
tests/lib/libc/sys/t_getpid.c
96
atf_tc_fail("PID mismatch");
tests/lib/libc/sys/t_getrusage.c
122
atf_tc_fail("getrusage(2) did not record signals");
tests/lib/libc/sys/t_getrusage.c
224
atf_tc_fail("user time went backwards");
tests/lib/libc/sys/t_getrusage.c
227
atf_tc_fail("anticipated error did not occur");
tests/lib/libc/sys/t_getrusage.c
258
atf_tc_fail("zero user time from getrusage(2)");
tests/lib/libc/sys/t_getrusage.c
261
atf_tc_fail("anticipated error did not occur");
tests/lib/libc/sys/t_getsid.c
108
atf_tc_fail("invalid session ID");
tests/lib/libc/sys/t_getsid.c
56
atf_tc_fail("getsid(0) did not match the calling process");
tests/lib/libc/sys/t_gettimeofday.c
75
atf_tc_fail("time went backwards");
tests/lib/libc/sys/t_issetugid.c
108
atf_tc_fail("issetugid(2) failed with effective UID");
tests/lib/libc/sys/t_issetugid.c
122
atf_tc_fail("issetugid(2) failed with real GID");
tests/lib/libc/sys/t_issetugid.c
136
atf_tc_fail("issetugid(2) failed with real UID");
tests/lib/libc/sys/t_issetugid.c
94
atf_tc_fail("issetugid(2) failed with effective GID");
tests/lib/libc/sys/t_kill.c
116
atf_tc_fail("expected EINVAL, but kill(2) succeeded");
tests/lib/libc/sys/t_kill.c
119
atf_tc_fail("expected ESRCH, but kill(2) succeeded");
tests/lib/libc/sys/t_kill.c
121
atf_tc_fail("unknown error from kill(2)");
tests/lib/libc/sys/t_kill.c
155
atf_tc_fail("getpwnam(3) failed");
tests/lib/libc/sys/t_kill.c
203
atf_tc_fail("killed a process of another user");
tests/lib/libc/sys/t_kill.c
206
atf_tc_fail("unknown error from kill(2)");
tests/lib/libc/sys/t_kill.c
253
atf_tc_fail("failed to kill(2) a process group");
tests/lib/libc/sys/t_kill.c
299
atf_tc_fail("failed to kill(2) a process group");
tests/lib/libc/sys/t_kill.c
76
atf_tc_fail("kill(2) failed to kill child");
tests/lib/libc/sys/t_link.c
202
atf_tc_fail("unequal UIDs");
tests/lib/libc/sys/t_link.c
205
atf_tc_fail("unequal modes");
tests/lib/libc/sys/t_link.c
208
atf_tc_fail("unequal inodes");
tests/lib/libc/sys/t_link.c
90
atf_tc_fail("incorrect link(2) count");
tests/lib/libc/sys/t_listen.c
115
atf_tc_fail("setsockopt failed: %s", strerror(errno));
tests/lib/libc/sys/t_listen.c
119
atf_tc_fail("listen failed: %s%s",
tests/lib/libc/sys/t_mincore.c
228
atf_tc_fail("mlockall(2) failed");
tests/lib/libc/sys/t_mincore.c
234
atf_tc_fail("mlockall(MCL_FUTURE) succeeded, still only "
tests/lib/libc/sys/t_mkdir.c
143
atf_tc_fail("failed to create '%s'", path);
tests/lib/libc/sys/t_mkdir.c
154
atf_tc_fail("invalid UID for '%s'", path);
tests/lib/libc/sys/t_mkdir.c
157
atf_tc_fail("GID did not follow the parent directory");
tests/lib/libc/sys/t_mkfifo.c
104
atf_tc_fail("FIFO did not block");
tests/lib/libc/sys/t_mkfifo.c
196
atf_tc_fail("FIFO blocked for O_NONBLOCK open(2)");
tests/lib/libc/sys/t_mkfifo.c
256
atf_tc_fail("invalid mode from mkfifo(2)");
tests/lib/libc/sys/t_mkfifo.c
284
atf_tc_fail("invalid mode from mknod(2) with S_IFIFO");
tests/lib/libc/sys/t_mkfifo.c
63
atf_tc_fail("mkfifo(2) failed");
tests/lib/libc/sys/t_mlock.c
210
atf_tc_fail("mlock(2) locked beyond system limits");
tests/lib/libc/sys/t_mmap.c
116
atf_tc_fail("socketpair() failed");
tests/lib/libc/sys/t_mmap.c
121
atf_tc_fail("setsockopt() failed, SO_RCVBUF");
tests/lib/libc/sys/t_mmap.c
126
atf_tc_fail("setsockopt() failed, SO_SNDBUF");
tests/lib/libc/sys/t_mmap.c
129
atf_tc_fail("fcntl() failed");
tests/lib/libc/sys/t_mmap.c
134
atf_tc_fail("write() failed");
tests/lib/libc/sys/t_mmap.c
142
atf_tc_fail("read() failed");
tests/lib/libc/sys/t_mmap.c
145
atf_tc_fail("too short read");
tests/lib/libc/sys/t_mmap.c
148
atf_tc_fail("data mismatch");
tests/lib/libc/sys/t_mmap.c
458
atf_tc_fail("mmap: %s", strerror(errno));
tests/lib/libc/sys/t_mmap.c
465
atf_tc_fail("update mmap: %s", strerror(errno));
tests/lib/libc/sys/t_mmap.c
471
atf_tc_fail("munmap: %s", strerror(errno));
tests/lib/libc/sys/t_mmap.c
575
atf_tc_fail("child process got SIGSEGV instead of SIGBUS");
tests/lib/libc/sys/t_mmap.c
604
atf_tc_fail("failed to read vm.user_va0_disable");
tests/lib/libc/sys/t_mprotect.c
275
atf_tc_fail("%s", str);
tests/lib/libc/sys/t_msgctl.c
171
atf_tc_fail("system call failed");
tests/lib/libc/sys/t_msgctl.c
174
atf_tc_fail("UID %u manipulated root's "
tests/lib/libc/sys/t_msgctl.c
219
atf_tc_fail("the PID of last msgsnd(2) was not updated");
tests/lib/libc/sys/t_msgctl.c
239
atf_tc_fail("the PID of last msgrcv(2) was not updated");
tests/lib/libc/sys/t_msgctl.c
274
atf_tc_fail("root failed to change the UID of message queue");
tests/lib/libc/sys/t_msgctl.c
280
atf_tc_fail("root failed to change the GID of message queue");
tests/lib/libc/sys/t_msgctl.c
289
atf_tc_fail("root failed to change qbytes of message queue");
tests/lib/libc/sys/t_msgctl.c
322
atf_tc_fail("time of last msgsnd(2) was not updated");
tests/lib/libc/sys/t_msgctl.c
325
atf_tc_fail("time of last msgrcv(2) was updated incorrectly");
tests/lib/libc/sys/t_msgctl.c
334
atf_tc_fail("time of last msgrcv(2) was not updated");
tests/lib/libc/sys/t_msgctl.c
340
atf_tc_fail("time of last msgsnd(2) was updated incorrectly");
tests/lib/libc/sys/t_msgget.c
132
atf_tc_fail("failed to create message queue");
tests/lib/libc/sys/t_msgget.c
137
atf_tc_fail("message queue was removed on process exit");
tests/lib/libc/sys/t_msgget.c
182
atf_tc_fail("msgget(2) initialized current time incorrectly");
tests/lib/libc/sys/t_msgget.c
241
atf_tc_fail("msgget(2) opened more than %d queues", lim);
tests/lib/libc/sys/t_msgget.c
79
atf_tc_fail("failed to create message queue");
tests/lib/libc/sys/t_msgget.c
84
atf_tc_fail("msgget(2) failed for IPC_EXCL");
tests/lib/libc/sys/t_msgget.c
95
atf_tc_fail("msgget(2) failed to re-open");
tests/lib/libc/sys/t_msgrcv.c
140
atf_tc_fail("msgrcv(2) did not block");
tests/lib/libc/sys/t_msgrcv.c
283
atf_tc_fail("msgrcv(2) blocked with IPC_NOWAIT");
tests/lib/libc/sys/t_msgrcv.c
286
atf_tc_fail("msgrcv(2) failed");
tests/lib/libc/sys/t_msgsnd.c
111
atf_tc_fail("msgsnd(2) did not block");
tests/lib/libc/sys/t_msgsnd.c
153
atf_tc_fail("failed to enqueue a message");
tests/lib/libc/sys/t_msgsnd.c
160
atf_tc_fail("incorrect message count");
tests/lib/libc/sys/t_msgsnd.c
249
atf_tc_fail("msgsnd(2) blocked with IPC_NOWAIT");
tests/lib/libc/sys/t_msgsnd.c
316
atf_tc_fail("system call failed");
tests/lib/libc/sys/t_msgsnd.c
318
atf_tc_fail("UID %u enqueued message to root's queue", uid);
tests/lib/libc/sys/t_msync.c
143
atf_tc_fail("%s", str);
tests/lib/libc/sys/t_msync.c
191
atf_tc_fail("%s", str);
tests/lib/libc/sys/t_msync.c
207
atf_tc_fail("%s", str);
tests/lib/libc/sys/t_nanosleep.c
176
atf_tc_fail("signal did not interrupt nanosleep(2)");
tests/lib/libc/sys/t_pipe.c
112
atf_tc_fail("sigsuspend(&emptysigset): %s",
tests/lib/libc/sys/t_poll.c
260
atf_tc_fail("mkfifo(2) failed");
tests/lib/libc/sys/t_posix_fallocate.c
49
atf_tc_fail("Should return error %s without setting errno.",
tests/lib/libc/sys/t_posix_fallocate.c
52
atf_tc_fail("returned %s but expected %s.",
tests/lib/libc/sys/t_posix_fallocate.c
55
atf_tc_fail("errno should be %d but got changed to %d.",
tests/lib/libc/sys/t_ptrace_register_wait.h
49
atf_tc_fail("Impossible test scenario!");
tests/lib/libc/sys/t_ptrace_register_wait.h
54
atf_tc_fail("Impossible test scenario!");
tests/lib/libc/sys/t_ptrace_wait.h
822
atf_tc_fail("More LWPs reported than expected");
tests/lib/libc/sys/t_revoke.c
168
atf_tc_fail("revoke(2) did not obey permissions");
tests/lib/libc/sys/t_select.c
128
atf_tc_fail("pselect() masks don't match "
tests/lib/libc/sys/t_select.c
166
atf_tc_fail("pselect() did not receive signal");
tests/lib/libc/sys/t_select.c
204
atf_tc_fail("pselect() did not receive signal");
tests/lib/libc/sys/t_setrlimit.c
126
atf_tc_fail("failed to set limit (%d)", lim);
tests/lib/libc/sys/t_setrlimit.c
190
atf_tc_fail("initialization failed");
tests/lib/libc/sys/t_setrlimit.c
221
atf_tc_fail("RLIMIT_FSIZE not enforced");
tests/lib/libc/sys/t_setrlimit.c
260
atf_tc_fail("initialization failed");
tests/lib/libc/sys/t_setrlimit.c
293
atf_tc_fail("RLIMIT_MEMLOCK not enforced");
tests/lib/libc/sys/t_setrlimit.c
341
atf_tc_fail("RLIMIT_NOFILE not enforced");
tests/lib/libc/sys/t_setrlimit.c
400
atf_tc_fail("RLIMIT_NOFILE not enforced");
tests/lib/libc/sys/t_setrlimit.c
441
atf_tc_fail("RLIMIT_NPROC not enforced");
tests/lib/libc/sys/t_setrlimit.c
85
atf_tc_fail("initialization failed");
tests/lib/libc/sys/t_setuid.c
110
atf_tc_fail("failed to change UID to %u", pw->pw_uid);
tests/lib/libc/sys/t_sigaction.c
78
atf_tc_fail("%s; raw exit status was %d", fail_message, status);
tests/lib/libc/sys/t_sigaltstack.c
89
atf_tc_fail("signal handler wasn't called (count=%d)", i);
tests/lib/libc/sys/t_sigaltstack.c
91
atf_tc_fail("alternative stack wasn't used (count=%d)", i);
tests/lib/libc/sys/t_sigqueue.c
72
atf_tc_fail("sigaction failed");
tests/lib/libc/sys/t_sigqueue.c
77
atf_tc_fail("sigqueue failed");
tests/lib/libc/sys/t_stat.c
136
atf_tc_fail("inconsistent stat(2)");
tests/lib/libc/sys/t_stat.c
143
atf_tc_fail("stat(2) and fts(3) differ");
tests/lib/libc/sys/t_stat.c
228
atf_tc_fail("mtimes did not change");
tests/lib/libc/sys/t_stat.c
264
atf_tc_fail("invalid GID");
tests/lib/libc/sys/t_stat.c
267
atf_tc_fail("invalid UID");
tests/lib/libc/sys/t_stat.c
306
atf_tc_fail("invalid file size");
tests/lib/libc/sys/t_stat.c
309
atf_tc_fail("stat(2) and fstat(2) mismatch");
tests/lib/libc/sys/t_stat.c
360
atf_tc_fail("fstat(2) failed for a EINPROGRESS socket");
tests/lib/libc/sys/t_stat.c
388
atf_tc_fail("stat(2) detected symbolic link");
tests/lib/libc/sys/t_stat.c
391
atf_tc_fail("lstat(2) did not detect symbolic link");
tests/lib/libc/sys/t_stat.c
394
atf_tc_fail("inconsistencies between stat(2) and lstat(2)");
tests/lib/libc/sys/t_stat.c
75
atf_tc_fail("stat(2) did not detect chflags(2)");
tests/lib/libc/sys/t_truncate.c
132
atf_tc_fail("truncate(2) did not truncate");
tests/lib/libc/sys/t_truncate.c
72
atf_tc_fail("ftruncate(2) did not truncate");
tests/lib/libc/sys/t_umask.c
102
atf_tc_fail("umask(2) was not inherited");
tests/lib/libc/sys/t_umask.c
156
atf_tc_fail("%s", str);
tests/lib/libc/sys/t_umask.c
190
atf_tc_fail("umask(2) did not return the previous mask");
tests/lib/libc/sys/t_write.c
185
atf_tc_fail("inconsistent return values from write(2)");
tests/lib/libc/t_convfp.c
63
atf_tc_fail("FAILED: unsigned int %u (0x%x) != %u (0x%x)",
tests/lib/libc/t_convfp.c
98
atf_tc_fail("unsigned long %lu (0x%lx) != %lu (0x%lx)",
tests/lib/libc/termios/t_tcsetpgrp.c
78
atf_tc_fail("wrong errno");
tests/lib/libc/time/t_mktime.c
55
atf_tc_fail("inconsistencies between "
tests/lib/libc/ttyio/t_ptm.c
136
atf_tc_fail("/dev/ptmx: %s", strerror(errno));
tests/lib/libc/ttyio/t_ptm.c
184
atf_tc_fail("/dev/ptmx: %s", strerror(errno));
tests/lib/libc/ttyio/t_ptm.c
70
atf_tc_fail("/dev/ptm: %s", strerror(errno));
tests/lib/libc/ttyio/t_ttyio.c
103
atf_tc_fail("fork(): %s", strerror(errno));
tests/lib/libc/ttyio/t_ttyio.c
118
atf_tc_fail("fork(): %s", strerror(errno));
tests/lib/libexecinfo/t_backtrace_sandbox.c
78
atf_tc_fail("resolving symbols in chroot failed");
tests/lib/libi386/t_user_ldt.c
226
atf_tc_fail("test did not fault as expected");
tests/lib/libi386/t_user_ldt.c
270
atf_tc_fail("test did not fault as expected");
tests/lib/libi386/t_user_ldt.c
284
atf_tc_fail("unexpected #GP");
tests/lib/libi386/t_user_ldt.c
291
atf_tc_fail("got #GP on the wrong instruction");
tests/lib/libi386/t_user_ldt.c
335
atf_tc_fail("test did not fault as expected");
tests/lib/libi386/t_user_ldt.c
67
atf_tc_fail("mmap failed");
tests/lib/libm/t_bit.c
69
atf_tc_fail("%s:%d iteration %d signbitf is wrong"
tests/lib/libm/t_bit.c
74
atf_tc_fail("%s:%d iteration %d signbit is wrong"
tests/lib/libm/t_bit.c
79
atf_tc_fail("%s:%d iteration %d signbitl is wrong"
tests/lib/libm/t_bit.c
88
atf_tc_fail("%s:%d iteration %d signbitl is"
tests/lib/libm/t_fe_round.c
143
atf_tc_fail("impossible");
tests/lib/libm/t_fe_round.c
258
atf_tc_fail("impossible");
tests/lib/libm/t_fe_round.c
390
atf_tc_fail("impossible");
tests/lib/libm/t_fenv.c
160
atf_tc_fail("unknown rounding mode %d (%s)", feround, name);
tests/lib/libm/t_next.c
48
atf_tc_fail("missing nextafter{,f,l} and nexttoward{,f,l} on vax");
tests/lib/libm/t_remquo.c
59
atf_tc_fail("missing remquo on vax");
tests/lib/libossaudio/t_ossaudio.c
103
atf_tc_fail("ioctl SNDCTL_DSP_STEREO (0) failed");
tests/lib/libossaudio/t_ossaudio.c
107
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
115
atf_tc_fail("ioctl SNDCTL_DSP_STEREO (1) failed");
tests/lib/libossaudio/t_ossaudio.c
119
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
126
atf_tc_fail("ioctl SNDCTL_DSP_SETFMT (AFMT_MU_LAW) failed");
tests/lib/libossaudio/t_ossaudio.c
130
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
136
atf_tc_fail("ioctl SNDCTL_DSP_SETFMT (AFMT_A_LAW) failed");
tests/lib/libossaudio/t_ossaudio.c
140
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
146
atf_tc_fail("ioctl SNDCTL_DSP_SETFMT (AFMT_S16_LE) failed");
tests/lib/libossaudio/t_ossaudio.c
150
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
156
atf_tc_fail("ioctl SNDCTL_DSP_SETFMT (AFMT_S16_BE) failed");
tests/lib/libossaudio/t_ossaudio.c
160
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
166
atf_tc_fail("ioctl SNDCTL_DSP_SETFMT (AFMT_U16_LE) failed");
tests/lib/libossaudio/t_ossaudio.c
170
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
176
atf_tc_fail("ioctl SNDCTL_DSP_SETFMT (AFMT_U16_BE) failed");
tests/lib/libossaudio/t_ossaudio.c
180
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
186
atf_tc_fail("ioctl SNDCTL_DSP_SETFMT (AFMT_S32_LE) failed");
tests/lib/libossaudio/t_ossaudio.c
190
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
198
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (8000) failed");
tests/lib/libossaudio/t_ossaudio.c
201
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
206
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (32000) failed");
tests/lib/libossaudio/t_ossaudio.c
209
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
215
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (44100) failed");
tests/lib/libossaudio/t_ossaudio.c
218
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
224
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (48000) failed");
tests/lib/libossaudio/t_ossaudio.c
227
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
233
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (96000) failed");
tests/lib/libossaudio/t_ossaudio.c
236
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
242
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (192000) failed");
tests/lib/libossaudio/t_ossaudio.c
245
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
256
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (900) failed");
tests/lib/libossaudio/t_ossaudio.c
258
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
265
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (197000) failed");
tests/lib/libossaudio/t_ossaudio.c
267
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
275
atf_tc_fail("ioctl SNDCTL_DSP_SPEED (0) failed");
tests/lib/libossaudio/t_ossaudio.c
277
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
306
atf_tc_fail("ioctl SNDCTL_DSP_SETTRIGGER (0) failed");
tests/lib/libossaudio/t_ossaudio.c
309
atf_tc_fail("ioctl SNDCTL_DSP_GETTRIGGER failed");
tests/lib/libossaudio/t_ossaudio.c
313
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
321
atf_tc_fail("ioctl SNDCTL_DSP_SETTRIGGER "
tests/lib/libossaudio/t_ossaudio.c
325
atf_tc_fail("ioctl SNDCTL_DSP_GETTRIGGER failed");
tests/lib/libossaudio/t_ossaudio.c
329
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
355
atf_tc_fail("ioctl SNDCTL_DSP_SETTRIGGER (0) failed");
tests/lib/libossaudio/t_ossaudio.c
358
atf_tc_fail("ioctl SNDCTL_DSP_GETTRIGGER failed");
tests/lib/libossaudio/t_ossaudio.c
362
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
370
atf_tc_fail("ioctl SNDCTL_DSP_SETTRIGGER "
tests/lib/libossaudio/t_ossaudio.c
374
atf_tc_fail("ioctl SNDCTL_DSP_GETTRIGGER failed");
tests/lib/libossaudio/t_ossaudio.c
378
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
409
atf_tc_fail("ioctl SNDCTL_DSP_GETCAPS failed");
tests/lib/libossaudio/t_ossaudio.c
412
atf_tc_fail("ioctl AUDIO_GETPROPS failed");
tests/lib/libossaudio/t_ossaudio.c
430
atf_tc_fail("ioctl SNDCTL_DSP_GETFMTS failed");
tests/lib/libossaudio/t_ossaudio.c
54
atf_tc_fail("ioctl AUDIO_GETFORMAT failed");
tests/lib/libossaudio/t_ossaudio.c
62
atf_tc_fail("ioctl SNDCTL_DSP_CHANNELS (1) failed");
tests/lib/libossaudio/t_ossaudio.c
66
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
73
atf_tc_fail("ioctl SNDCTL_DSP_CHANNELS (2) failed");
tests/lib/libossaudio/t_ossaudio.c
77
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libossaudio/t_ossaudio.c
87
atf_tc_fail("ioctl SNDCTL_DSP_CHANNELS (0) failed");
tests/lib/libossaudio/t_ossaudio.c
91
atf_tc_fail("ioctl AUDIO_GETBUFINFO failed");
tests/lib/libppath/t_ppath.c
1000
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1003
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1005
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1046
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1049
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1052
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1054
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
106
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
109
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
1095
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1098
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1101
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1103
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1145
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1148
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1151
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1153
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1184
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1187
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1190
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1192
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1225
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1228
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1231
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1233
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1266
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1269
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1272
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1274
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1306
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1309
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1312
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1314
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1353
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1356
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1359
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1361
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1400
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1403
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1406
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1408
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1447
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1450
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1453
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1455
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
146
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
149
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
1494
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
1497
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
1500
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
1502
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
193
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
196
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
236
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
240
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
274
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
276
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
307
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
311
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
318
atf_tc_fail("ppath_copy failed");
tests/lib/libppath/t_ppath.c
354
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
366
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
373
atf_tc_fail("ppath_copy failed");
tests/lib/libppath/t_ppath.c
383
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
389
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
396
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
402
atf_tc_fail("ppath_idx failed");
tests/lib/libppath/t_ppath.c
405
atf_tc_fail("last path component expected to be \"key\"");
tests/lib/libppath/t_ppath.c
441
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
447
atf_tc_fail("dictionaries are unequal from the outset, argh! "
tests/lib/libppath/t_ppath.c
455
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
458
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
460
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
463
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
465
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
467
atf_tc_fail("ppath_push_idx failed");
tests/lib/libppath/t_ppath.c
470
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
513
atf_tc_fail("copydel modified original dictionary, "
tests/lib/libppath/t_ppath.c
522
atf_tc_fail("copydel made no change to the new "
tests/lib/libppath/t_ppath.c
537
atf_tc_fail("copydel made an out-of-bounds change to the new "
tests/lib/libppath/t_ppath.c
580
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
586
atf_tc_fail("dictionaries are unequal from the outset, argh! "
tests/lib/libppath/t_ppath.c
594
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
597
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
599
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
602
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
604
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
606
atf_tc_fail("ppath_push_idx failed");
tests/lib/libppath/t_ppath.c
609
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
64
atf_tc_fail("count of extant paths overflowed");
tests/lib/libppath/t_ppath.c
647
atf_tc_fail("copydel modified original dictionary, "
tests/lib/libppath/t_ppath.c
656
atf_tc_fail("copydel made no change to the new "
tests/lib/libppath/t_ppath.c
671
atf_tc_fail("copydel made an out-of-bounds change to the new "
tests/lib/libppath/t_ppath.c
71
atf_tc_fail("count of extant path underflowed");
tests/lib/libppath/t_ppath.c
710
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
716
atf_tc_fail("dictionaries are unequal from the outset, argh! "
tests/lib/libppath/t_ppath.c
723
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
726
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
728
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
746
atf_tc_fail("copydel modified original dictionary, "
tests/lib/libppath/t_ppath.c
755
atf_tc_fail("copydel made no change to the new "
tests/lib/libppath/t_ppath.c
767
atf_tc_fail("copydel made an out-of-bounds change to the new "
tests/lib/libppath/t_ppath.c
78
atf_tc_fail("count of extant path components overflowed");
tests/lib/libppath/t_ppath.c
804
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
810
atf_tc_fail("dictionaries are unequal from the outset, argh! "
tests/lib/libppath/t_ppath.c
817
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
820
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
822
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
840
atf_tc_fail("copyset modified original dictionary, "
tests/lib/libppath/t_ppath.c
849
atf_tc_fail("copyset made no change to the new "
tests/lib/libppath/t_ppath.c
85
atf_tc_fail("count of extant path components underflowed");
tests/lib/libppath/t_ppath.c
861
atf_tc_fail("copyset made an out-of-bounds change to the new "
tests/lib/libppath/t_ppath.c
897
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
900
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
903
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
905
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
947
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libppath/t_ppath.c
950
atf_tc_fail("ppath_create failed");
tests/lib/libppath/t_ppath.c
953
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
955
atf_tc_fail("ppath_push_key failed");
tests/lib/libppath/t_ppath.c
997
atf_tc_fail("prop_dictionary_internalize failed");
tests/lib/libprop/t_proplib.c
206
atf_tc_fail("dictionaries are not equal");
tests/lib/libpthread/t_cancellation.c
292
atf_tc_fail("no F_OFD_SETLKW");
tests/lib/libpthread/t_cancellation.c
488
atf_tc_fail("no posix_close");
tests/lib/libpthread/t_cancellation.c
550
atf_tc_fail("no posix_cond_clockwait");
tests/lib/libpthread/t_condwait.c
92
atf_tc_fail("pthread_cond_timedwait returned before timeout");
tests/lib/libpthread/t_fpu.c
144
atf_tc_fail("exiting from main");
tests/lib/libpthread/t_once.c
159
atf_tc_fail("Signal handler was called; "
tests/lib/libpthread/t_sigmask.c
165
atf_tc_fail("failure");
tests/lib/libpthread/t_sigmask.c
212
atf_tc_fail("sleeper");
tests/lib/librt/t_sem.c
142
atf_tc_fail("fork() returned -1");
tests/lib/librt/t_sem.c
243
atf_tc_fail("fork() returned -1");
tests/lib/libutil/t_pidfile.c
102
atf_tc_fail("The pidfile %s was not deleted", path);
tests/lib/libutil/t_pidfile.c
124
atf_tc_fail("See stderr for details");
tests/lib/libutil/t_pidfile.c
139
atf_tc_fail("Cannot allocate memory for path");
tests/lib/semaphore/sem.c
161
atf_tc_fail("sem destroy not reporting EBUSY");
tests/libexec/ld.elf_so/t_ifunc.c
161
atf_tc_fail("Test failed; see output for details");
tests/libexec/ld.elf_so/t_ifunc.c
98
atf_tc_fail("Test failed; see output for details");
tests/modules/t_builtin.c
164
atf_tc_fail("Failed to query module status");
tests/modules/t_modctl.c
105
atf_tc_fail("Failed to query module status");
tests/modules/t_modctl.c
145
atf_tc_fail("Failed to query %s", name);
tests/modules/t_modctl.c
304
atf_tc_fail("Module load failed");
tests/modules/t_modctl.c
330
atf_tc_fail("Module unload failed");
tests/net/bpf/t_bpf.c
92
atf_tc_fail("test precondition failed: MT_DATA mbufs != 0");
tests/net/can/t_can.c
162
atf_tc_fail("we got our own message");
tests/net/can/t_can.c
590
atf_tc_fail("we got message from other interface");
tests/net/can/t_canfilter.c
183
atf_tc_fail("we got our own message");
tests/net/can/t_canfilter.c
256
atf_tc_fail("we got our own message");
tests/net/can/t_canfilter.c
384
atf_tc_fail("we got our own message");
tests/net/config/netconfig.c
68
atf_tc_fail("makeshmif: rump_pub_shmif_create %d", rv);
tests/net/icmp/t_forward.c
155
atf_tc_fail("child exited with status %d",
tests/net/icmp/t_forward.c
158
atf_tc_fail("child died");
tests/net/icmp/t_ping.c
109
atf_tc_fail("ping failed");
tests/net/icmp/t_ping.c
111
atf_tc_fail("non-existent host responded");
tests/net/icmp/t_ping.c
436
atf_tc_fail("sendto did not write all data");
tests/net/icmp/t_ping.c
441
atf_tc_fail("child did not exit clean");
tests/net/if/t_compat.c
64
atf_tc_fail("failed to create shmif: %s", strerror(rv));
tests/rump/rumpkern/t_kern.c
100
atf_tc_fail("unexpected output");
tests/rump/rumpkern/t_kern.c
106
atf_tc_fail("fork");
tests/rump/rumpkern/t_kern.c
93
atf_tc_fail("regcomp failed");
tests/rump/rumpkern/t_lwproc.c
198
atf_tc_fail("survived");
tests/rump/rumpkern/t_modcmd.c
134
atf_tc_fail("mount unexpectedly succeeded");
tests/rump/rumpkern/t_modcmd.c
139
atf_tc_fail("cannot open %s: %s", TMPFSMODULE, dlmsg);
tests/rump/rumpkern/t_modcmd.c
146
atf_tc_fail("cannot find module info");
tests/rump/rumpkern/t_modcmd.c
148
atf_tc_fail("module init failed: %d (%s)", rv, strerror(rv));
tests/rump/rumpkern/t_modcmd.c
150
atf_tc_fail("module double init succeeded");
tests/rump/rumpkern/t_modcmd.c
155
atf_tc_fail("cannot unmount");
tests/rump/rumpkern/t_modcmd.c
158
atf_tc_fail("module fini failed: %d (%s)",
tests/rump/rumpkern/t_modcmd.c
163
atf_tc_fail("module double fini succeeded");
tests/rump/rumpkern/t_modcmd.c
170
atf_tc_fail("cannot close %s: %s", TMPFSMODULE, dlmsg);
tests/rump/rumpkern/t_modcmd.c
174
atf_tc_fail("mount unexpectedly succeeded");
tests/rump/rumpkern/t_workqueue.c
78
atf_tc_fail("SIGSEGV");
tests/sys/crypto/aes/t_aes.c
112
atf_tc_fail("%s self-test failed", (impl)->ai_name); \
tests/sys/crypto/aes/t_aes.c
68
atf_tc_fail("BearSSL aes_ct probe failed");
tests/sys/crypto/aes/t_aes.c
72
atf_tc_fail("BearSSL aes_ct self-test failed");
tests/sys/crypto/aes/t_aes.c
90
atf_tc_fail("BearSSL aes_ct probe64 failed");
tests/sys/crypto/aes/t_aes.c
94
atf_tc_fail("BearSSL aes_ct64 self-test failed");
tests/sys/crypto/chacha/t_chacha.c
59
atf_tc_fail("Portable C chacha_ref probe failed");
tests/sys/crypto/chacha/t_chacha.c
63
atf_tc_fail("Portable C chacha_ref self-test failed");
tests/sys/crypto/chacha/t_chacha.c
81
atf_tc_fail("%s self-test failed", (impl)->ci_name); \