Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 25 of 37) sorted by relevance

12

/glibc-2.36/stdio-common/
Dscanf13.c16 #define FAIL() \ in main() macro
25 FAIL (); in main()
29 FAIL (); in main()
32 FAIL (); in main()
35 FAIL (); in main()
38 FAIL (); in main()
44 FAIL (); in main()
48 FAIL (); in main()
51 FAIL (); in main()
54 FAIL (); in main()
[all …]
Dscanf15.c27 #define FAIL() \ macro
42 FAIL (); in main()
44 FAIL (); in main()
46 FAIL (); in main()
48 FAIL (); in main()
50 FAIL (); in main()
52 FAIL (); in main()
54 FAIL (); in main()
56 FAIL (); in main()
58 FAIL (); in main()
[all …]
Dscanf14.c27 #define FAIL() \ macro
44 FAIL (); in main()
46 FAIL (); in main()
48 FAIL (); in main()
52 FAIL (); in main()
57 FAIL (); in main()
59 FAIL (); in main()
61 FAIL (); in main()
65 FAIL (); in main()
70 FAIL (); in main()
[all …]
Dscanf14a.c33 #define FAIL() \ macro
50 FAIL (); in main()
52 FAIL (); in main()
54 FAIL (); in main()
58 FAIL (); in main()
63 FAIL (); in main()
65 FAIL (); in main()
67 FAIL (); in main()
71 FAIL (); in main()
76 FAIL (); in main()
[all …]
Dscanf17.c28 #define FAIL() \ macro
73 FAIL (); in main()
75 FAIL (); in main()
77 FAIL (); in main()
79 FAIL (); in main()
81 FAIL (); in main()
83 FAIL (); in main()
85 FAIL (); in main()
87 FAIL (); in main()
89 FAIL (); in main()
[all …]
Dscanf16.c28 #define FAIL() \ macro
75 FAIL (); in main()
77 FAIL (); in main()
79 FAIL (); in main()
83 FAIL (); in main()
88 FAIL (); in main()
90 FAIL (); in main()
92 FAIL (); in main()
96 FAIL (); in main()
101 FAIL (); in main()
[all …]
Dscanf16a.c33 #define FAIL() \ macro
80 FAIL (); in main()
82 FAIL (); in main()
84 FAIL (); in main()
88 FAIL (); in main()
93 FAIL (); in main()
95 FAIL (); in main()
97 FAIL (); in main()
101 FAIL (); in main()
106 FAIL (); in main()
[all …]
Dtst-errno-manual.py31 FAIL=1 variable
59 sys.exit(FAIL)
/glibc-2.36/debug/
Dtst-fortify.c122 #define FAIL() \ macro
130 FAIL (); \
170 FAIL (); in do_test()
175 FAIL (); in do_test()
179 FAIL (); in do_test()
183 FAIL (); in do_test()
187 FAIL (); in do_test()
191 FAIL (); in do_test()
195 FAIL (); in do_test()
198 FAIL (); in do_test()
[all …]
Dtst-backtrace5.c53 FAIL (); in handle_signal()
61 FAIL (); in handle_signal()
69 FAIL (); in handle_signal()
80 FAIL (); in handle_signal()
87 FAIL (); in handle_signal()
100 FAIL (); in handle_signal()
Dtst-backtrace2.c44 FAIL (); in fn1()
52 FAIL (); in fn1()
60 FAIL (); in fn1()
67 FAIL (); in fn1()
97 FAIL (); in do_test()
Dtst-backtrace4.c53 FAIL (); in handle_signal()
64 FAIL (); in handle_signal()
71 FAIL (); in handle_signal()
76 FAIL (); in handle_signal()
Dtst-backtrace3.c49 FAIL (); in fn()
57 FAIL (); in fn()
66 FAIL (); in fn()
/glibc-2.36/localedata/
Dtst-ctype.c56 #define FAIL(str, args...) \ macro
106 FAIL ("isupper ('\\0') is true"); in do_test()
108 FAIL ("islower ('\\0') is true"); in do_test()
110 FAIL ("isalpha ('\\0') is true"); in do_test()
112 FAIL ("isdigit ('\\0') is true"); in do_test()
114 FAIL ("isxdigit ('\\0') is true"); in do_test()
116 FAIL ("isspace ('\\0') is true"); in do_test()
118 FAIL ("isprint ('\\0') is true"); in do_test()
120 FAIL ("isgraph ('\\0') is true"); in do_test()
122 FAIL ("isblank ('\\0') is true"); in do_test()
[all …]
/glibc-2.36/nptl/
Dtst-setuid2.c33 #define FAIL(fmt, ...) \ macro
41 FAIL ("pthread_mutex_lock (thread): %d", ret); in thread_func()
50 FAIL ("pthread_mutex_unlock (thread): %d", ret); in thread_func()
54 FAIL ("pthread_mutex_lock (thread): %d", ret); in thread_func()
58 FAIL ("pthread_cond_signal (recv): %d", ret); in thread_func()
62 FAIL ("pthread_cond_wait (send): %d", ret); in thread_func()
72 FAIL ("pthread_mutex_lock (%s): %d", __func__, ret); in run_on_thread()
76 FAIL ("pthread_mutex_unlock (%s): %d", __func__, ret); in run_on_thread()
80 FAIL ("pthread_mutex_lock (%s): %d", __func__, ret); in run_on_thread()
84 FAIL ("pthread_mutex_lock (%s): %d", __func__, ret); in run_on_thread()
[all …]
Dtest-mutex-printers.c28 #define FAIL 1 macro
45 int result = FAIL; in main()
62 int result = FAIL; in test_status_destroyed()
75 int result = FAIL; in test_status_no_robust()
91 int result = FAIL; in test_status_robust()
107 int result = FAIL; in test_locking_state_robust()
126 exit (FAIL); in thread_func()
137 int result = FAIL; in test_recursive_locks()
Dtest-mutexattr-printers.c27 #define FAIL 1 macro
52 int result = FAIL; in main()
70 int result = FAIL; in mutex_reinit()
83 int result = FAIL; in test_settype()
100 int result = FAIL; in test_setrobust()
115 int result = FAIL; in test_setpshared()
131 int result = FAIL; in test_setprotocol()
Dtest-condattr-printers.c28 #define FAIL 1 macro
43 int result = FAIL; in main()
59 int result = FAIL; in condvar_reinit()
73 int result = FAIL; in test_setclock()
86 int result = FAIL; in test_setpshared()
Dtest-rwlockattr-printers.c27 #define FAIL 1 macro
45 int result = FAIL; in main()
61 int result = FAIL; in rwlock_reinit()
74 int result = FAIL; in test_setkind_np()
91 int result = FAIL; in test_setpshared()
Dtest-rwlock-printers.c26 #define FAIL 1 macro
36 int result = FAIL; in main()
50 int result = FAIL; in test_locking_reader()
69 int result = FAIL; in test_locking_writer()
Dtest-cond-printers.c27 #define FAIL 1 macro
36 int result = FAIL; in main()
50 int result = FAIL; in test_status_destroyed()
/glibc-2.36/posix/
Dtst-truncate-common.c45 #define FAIL(str) \ macro
57 FAIL ("write failed"); in do_test_with_offset()
59 FAIL ("initial size wrong"); in do_test_with_offset()
62 FAIL ("size reduction with ftruncate failed"); in do_test_with_offset()
64 FAIL ("size after reduction with ftruncate is incorrect"); in do_test_with_offset()
70 FAIL ("size increate with ftruncate failed"); in do_test_with_offset()
72 FAIL ("size after increase is incorrect"); in do_test_with_offset()
75 FAIL ("size reduction with truncate failed"); in do_test_with_offset()
77 FAIL ("size after reduction with truncate incorrect"); in do_test_with_offset()
83 FAIL ("size increase with truncate failed"); in do_test_with_offset()
[all …]
/glibc-2.36/sysdeps/pthread/
Dtst-setuid3.c30 #define FAIL(fmt, ...) \ macro
48 FAIL ("pthread_barrier_wait (barrier1) (on thread): %d", ret); in thread_func()
51 FAIL ("pthread_barrier_wait (barrier2) (on thread): %d", ret); in thread_func()
62 FAIL ("setuid succeeded unexpectedly in phase %d", phase); in setuid_failure()
68 FAIL ("invalid setuid return value in phase %d: %d", phase, ret); in setuid_failure()
84 FAIL ("pthread_barrier_init (barrier1): %d", ret); in do_test()
87 FAIL ("pthread_barrier_init (barrier2): %d", ret); in do_test()
92 FAIL ("pthread_create: %d", ret); in do_test()
97 FAIL ("pthread_barrier_wait (barrier1): %d", ret); in do_test()
108 FAIL ("pthread_barrier_wait (barrier2): %d", ret); in do_test()
[all …]
/glibc-2.36/math/
Dtest-tgmath2.c90 #define FAIL(str) \ macro
103 FAIL ("type"); \
105 FAIL ("type"); \
108 FAIL ("type"); \
117 FAIL ("internal error"); \
119 FAIL ("internal error"); \
124 FAIL ("wrong function called, "#fn" ("#type")"); \
/glibc-2.36/scripts/
Dtest_printers_common.py31 FAIL = 1 variable
106 exit(FAIL)

12