fgetwc may clobber errno when the result is not WEOF
[libc-test] / src /
2014-03-18 Szabolcs Nagysign-extend regression test for x32
2014-03-13 Szabolcs Nagyfix snprintf float testcase (uncovered by a recent...
2014-03-12 Szabolcs Nagyadd statvfs regression test
2014-03-03 Szabolcs Nagyadd memfill.c
2014-02-21 Szabolcs Nagyfix runtest: report if sigtimedwait fails
2014-02-21 Szabolcs Nagyremquol: use remquo tests when long double == double
2014-02-15 Szabolcs Nagychange vmfill into memfill that limits heap separately...
2014-02-11 Szabolcs Nagyadd memset(buf, -5, 10) test
2014-02-07 Szabolcs Nagy_XOPEN_SOURCE is not needed in fdopen.c test
2014-02-07 Szabolcs Nagyadd ftello regression test
2014-01-30 Szabolcs Nagyadd simple iconv_open test
2014-01-27 Szabolcs Nagyadd tls_init_dlopen test and fix tls_align_dlopen.mk...
2014-01-27 Szabolcs Nagymath/gen: yet another little decimal formatting tool
2014-01-08 Szabolcs Nagyonly test exec* and _exit after vfork, raise is not...
2014-01-08 Szabolcs Nagyadd vfork test
2014-01-07 Szabolcs Nagymath: add drem and dremf tests
2014-01-07 Szabolcs Nagyfix breakage due to the .exe change, add error flags...
2013-12-27 Szabolcs Nagyadd argv test and update env test
2013-12-26 Szabolcs Nagysimple clock_gettime test
2013-12-05 Szabolcs Nagymath: only report at most one <2ulp error for acosh...
2013-12-05 Szabolcs Nagyadd iswspace(0) regression test
2013-12-05 Szabolcs Nagyfix fnmatch flag printing and add a few new (regression...
2013-12-05 Szabolcs Nagyfix pointer to int cast in functional/search_hsearch.c
2013-12-05 Szabolcs Nagyfix fgetwc test in api/wchar.c
2013-10-28 Szabolcs Nagymath: add some further fenv rounding mode tests
2013-10-24 Szabolcs Nagyfix api tests (add some obsolete symbols fix wchar...
2013-10-23 Szabolcs Nagyinet_pton: long leading zero sequence is invalid in...
2013-10-22 Szabolcs Nagyfix functional/inet_pton (inet_ntop returns NULL on...
2013-10-22 Szabolcs Nagyadd inet_addr and inet_ntoa tests
2013-10-21 Szabolcs Nagymore inet_pton test cases
2013-10-21 Szabolcs Nagyadd inet_pton (and inet_ntop) functional tests
2013-10-19 Szabolcs Nagyadd an inet_pton regression test
2013-10-08 Szabolcs Nagyregression: mbsrtowcs test
2013-10-07 Szabolcs Nagymath: emit less errors for known broken functions
2013-10-05 Szabolcs Nagyregression: malloc oom errno test
2013-10-05 Szabolcs Nagyregression: setenv-oom test
2013-10-03 Szabolcs Nagyregression: execle test
2013-09-29 Szabolcs Nagyregression: inet_ntop test
2013-09-27 Szabolcs Nagymath: add comparision macro tests (isless etc)
2013-09-27 Szabolcs Nagyfix vmfill.c
2013-09-27 Szabolcs Nagyregression: add invalid ld80 printf test
2013-09-05 Szabolcs Nagyregression: invalid ld80 fpclassify tests
2013-09-05 Szabolcs Nagymath: atanh special cases
2013-09-05 Szabolcs Nagymath: add an expm1l special case
2013-09-05 Szabolcs Nagymath: correct-rounding check in remainder functions...
2013-09-05 Szabolcs Nagymath: add some special case tests
2013-09-03 Szabolcs Nagymath: test cases for rounding functions
2013-08-18 Szabolcs Nagyfix fenv.c tests according to a new interpretation...
2013-08-18 Szabolcs Nagytest fenv functions with bad arguments
2013-08-16 Szabolcs Nagyremove accidentally committed core, add festenv, fegete...
2013-08-15 Szabolcs Nagymath: fix long double fpclassify tests for ldbl==dbl...
2013-08-15 Szabolcs Nagymath: fix lrint, lround, nexttoward tests for ldbl...
2013-08-15 Szabolcs Nagyipc tests: check time intervals (with upper bound)
2013-08-15 Szabolcs Nagyatan2 underflow tests
2013-08-12 Szabolcs Nagymath: fenv status flag fixes
2013-08-09 Szabolcs Nagyadd related commit to raise-race test
2013-08-09 Szabolcs Nagyadd more error checks in raise-race test
2013-08-09 Szabolcs Nagyregression test for a race in raise
2013-08-08 Szabolcs Nagypthread_rwlock regression test
2013-08-08 Szabolcs Nagytest for old pthread_once regression with approximate...
2013-08-08 Szabolcs Nagyadd test for pthread mutex types
2013-08-06 Szabolcs Nagyadd pthread_condattr_setclock regression test
2013-08-05 Szabolcs Nagyfix search_tsearch test
2013-08-05 Szabolcs Nagyunnamed semaphore test
2013-08-03 Szabolcs Nagysimple random test (statistical with very low failure...
2013-08-03 Szabolcs Nagysimple search.h tests
2013-08-01 Szabolcs Nagyadd exp10l test case (1e-15)
2013-08-01 Szabolcs Nagyadd RUN_WRAP make var to run tests in qemu (app level...
2013-08-01 Szabolcs Nagyfix local makefiles to make it possible to rebuild...
2013-08-01 Szabolcs Nagystring tests (memcpy, memset)
2013-08-01 Szabolcs Nagyadd crypt tests for md5crypt, bcrypt and shacrypt
2013-07-29 Szabolcs Nagymath/scalb* max scale test cases
2013-07-26 Szabolcs Nagyupdate api tests with options
2013-07-26 Szabolcs Nagyadd options.h.in to generate posix option group defines
2013-07-26 Szabolcs Nagyregression: rewind should clear error flag
2013-07-26 Szabolcs Nagyrename run to runtest so src/common/run make target...
2013-07-24 Szabolcs Nagymakefile change: B variable is the build directory
2013-07-24 Szabolcs Nagyuse t_setrlim in the run command
2013-07-24 Szabolcs Nagymore comment to the malloc(0) test
2013-07-21 Szabolcs Nagyadd run wrapper, move t_printf and t_status into separa...
2013-07-20 Szabolcs Nagyfix fwscanf test (don't use wide and byte io in the...
2013-07-20 Szabolcs Nagyfix parallel build of ipc tests (for make -jN)
2013-07-20 Szabolcs Nagyfix t_fdfill so it does not use much kernel side resources
2013-07-20 Szabolcs Nagyadd feature test macros to non-c99 math tests
2013-07-20 Szabolcs Nagyremove old functional/test.h
2013-07-20 Szabolcs Nagyremove old math/util code (already moved to common/)
2013-07-20 Szabolcs Nagynew test system
2013-07-08 Szabolcs Nagyadd the BUILD variable to the makefiles to control...
2013-07-08 Szabolcs Nagysetjmp clean up
2013-07-08 Szabolcs Nagysplit pthread test into several files
2013-07-06 Szabolcs Nagysimplify test.h
2013-07-06 Szabolcs Nagyfix parens in test macros
2013-07-05 Szabolcs Nagyadd new tests from libc-testsuit (fcntl, f[w]scanf...
2013-07-05 Szabolcs NagyMakefile comment about the LDLIBS+= workaround
2013-07-05 Szabolcs NagyMakefile clean up and static linking support
2013-07-05 Szabolcs Nagyqsort: add extensive tests for short arrays
2013-07-05 Szabolcs Nagyfix warnings, no stdio buffering in test error messages
2013-07-05 Szabolcs Nagyrename
2013-07-03 Szabolcs Nagymath: add readme about ulp check tool
2013-07-03 Szabolcs Nagymath: cleaner makefile for the test case generator
next