Home
last modified time | relevance | path

Searched refs:TEST2 (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dstrtol.c17 #define TEST2(r, f, x, m) ( \ macro
37 TEST2(i, c-s, 10, "wrong final position %d != %d"); in main()
38 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
40 TEST2(i, c-s, 11, "wrong final position %d != %d"); in main()
41 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
43 TEST2(i, c-s, 10, "wrong final position %d != %d"); in main()
44 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
46 TEST2(i, c-s, 2, "wrong final position %d != %d"); in main()
47 TEST2(i, errno, 0, "spurious errno %d != %d"); in main()
49 TEST2(i, c-s, 2, "wrong final position %d != %d"); in main()
[all …]
Dwcstol.c12 #define TEST2(r, f, x, m) ( \ macro
29 TEST2(i, c-s, 10, "wrong final position %d != %d"); in main()
30 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
32 TEST2(i, c-s, 11, "wrong final position %d != %d"); in main()
33 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
35 TEST2(i, c-s, 10, "wrong final position %d != %d"); in main()
36 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
38 TEST2(i, c-s, 2, "wrong final position %d != %d"); in main()
39 TEST2(i, errno, 0, "spurious errno %d != %d"); in main()
41 TEST2(i, c-s, 2, "wrong final position %d != %d"); in main()
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Dspecifiers1.c4 #define TEST2(x, y) TEST(x y) TEST(y x) in OK() macro
7 #define TEST4(x, y, z, w) TEST2(x y, z w) TEST2(x y, w z) \ in OK()
8 TEST2(y x, z w) TEST2(y x, w z) \ in OK()
9 TEST2(x z, y w) TEST2(x z, w y) \ in OK()
10 TEST2(z x, y w) TEST2(z x, w y) \ in OK()
11 TEST2(x w, y z) TEST2(x w, z y) \ in OK()
12 TEST2(w x, y z) TEST2(w x, z y) in OK()
20 TEST2(char, signed) in OK()
24 TEST2(char, unsigned) in OK()
29 TEST2(int, short) in OK()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dwcstoull.c24 #define TEST2(r, f, x, m) (((r) = (f)) == (x) || (t_error("%s failed (" m ")\n", msg, r, x), 0)) macro
90 TEST2(i, c - s, 20, "wrong final position %d != %d"); in wcstoull_0500()
91 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in wcstoull_0500()
106 TEST2(i, c - s, 2, "wrong final position %d != %d"); in wcstoull_0600()
107 TEST2(i, errno, 0, "spurious errno %d != %d"); in wcstoull_0600()
122 TEST2(i, c - s, 2, "wrong final position %d != %d"); in wcstoull_0700()
123 TEST2(i, errno, 0, "spurious errno %d != %d"); in wcstoull_0700()
138 TEST2(i, c - s, 20, "wrong final position %d != %d"); in wcstoull_0800()
139 TEST2(i, errno, 0, "spurious errno %d != %d"); in wcstoull_0800()
Dwcstoll.c24 #define TEST2(r, f, x, m) (((r) = (f)) == (x) || (t_error("%s failed (" m ")\n", msg, r, x), 0)) macro
86 TEST2(i, c - s, 1, "wrong final position %lld != %lld"); in wcstoll_0500()
101 TEST2(i, c - s, 6, "wrong final position %lld != %lld"); in wcstoll_0600()
116 TEST2(i, c - s, 19, "wrong final position %d != %d"); in wcstoll_0700()
117 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in wcstoll_0700()
132 TEST2(i, c - s, 20, "wrong final position %d != %d"); in wcstoll_0800()
133 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in wcstoll_0800()
/third_party/pulseaudio/src/tests/
Dcpulimit-test.c32 #ifdef TEST2
42 #ifdef TEST2
68 #ifdef TEST2 in START_TEST()
/third_party/glslang/Test/
Dglsl.-P.frag11 #ifndef TEST2
12 #error TEST2 is not defined
/third_party/curl/tests/unit/
Dunit2603.c139 static struct tcase TEST2 = { variable
184 parse_success(&TEST2);
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m4473 # m4_cond(TEST1, VAL1, IF-VAL1, TEST2, VAL2, IF-VAL2, ..., [DEFAULT])
1525 # | m4_defun([TEST1], [Test...m4_require([TEST2])1])
1526 # | m4_defun([TEST2], [Test...m4_require([TEST3])2])
1755 # | m4_defun([TEST2], [2[]m4_require([TEST1])])
1756 # | m4_defun([TEST3], [3 TEST1 m4_require([TEST2])])
1762 # in place in GROW. From there, we encounter a requirement for TEST2,
1763 # which must be collected in a new diversion. While expanding TEST2,
1767 # that we have once again output a macro (TEST2) prior to its
Dforeach.m4142 # m4_cond(TEST1, VAL1, IF-VAL1, TEST2, VAL2, IF-VAL2, ..., [DEFAULT])