OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atf_tc_fail
(Results
1 - 25
of
184
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/tests/lib/libossaudio/
t_ossaudio.c
54
atf_tc_fail
("ioctl AUDIO_GETFORMAT failed");
62
atf_tc_fail
("ioctl SNDCTL_DSP_CHANNELS (1) failed");
66
atf_tc_fail
("ioctl AUDIO_GETBUFINFO failed");
73
atf_tc_fail
("ioctl SNDCTL_DSP_CHANNELS (2) failed");
77
atf_tc_fail
("ioctl AUDIO_GETBUFINFO failed");
87
atf_tc_fail
("ioctl SNDCTL_DSP_CHANNELS (0) failed");
91
atf_tc_fail
("ioctl AUDIO_GETBUFINFO failed");
103
atf_tc_fail
("ioctl SNDCTL_DSP_STEREO (0) failed");
107
atf_tc_fail
("ioctl AUDIO_GETBUFINFO failed");
115
atf_tc_fail
("ioctl SNDCTL_DSP_STEREO (1) failed")
[
all
...]
/src/tests/fs/vfs/
t_rmdirrace.c
76
atf_tc_fail
("open failed");
79
atf_tc_fail
("chdir failed");
85
atf_tc_fail
("pthread_create1 failed");
88
atf_tc_fail
("pthread_create2 failed");
96
atf_tc_fail
("pthread_join2 failed");
99
atf_tc_fail
("pthread_join1 failed");
103
atf_tc_fail
("fchdir failed");
/src/tests/lib/libc/sys/
t_posix_fallocate.c
49
atf_tc_fail
("Should return error %s without setting errno.",
52
atf_tc_fail
("returned %s but expected %s.",
55
atf_tc_fail
("errno should be %d but got changed to %d.",
t_issetugid.c
94
atf_tc_fail
("issetugid(2) failed with effective GID");
108
atf_tc_fail
("issetugid(2) failed with effective UID");
122
atf_tc_fail
("issetugid(2) failed with real GID");
136
atf_tc_fail
("issetugid(2) failed with real UID");
t_getlogin.c
75
atf_tc_fail
("getlogin(2) and getlogin_r(2) differ");
115
atf_tc_fail
("setlogin(2) failed to set login name");
173
atf_tc_fail
("expected EFAULT, but the call succeeded");
176
atf_tc_fail
("expected EINVAL, but the call succeeded");
178
atf_tc_fail
("setlogin(2) failed, but login name was set");
224
atf_tc_fail
("login name was set as an unprivileged user");
t_clone.c
139
atf_tc_fail
("clone() returned 0");
142
atf_tc_fail
("clone() failed: %s", strerror(errno));
159
atf_tc_fail
("child: argument does not contain parent's pid");
162
atf_tc_fail
("child: called in parent's pid");
165
atf_tc_fail
("child: called with bad stack");
168
atf_tc_fail
("child returned unknown code: %d",
t_getpid.c
91
atf_tc_fail
("PID mismatch");
96
atf_tc_fail
("PID mismatch");
123
atf_tc_fail
("Unequal PIDs");
t_stat.c
75
atf_tc_fail
("stat(2) did not detect chflags(2)");
136
atf_tc_fail
("inconsistent stat(2)");
143
atf_tc_fail
("stat(2) and fts(3) differ");
228
atf_tc_fail
("mtimes did not change");
264
atf_tc_fail
("invalid GID");
267
atf_tc_fail
("invalid UID");
306
atf_tc_fail
("invalid file size");
309
atf_tc_fail
("stat(2) and fstat(2) mismatch");
360
atf_tc_fail
("fstat(2) failed for a EINPROGRESS socket");
388
atf_tc_fail
("stat(2) detected symbolic link")
[
all
...]
/src/tests/lib/libppath/
t_ppath.c
64
atf_tc_fail
("count of extant paths overflowed");
71
atf_tc_fail
("count of extant path underflowed");
78
atf_tc_fail
("count of extant path components overflowed");
85
atf_tc_fail
("count of extant path components underflowed");
106
atf_tc_fail
("ppath_create failed");
109
atf_tc_fail
("ppath_idx failed");
146
atf_tc_fail
("ppath_create failed");
149
atf_tc_fail
("ppath_idx failed");
193
atf_tc_fail
("ppath_create failed");
196
atf_tc_fail
("ppath_idx failed")
[
all
...]
/src/tests/fs/ffs/
t_mount.c
69
atf_tc_fail
("cannot create file system");
73
atf_tc_fail
("cannot register rump fake device");
83
atf_tc_fail
("not expecting to be alive");
110
atf_tc_fail
("cannot create file system");
114
atf_tc_fail
("cannot register rump fake device");
124
atf_tc_fail
("not expecting to be alive");
/src/tests/lib/libc/net/
t_if_nametoindex.c
62
atf_tc_fail
("failed on lo0");
66
atf_tc_fail
("foo's errno != ENXIO");
t_ether_aton.c
87
atf_tc_fail
("failed on `%s'", s);
89
atf_tc_fail
("unexpected result on `%s'", s);
92
atf_tc_fail
("unexpectedly succeeded on `%s' "
/src/tests/lib/libc/string/
t_strrchr.c
227
atf_tc_fail
("strrchr should not have "
233
atf_tc_fail
("strrchr returns wrong "
238
atf_tc_fail
("bad test case data");
245
atf_tc_fail
("zero extension of char arg fails");
/src/tests/rump/rumpkern/
t_modcmd.c
134
atf_tc_fail
("mount unexpectedly succeeded");
139
atf_tc_fail
("cannot open %s: %s", TMPFSMODULE, dlmsg);
146
atf_tc_fail
("cannot find module info");
148
atf_tc_fail
("module init failed: %d (%s)", rv, strerror(rv));
150
atf_tc_fail
("module double init succeeded");
155
atf_tc_fail
("cannot unmount");
158
atf_tc_fail
("module fini failed: %d (%s)",
163
atf_tc_fail
("module double fini succeeded");
170
atf_tc_fail
("cannot close %s: %s", TMPFSMODULE, dlmsg);
174
atf_tc_fail
("mount unexpectedly succeeded")
[
all
...]
/src/tests/lib/libc/stdlib/
t_exit.c
78
atf_tc_fail
("atexit(3) failed");
81
atf_tc_fail
("atexit(3) was not called");
106
atf_tc_fail
("exit(3) did not exit successfully");
134
atf_tc_fail
("invalid exit(3) status");
169
atf_tc_fail
("failed to create temporary file");
174
atf_tc_fail
("exit(3) did not clear temporary file");
/src/tests/lib/libc/gen/
t_dir.c
74
atf_tc_fail
("Could not open temp directory.");
100
atf_tc_fail
("cannot allocate memory");
113
atf_tc_fail
("1st seekdir found wrong name");
122
atf_tc_fail
("2nd seekdir found wrong name");
131
atf_tc_fail
("3rd seekdir found wrong name");
154
atf_tc_fail
("Could not open current directory");
163
atf_tc_fail
("Could not open current directory");
175
atf_tc_fail
("Failure: leaked %d bytes", oktouse);
t_getentropy.c
57
atf_tc_fail
("getentropy: %d (%s)", errno, strerror(errno));
72
atf_tc_fail
("getentropy: %d (%s)", errno, strerror(errno));
89
atf_tc_fail
("getentropy: %d (%s)", errno, strerror(errno));
151
atf_tc_fail
("mmap: %d (%s)", errno, strerror(errno));
153
atf_tc_fail
("mprotect: %d (%s)", errno, strerror(errno));
157
atf_tc_fail
("getentropy 1: %d (%s)", errno, strerror(errno));
170
atf_tc_fail
("getentropy 2: %d (%s)", errno, strerror(errno));
174
atf_tc_fail
("munmap: %d (%s)", errno, strerror(errno));
t_alarm.c
69
atf_tc_fail
("alarm(3) failed to deliver signal");
107
atf_tc_fail
("pending alarm was not cleared for child");
139
atf_tc_fail
("invalid return value from alarm(3)");
t_getgrent.c
99
atf_tc_fail
("sequential getgrent(3) failed");
114
atf_tc_fail
("getgrent(3) did not rewind");
171
atf_tc_fail
("group database is inconsistent");
t_pause.c
68
atf_tc_fail
("pause(3) did not cancel out from a signal");
97
atf_tc_fail
("child terminated before signal");
104
atf_tc_fail
("pause(3) did not cancel from SIGKILL");
t_time.c
57
atf_tc_fail
("incorrect return values from time(3)");
82
atf_tc_fail
("time(3) is not monotonic");
105
atf_tc_fail
("time(3) and gettimeofday(2) differ");
/src/tests/lib/libm/
t_bit.c
69
atf_tc_fail
("%s:%d iteration %d signbitf is wrong"
74
atf_tc_fail
("%s:%d iteration %d signbit is wrong"
79
atf_tc_fail
("%s:%d iteration %d signbitl is wrong"
88
atf_tc_fail
("%s:%d iteration %d signbitl is"
/src/tests/sys/crypto/chacha/
t_chacha.c
59
atf_tc_fail
("Portable C chacha_ref probe failed");
63
atf_tc_fail
("Portable C chacha_ref self-test failed");
81
atf_tc_fail
("%s self-test failed", (impl)->ci_name); \
/src/tests/fs/nullfs/
t_basic.c
98
atf_tc_fail
("null compare failed: %d (%s)",
105
atf_tc_fail
("unnull compare failed: %d (%s)",
112
atf_tc_fail
("unnull compare failed: %d (%s)",
120
atf_tc_fail
("stat tensti should return ENOENT, got %d", error);
124
atf_tc_fail
("stat kiekko should return ENOENT, got %d", error);
/src/tests/fs/lfs/
t_rfw.c
184
atf_tc_fail
("fsck found errors after roll forward");
200
atf_tc_fail
("Unchanged control file differs(!)");
203
atf_tc_fail
("Removed file still present");
208
atf_tc_fail
("Appended file differs");
211
atf_tc_fail
("Newly added file missing");
214
atf_tc_fail
("Newly added file differs");
223
atf_tc_fail
("fsck found errors after final unmount");
Completed in 16 milliseconds
1
2
3
4
5
6
7
8
Indexes created Mon Oct 27 02:09:54 GMT 2025