Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/test/libc-testsuite/
Dstrtol.c43 #define TEST2(r, f, x, m) ( \ macro
68 TEST2(i, c-s, 10, "wrong final position %d != %d"); in test_strtol()
69 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol()
72 TEST2(i, c-s, 11, "wrong final position %d != %d"); in test_strtol()
73 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol()
76 TEST2(i, c-s, 10, "wrong final position %d != %d"); in test_strtol()
77 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in test_strtol()
80 TEST2(i, c-s, 2, "wrong final position %d != %d"); in test_strtol()
81 TEST2(i, errno, 0, "spurious errno %d != %d"); in test_strtol()
84 TEST2(i, c-s, 2, "wrong final position %d != %d"); in test_strtol()
[all …]
Dstrtod.c43 #define TEST2(r, f, x, m) ( \ macro