Home
last modified time | relevance | path

Searched refs:FAIL_EXIT1 (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/glibc-2.36/sysdeps/aarch64/
Dtst-audit27mod.c29 FAIL_EXIT1 ("a0: %a != %a", a0, FUNC_FLOAT_ARG0); in tst_audit27_func_float()
31 FAIL_EXIT1 ("a1: %a != %a", a1, FUNC_FLOAT_ARG1); in tst_audit27_func_float()
33 FAIL_EXIT1 ("a2: %a != %a", a2, FUNC_FLOAT_ARG2); in tst_audit27_func_float()
35 FAIL_EXIT1 ("a3: %a != %a", a3, FUNC_FLOAT_ARG3); in tst_audit27_func_float()
37 FAIL_EXIT1 ("a4: %a != %a", a4, FUNC_FLOAT_ARG4); in tst_audit27_func_float()
39 FAIL_EXIT1 ("a5: %a != %a", a5, FUNC_FLOAT_ARG5); in tst_audit27_func_float()
41 FAIL_EXIT1 ("a6: %a != %a", a6, FUNC_FLOAT_ARG6); in tst_audit27_func_float()
43 FAIL_EXIT1 ("a7: %a != %a", a7, FUNC_FLOAT_ARG7); in tst_audit27_func_float()
53 FAIL_EXIT1 ("a0: %la != %la", a0, FUNC_DOUBLE_ARG0); in tst_audit27_func_double()
55 FAIL_EXIT1 ("a1: %la != %la", a1, FUNC_DOUBLE_ARG1); in tst_audit27_func_double()
[all …]
/glibc-2.36/sysdeps/pthread/
Dtst-cancel4.c90 FAIL_EXIT1 ("mkstemp failed: %m"); in tf_read()
106 FAIL_EXIT1 ("read returns with %zd", s); in tf_read()
122 FAIL_EXIT1 ("mkstemp failed: %m"); in tf_readv()
139 FAIL_EXIT1 ("readv returns with %zd", s); in tf_readv()
155 FAIL_EXIT1 ("mkstemp failed: %m"); in tf_write()
176 FAIL_EXIT1 ("write returns with %zd", s); in tf_write()
192 FAIL_EXIT1 ("mkstemp failed: %m"); in tf_writev()
210 FAIL_EXIT1 ("writev returns with %zd", s); in tf_writev()
228 FAIL_EXIT1 ("sleep returns"); in tf_sleep()
246 FAIL_EXIT1 ("usleep returns"); in tf_usleep()
[all …]
Dtst-cnd-timedwait.c37 FAIL_EXIT1 ("mtx_lock failed"); in signal_parent()
39 FAIL_EXIT1 ("cnd_signal failed"); in signal_parent()
41 FAIL_EXIT1 ("mtx_unlock"); in signal_parent()
53 FAIL_EXIT1 ("cnd_init failed"); in do_test()
55 FAIL_EXIT1 ("mtx_init failed"); in do_test()
57 FAIL_EXIT1 ("mtx_lock failed"); in do_test()
60 FAIL_EXIT1 ("clock_gettime failed"); in do_test()
67 FAIL_EXIT1 ("thrd_create failed"); in do_test()
70 FAIL_EXIT1 ("cnd_timedwait failed"); in do_test()
73 FAIL_EXIT1 ("thrd_join failed"); in do_test()
[all …]
Dtst-cnd-basic.c37 FAIL_EXIT1 ("mtx_lock failed"); in signal_parent()
39 FAIL_EXIT1 ("cnd_signal"); in signal_parent()
41 FAIL_EXIT1 ("mtx_unlock"); in signal_parent()
52 FAIL_EXIT1 ("cnd_init failed"); in do_test()
54 FAIL_EXIT1 ("mtx_init failed"); in do_test()
57 FAIL_EXIT1 ("mtx_lock failed"); in do_test()
61 FAIL_EXIT1 ("thrd_create failed"); in do_test()
64 FAIL_EXIT1 ("cnd_wait failed"); in do_test()
69 FAIL_EXIT1 ("thrd_join failed"); in do_test()
72 FAIL_EXIT1 ("mtx_unlock"); in do_test()
Dtst-tss-basic.c34 FAIL_EXIT1 ("tss_create failed"); in tss_thrd()
37 FAIL_EXIT1 ("tss_set failed"); in tss_thrd()
41 FAIL_EXIT1 ("tss_get failed"); in tss_thrd()
43 FAIL_EXIT1 ("tss_get returned %p, expected %p", value, TSS_VALUE); in tss_thrd()
53 FAIL_EXIT1 ("tss_set succeed where it should have failed"); in do_test()
56 FAIL_EXIT1 ("tss_create failed"); in do_test()
60 FAIL_EXIT1 ("thrd_create failed"); in do_test()
63 FAIL_EXIT1 ("thrd failed"); in do_test()
68 FAIL_EXIT1 ("tss_get succeed where it should have failed"); in do_test()
Dtst-mtx-basic.c35 FAIL_EXIT1 ("mtx_lock failed"); in child_add()
40 FAIL_EXIT1 ("mtx_unlock failed"); in child_add()
52 FAIL_EXIT1 ("thrd_create failed"); in do_test()
55 FAIL_EXIT1 ("mtx_lock failed"); in do_test()
60 FAIL_EXIT1 ("mtx_unlock failed"); in do_test()
63 FAIL_EXIT1 ("thrd_join failed"); in do_test()
66 FAIL_EXIT1 ("counter (%d) != 2", counter); in do_test()
Dtst-mtx-timedlock.c45 FAIL_EXIT1 ("mtx_unlock failed"); in choose_action()
52 FAIL_EXIT1 ("%s lock error", thread_name); in choose_action()
74 FAIL_EXIT1 ("mtx_init failed"); in do_test()
77 FAIL_EXIT1 ("clock_gettime failed"); in do_test()
88 FAIL_EXIT1 ("thrd_create failed"); in do_test()
93 FAIL_EXIT1 ("thrd_join failed"); in do_test()
96 FAIL_EXIT1 ("shrd_counter != {1,2} (%d)", shrd_counter); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-sync_file_range.c45 FAIL_EXIT1 ("cannot create temporary file: %m"); in do_prepare()
48 FAIL_EXIT1 ("cannot generate temp file name: %m"); in do_prepare()
52 FAIL_EXIT1 ("cannot create fifo: %m"); in do_prepare()
56 FAIL_EXIT1 ("cannot open fifo: %m"); in do_prepare()
73 FAIL_EXIT1 ("sync_file_range did not fail on an invalid descriptor " in do_test()
76 FAIL_EXIT1 ("sync_file_range on an invalid descriptor did not set errno to " in do_test()
80 FAIL_EXIT1 ("sync_file_range did not fail on an invalid descriptor " in do_test()
83 FAIL_EXIT1 ("sync_file_range on an invalid descriptor did not set errno to " in do_test()
90 FAIL_EXIT1 ("sync_file_range did not failed with invalid flags " in do_test()
93 FAIL_EXIT1 ("sync_file_range with invalid flag did not set errno to " in do_test()
[all …]
Dtst-clone2.c50 FAIL_EXIT1 ("write ppid failed\n"); in f()
52 FAIL_EXIT1 ("write pid failed\n"); in f()
54 FAIL_EXIT1 ("write tid failed\n"); in f()
68 FAIL_EXIT1 ("sigprocmask failed: %m"); in do_test()
71 FAIL_EXIT1 ("pipe failed: %m"); in do_test()
94 FAIL_EXIT1("clone failed: %m"); in do_test()
100 FAIL_EXIT1 ("read ppid failed: %m"); in do_test()
105 FAIL_EXIT1 ("read pid failed: %m"); in do_test()
110 FAIL_EXIT1 ("read tid failed: %m"); in do_test()
130 FAIL_EXIT1 ("waitpid failed"); in do_test()
[all …]
Dtst-fallocate-common.c43 FAIL_EXIT1 ("cannot create temporary file: %m"); in do_prepare()
68 FAIL_EXIT1 ("fallocate failed"); in do_test_with_offset()
73 FAIL_EXIT1 ("fstat failed"); in do_test_with_offset()
76 FAIL_EXIT1 ("size of first fallocate less than expected (%llu)", in do_test_with_offset()
80 FAIL_EXIT1 ("fseek (0, SEEK_SET) failed"); in do_test_with_offset()
83 FAIL_EXIT1 ("fail trying to write " XSTR (BLK_SIZE) " bytes"); in do_test_with_offset()
86 FAIL_EXIT1 ("fseek (0, SEEK_SET) failed"); in do_test_with_offset()
89 FAIL_EXIT1 ("fail trying to read " XSTR (BLK_SIZE) " bytes"); in do_test_with_offset()
92 FAIL_EXIT1 ("buffer written different than buffer readed"); in do_test_with_offset()
Dtst-clone2-internal.c50 FAIL_EXIT1 ("write ppid failed\n"); in f()
52 FAIL_EXIT1 ("write pid failed\n"); in f()
54 FAIL_EXIT1 ("write tid failed\n"); in f()
68 FAIL_EXIT1 ("sigprocmask failed: %m"); in do_test()
71 FAIL_EXIT1 ("pipe failed: %m"); in do_test()
89 FAIL_EXIT1("clone failed: %m"); in do_test()
95 FAIL_EXIT1 ("read ppid failed: %m"); in do_test()
100 FAIL_EXIT1 ("read pid failed: %m"); in do_test()
105 FAIL_EXIT1 ("read tid failed: %m"); in do_test()
/glibc-2.36/posix/
Dtst-spawn3.c58 FAIL_EXIT1 ("getrlimit (RLIMIT_NOFILE): %m"); in do_test()
64 FAIL_EXIT1 ("setrlimit (RLIMIT_NOFILE): %m"); in do_test()
75 FAIL_EXIT1 ("create_temp_file: %m"); in do_test()
83 FAIL_EXIT1 ("posix_spawn_file_actions_init"); in do_test()
89 FAIL_EXIT1 ("posix_spawn_file_actions_addopen"); in do_test()
92 FAIL_EXIT1 ("posix_spawn_file_actions_adddup2"); in do_test()
100 FAIL_EXIT1 ("posix_spawn_file_actions_addclose"); in do_test()
110 FAIL_EXIT1 ("posix_spawn: %m"); in do_test()
116 FAIL_EXIT1 ("waitpid: %m"); in do_test()
123 FAIL_EXIT1 ("close: %m"); in do_test()
[all …]
Dtst-posix_fadvise-common.c42 FAIL_EXIT1 ("cannot create temporary file: %m"); in do_prepare()
45 FAIL_EXIT1 ("cannot generate temp file name: %m"); in do_prepare()
49 FAIL_EXIT1 ("cannot create fifo: %m"); in do_prepare()
53 FAIL_EXIT1 ("cannot open fifo: %m"); in do_prepare()
73 FAIL_EXIT1 ("write returned %zd different than expected %d", in do_test_common()
77 FAIL_EXIT1 ("fsync failed"); in do_test_common()
81 FAIL_EXIT1 ("posix_fadvise with invalid fd did not return EBADF"); in do_test_common()
85 FAIL_EXIT1 ("posix_fadvise with invalid advise did not return EINVAL"); in do_test_common()
89 FAIL_EXIT1 ("posix_advise with PIPE fd did not return ESPIPE"); in do_test_common()
93 FAIL_EXIT1 ("default posix_fadvise failed"); in do_test_common()
[all …]
Dtst-spawn-chdir.c44 FAIL_EXIT1 ("getline: %m"); in read_one_line()
46 FAIL_EXIT1 ("getline returned %zd", ret); in read_one_line()
48 FAIL_EXIT1 ("trailing bytes in %s", path); in read_one_line()
50 FAIL_EXIT1 ("fgetc: %m"); in read_one_line()
53 FAIL_EXIT1 ("missing line terminator in %s", path); in read_one_line()
66 FAIL_EXIT1 ("cannot find pwd program"); in get_pwd_program()
98 FAIL_EXIT1 ("realpath: %m"); in do_test()
105 FAIL_EXIT1 ("get_current_dir_name: %m"); in do_test()
188 FAIL_EXIT1 ("get_current_dir_name: %m"); in do_test()
/glibc-2.36/sysvipc/
Dtest-sysvshm.c51 FAIL_EXIT1 ("cannot create temporary file (errno=%d)", errno); in do_prepare()
61 FAIL_EXIT1("%d != %d", v, k)
72 FAIL_EXIT1 ("ftok failed"); in do_test()
76 FAIL_EXIT1 ("sysconf (_SC_PAGESIZE) failed (errno = %d)", errno); in do_test()
83 FAIL_EXIT1 ("shmget failed (errno=%d)", errno); in do_test()
92 FAIL_EXIT1 ("shmctl with IPC_STAT failed (errno=%d)", errno); in do_test()
95 FAIL_EXIT1 ("shmid_ds::shm_perm::key (%d) != %d", in do_test()
98 FAIL_EXIT1 ("shmid_ds::shm_perm::mode (%o) != %o", in do_test()
101 FAIL_EXIT1 ("shmid_ds::shm_segsz (%lu) != %lu", in do_test()
107 FAIL_EXIT1 ("shmem failed (errno=%d)", errno); in do_test()
[all …]
Dtest-sysvsem.c54 FAIL_EXIT1 ("cannot create temporary file (errno=%d)", errno); in do_prepare()
78 FAIL_EXIT1 ("ftok failed"); in do_test()
85 FAIL_EXIT1 ("semget failed (errno=%d)", errno); in do_test()
94 FAIL_EXIT1 ("semctl with IPC_STAT failed (errno=%d)", errno); in do_test()
97 FAIL_EXIT1 ("semid_ds::sem_perm::key (%d) != %d", in do_test()
100 FAIL_EXIT1 ("semid_ds::sem_perm::mode (%o) != %o", in do_test()
103 FAIL_EXIT1 ("semid_ds::sem_nsems (%lu) != 1", in do_test()
109 FAIL_EXIT1 ("semop failed (errno=%i)", errno); in do_test()
113 FAIL_EXIT1 ("semop failed (errno=%i)", errno); in do_test()
122 FAIL_EXIT1 ("semtimedop succeed or returned errno != {EAGAIN,ENOSYS} " in do_test()
[all …]
Dtest-sysvmsg.c64 FAIL_EXIT1 ("cannot create temporary file (errno=%d)", errno); in do_prepare()
81 FAIL_EXIT1 ("ftok failed"); in do_test()
88 FAIL_EXIT1 ("msgget failed (errno=%d)", errno); in do_test()
97 FAIL_EXIT1 ("msgctl with IPC_STAT failed (errno=%d)", errno); in do_test()
100 FAIL_EXIT1 ("msgid_ds::msg_perm::key (%d) != %d", in do_test()
103 FAIL_EXIT1 ("msgid_ds::msg_perm::mode (%o) != %o", in do_test()
106 FAIL_EXIT1 ("msgid_ds::msg_qnum (%lu) != 0", in do_test()
114 FAIL_EXIT1 ("msgrcv failed (errno=%d)", errno); in do_test()
118 FAIL_EXIT1 ("msgsnd failed (errno=%d)", errno); in do_test()
121 FAIL_EXIT1 ("msgrcv failed (errno=%d)", errno); in do_test()
[all …]
/glibc-2.36/malloc/
Dtst-realloc.c46 FAIL_EXIT1 ("realloc (NULL, -1) succeeded."); in do_test()
50 FAIL_EXIT1 ("errno is not set correctly"); in do_test()
59 FAIL_EXIT1 ("realloc (NULL, 10) failed."); in do_test()
65 FAIL_EXIT1 ("calloc (20, 1) failed."); in do_test()
70 FAIL_EXIT1 ("realloc (p, 200) failed."); in do_test()
82 FAIL_EXIT1 ("first 20 bytes were not cleared"); in do_test()
88 FAIL_EXIT1 ("realloc (NULL, 100) failed."); in do_test()
95 FAIL_EXIT1 ("realloc (p, 16) failed."); in do_test()
107 FAIL_EXIT1 ("first 16 bytes were not correct"); in do_test()
119 FAIL_EXIT1 ("realloc (p, -1) succeeded."); in do_test()
[all …]
/glibc-2.36/io/
Dtst-posix_fallocate-common.c38 FAIL_EXIT1 ("cannot create temporary file: %m\n"); in do_prepare()
48 FAIL_EXIT1 ("1st posix_fallocate call failed"); in do_test_with_offset()
51 FAIL_EXIT1 ("2nd fstat failed"); in do_test_with_offset()
54 FAIL_EXIT1 ("file size after first posix_fallocate call is %lu, " in do_test_with_offset()
59 FAIL_EXIT1 ("2nd posix_fallocate call failed"); in do_test_with_offset()
62 FAIL_EXIT1 ("3rd fstat failed"); in do_test_with_offset()
65 FAIL_EXIT1 ("file size changed in second posix_fallocate"); in do_test_with_offset()
69 FAIL_EXIT1 ("3rd posix_fallocate call failed"); in do_test_with_offset()
72 FAIL_EXIT1 ("4th fstat failed"); in do_test_with_offset()
75 FAIL_EXIT1 ("file size after first posix_fallocate call is %llu, " in do_test_with_offset()
Dtst-ftw-lnk.c44 FAIL_EXIT1 ("Unable to unlink %s", file); in un()
79 FAIL_EXIT1 ("unable to stat %s for comparison", as_fname); in check_same_stats()
190 FAIL_EXIT1 ("cannot chdir to objdir root"); in do_test()
193 FAIL_EXIT1 ("cannot chdir to objdir/io subdir"); in do_test()
199 FAIL_EXIT1 ("cannot chdir to %s\n", TSTDIR); in do_test()
210 FAIL_EXIT1 ("cannot chdir to %s\n", TSTDIR); in do_test()
217 FAIL_EXIT1 ("symlink link1-bad failed"); in do_test()
219 FAIL_EXIT1 ("symlink link2-ok failed"); in do_test()
221 FAIL_EXIT1 ("create of link2-tgt failed"); in do_test()
232 FAIL_EXIT1 ("Saw %d good callbacks, expected %d\n", in do_test()
/glibc-2.36/libio/
Dtst-freopen.c48 FAIL_EXIT1 ("fdopen: %m"); in do_test_basic()
55 FAIL_EXIT1 ("fopen: %m"); in do_test_basic()
58 FAIL_EXIT1 ("fread: %m"); in do_test_basic()
62 FAIL_EXIT1 ("read different string than was written: (%s, %s)", in do_test_basic()
67 FAIL_EXIT1 ("freopen: %m"); in do_test_basic()
70 FAIL_EXIT1 ("fseek: %m"); in do_test_basic()
73 FAIL_EXIT1 ("fread: %m"); in do_test_basic()
77 FAIL_EXIT1 ("read different string than was written: (%s, %s)", in do_test_basic()
99 FAIL_EXIT1 ("fopen: %m"); in do_test_return_stream()
103 FAIL_EXIT1 ("freopen: %m"); in do_test_return_stream()
[all …]
/glibc-2.36/support/
Dtest-container.c167 FAIL_EXIT1 ("unlink (\"%s\"): %m", path); in maybe_xunlink()
267 FAIL_EXIT1 ("can't mount %s onto %s\n", src, dest); in trymount()
375 FAIL_EXIT1 ("Out of memory while rsyncing\n"); in r_setup()
393 FAIL_EXIT1 ("Out of memory while rsyncing\n"); in r_append()
421 FAIL_EXIT1 ("Unable to fork"); in recursive_remove()
425 FAIL_EXIT1 ("exec rm: %m"); in recursive_remove()
432 FAIL_EXIT1 ("exec child returned status: %d", status); in recursive_remove()
448 FAIL_EXIT1 ("unable to open %s for reading\n", sname); in copy_one_file()
451 FAIL_EXIT1 ("unable to fstat %s\n", sname); in copy_one_file()
455 FAIL_EXIT1 ("unable to open %s for writing\n", dname); in copy_one_file()
[all …]
Dresolv_test.c168 FAIL_EXIT1 ("response_init: called at offset %zu", b->offset); in resolv_response_init()
170 FAIL_EXIT1 ("response_init called for a query of size %zu", in resolv_response_init()
173 FAIL_EXIT1 ("response_init: invalid RCODE %u", flags.rcode); in resolv_response_init()
207 FAIL_EXIT1 ("resolv_response_section: response_init not called before"); in resolv_response_section()
209 FAIL_EXIT1 ("resolv_response_section: cannot go back to previous section"); in resolv_response_section()
218 FAIL_EXIT1 ("DNS response exceeds 64 KiB limit"); in response_add_byte()
244 FAIL_EXIT1 ("too many records in section"); in response_count_increment()
253 FAIL_EXIT1 ("resolv_response_add_question: " in resolv_response_add_question()
256 FAIL_EXIT1 ("resolv_response_add_question: " in resolv_response_add_question()
272 FAIL_EXIT1 ("ns_name_pton (\"%s\"): %m", origname); in resolv_response_add_name()
[all …]
Dsupport_openpty.c44 FAIL_EXIT1 ("ptsname_r: %s", strerror (errno)); in xptsname()
64 FAIL_EXIT1 ("posix_openpt: %s", strerror (errno)); in support_openpty()
67 FAIL_EXIT1 ("grantpt: %s", strerror (errno)); in support_openpty()
70 FAIL_EXIT1 ("unlockpt: %s", strerror (errno)); in support_openpty()
83 FAIL_EXIT1 ("%s: %s", namebuf, strerror (errno)); in support_openpty()
89 FAIL_EXIT1 ("tcsetattr: %s", strerror (errno)); in support_openpty()
95 FAIL_EXIT1 ("TIOCSWINSZ: %s", strerror (errno)); in support_openpty()
/glibc-2.36/nptl/
Dtst-cancel4_1.c47 FAIL_EXIT1 ("socket (AF_UNIX, SOCK_DGRAM, 0): %m"); in tf_sendmmsg()
53 FAIL_EXIT1 ("too many unsuccessful bind calls"); in tf_sendmmsg()
57 FAIL_EXIT1 ("cannot generate temp file name"); in tf_sendmmsg()
68 FAIL_EXIT1 ("socket (AF_UNIX, SOCK_DGRAM, 0): %m"); in tf_sendmmsg()
72 FAIL_EXIT1 ("pthread_barrier_wait"); in tf_sendmmsg()
76 FAIL_EXIT1 ("pthread_barrier_wait"); in tf_sendmmsg()
100 FAIL_EXIT1 ("sendmmsg returned"); in tf_sendmmsg()

12345678910>>...12