add fgetwc regression test
[libc-test] / src /
2017-11-19 Szabolcs Nagyadd fgetwc regression test
2017-11-19 Szabolcs Nagydeclare t_setutf8
2017-06-22 Szabolcs Nagyt_setutf8 helper
2017-06-22 Szabolcs Nagymulti-byte functions test
2017-06-22 Szabolcs Nagyuselocale(0) regression test
2017-06-22 Szabolcs Nagyiconv regression test
2017-04-03 Szabolcs Nagyscalbn special cases
2017-03-19 Szabolcs Nagyscalbn and fma special cases
2017-01-09 Szabolcs Nagywcstol: implement 64-bit tests
2016-11-27 Szabolcs Nagyavoid path search in runtest and make abs paths work
2016-09-17 Szabolcs Nagyuse anonymous maps in vmfill
2016-07-01 Bobby Binghamfix math/isless test
2016-03-06 Szabolcs Nagyuse _XOPEN_SOURCE
2016-03-06 Alexander Monakovadd putenv double-free regression test
2016-02-24 Szabolcs Nagyfix fenv test (operator precedence)
2016-02-03 Szabolcs Nagystring test alignment fix by Mahesh Bodapati
2015-12-20 Szabolcs Nagytsearch test fix
2015-11-28 Szabolcs Nagydeps for tls_get_new test
2015-11-25 Szabolcs Nagyadd __tls_get_new regression test
2015-06-18 Szabolcs Nagyrun pthread_robust test for pshared and privat mutexes...
2015-06-18 Szabolcs Nagyrun robust-detach test for pshared and non-pshared...
2015-06-18 Szabolcs Nagyfix iconv_open test
2015-06-18 Szabolcs Nagyadd regex REG_ICASE test for austingroupbug #872
2015-06-18 Szabolcs Nagyfix pthread-robust-detach test
2015-06-13 Szabolcs Nagysetlocale C.UTF-8 in regex test that depends on UTF-8
2015-04-13 Szabolcs Nagyregression test for robust mutext in detached thread
2015-04-11 Szabolcs Nagymore pow(0,-inf) fixes
2015-04-10 Szabolcs Nagyfix pow(+-0, inf) case open-std.org/jtc1/sc22/wg14...
2015-04-10 Szabolcs Nagyuse fgetwc on wide oriented streams
2015-04-10 Szabolcs Nagyfenv: under/overflow may raise inexact too
2015-04-10 Szabolcs Nagyfix htons and sigsetjmp api tests
2015-04-10 Szabolcs Nagyfix ulp check in sincosf
2015-04-09 Szabolcs Nagymore consistent feature test macros in math tests
2015-04-09 Szabolcs Nagysemtimed_wait cancel point
2015-04-09 Szabolcs Nagysigaltstck: add missing include
2015-04-09 Szabolcs Nagyadd _DEFAULT_SOURCE wherever _BSD_SOURCE was used
2015-04-09 Szabolcs Nagyadd missing unistd.h include
2015-04-09 Szabolcs Nagyhandle 0 return of crypt
2015-04-08 Szabolcs Nagyconformance fixes
2015-03-22 Szabolcs Nagyfix BRE \0 test case
2015-03-22 Szabolcs Nagyinet_pton tests, fix regression test case
2015-03-22 Szabolcs Nagyinet_pton 1:2:3:4:5:6:7:: regression
2015-03-22 Szabolcs Nagyregex backref \0 regression test
2015-03-22 Szabolcs Nagyadd ere backref regression test
2015-03-21 Szabolcs Nagyregex memory corruption regression test
2015-03-12 Szabolcs Nagysetenv(0,...) is no longer valid in posix-2013
2015-03-05 Szabolcs Nagyfix string_memset so buffers are aligned properly
2015-03-05 Szabolcs Nagyfix string_memset code
2015-03-05 Szabolcs Nagyclean string_memset code
2015-03-04 Szabolcs Nagyfix swprintf("%#.0o")
2015-03-01 Szabolcs Nagyregression test for __timedwait ECANCELED omission
2015-03-01 Szabolcs Nagyregression tests for bugs in first versions of new...
2015-02-25 Szabolcs Nagytest memset with larger size range
2015-01-06 Szabolcs Nagyfix float.h api test: FLT_ROUNDS is not int const expr
2015-01-06 Szabolcs Nagyfix snprintf "%#.0o" test
2014-12-15 Szabolcs Nagyadd FNM_CASEFOLD tests
2014-10-28 Szabolcs Nagyfix lrand48-signextend and regex-negated-range regressi...
2014-10-28 Szabolcs Nagytestcases for rint double rounding issue
2014-10-13 Szabolcs Nagyadd strverscmp tests from the manual, bug found by...
2014-09-21 Szabolcs Nagylrand48 regression test
2014-09-19 Szabolcs Nagyflockfile list corruption test
2014-09-14 Szabolcs Nagyadd 64bit strtol/strtoul and strtoll/strtoull tests
2014-09-11 Alexander Monakovfix shm subtest in cancellation points test
2014-09-11 Szabolcs Nagyfix argument order in the error message of jnf, yn...
2014-09-11 Sergey DmitroukFix order of jn() arguments in error message
2014-09-07 Szabolcs Nagyfix thread and shm cleanup in the cancellation point...
2014-09-07 Szabolcs Nagycancellation point test by Alexander Monakov
2014-09-04 Szabolcs Nagyseparate dn_expand regression tests for empty name...
2014-09-04 Szabolcs Nagytest empty domain name with offset pointer in dn_expand...
2014-09-03 Szabolcs Nagysem_wait cancellation regression test by Alexander...
2014-09-02 Szabolcs Nagyfix memfill to have malloc
2014-08-27 Szabolcs Nagyadd fgets-eof regression test
2014-08-27 Szabolcs Nagyclean up dn_expand-empty regression test
2014-08-19 Szabolcs Nagyfix memfill to use up libc reserved memory (glibc usual...
2014-08-19 Szabolcs Nagyfix regex-negated-range test to print better error...
2014-08-18 Szabolcs Nagyfix timeout calc in pthread_cond-smasher
2014-08-13 Szabolcs Nagyadd a regex regression test
2014-08-13 Szabolcs Nagyminor fix
2014-08-13 Szabolcs Nagyadd pthread_cond-smasher regression test by Jens Gustedt
2014-08-13 Szabolcs Nagydn_expand regression test
2014-07-30 Szabolcs Nagyadd musl specific __pleval test
2014-07-19 Szabolcs Nagyadd _XOPEN_SOURCE 700 feature test macro to search...
2014-07-19 Szabolcs Nagyfix pthread_mutex test: unlock before destroying a...
2014-07-18 Szabolcs Nagyadd regexec REG_NOSUB regression test by Hiltjo Posthuma
2014-07-16 Szabolcs Nagyregression test for musl built with broken gcc-4.9...
2014-06-19 Szabolcs Nagyadd memmem regression test
2014-05-20 Szabolcs Nagyfix syscall-sign-extend test
2014-05-20 Szabolcs Nagyfix void* pointer arithmetic in string_strchr.c
2014-04-18 Szabolcs Nagyadd wcsstr regression test
2014-04-18 Szabolcs Nagyadd wcsstr tests and new strstr and memmem test cases
2014-04-13 Szabolcs Nagyrlimit regression test
2014-04-09 Szabolcs Nagyfix malloc-brk-fail and memmem-oob tests
2014-04-09 Szabolcs Nagymemmem-oob regression test, update string tests with...
2014-04-07 Szabolcs Nagyprintf %g regression tests
2014-04-05 Szabolcs Nagyprintf oob regression test
2014-03-31 Szabolcs Nagyfix malloc-brk-fail (missing include)
2014-03-31 Szabolcs Nagyregression test for brk failing in malloc
2014-03-19 Szabolcs Nagysimplify sigaltstack test
2014-03-19 Szabolcs Nagysigaltstack regression test
2014-03-18 Szabolcs Nagysign-extend regression test for x32
next