Age | Commit message (Expand) | Author |
2009-11-26 | try to probe if stat.t_mtim.tv_nsec is available | Bernhard Reutner-Fischer |
2009-11-26 | correct comment | Bernhard Reutner-Fischer |
2009-11-26 | sync confname, environments with glibc | Bernhard Reutner-Fischer |
2009-11-25 | ignore some more testcase binaries | Bernhard Reutner-Fischer |
2009-11-25 | call nanosleep directly | Bernhard Reutner-Fischer |
2009-11-25 | conditional cancellation-point test of usleep | Bernhard Reutner-Fischer |
2009-11-25 | pass more ld flags | Bernhard Reutner-Fischer |
2009-11-20 | futimens: add function | Bernhard Reutner-Fischer |
2009-11-20 | make test-skeleton C89 compliant | Bernhard Reutner-Fischer |
2009-11-19 | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer |
2009-11-19 | test: sync up with toplevel buildsys | Bernhard Reutner-Fischer |
2009-11-19 | .gitignore more testfiles | Bernhard Reutner-Fischer |
2009-10-22 | test/plt: add a script to find PLT usage | Mike Frysinger |
2009-10-17 | add .gitignore for test/ and extra/ | Austin Foxley |
2009-10-17 | test/dlopen: use pthread_once directly | Austin Foxley |
2009-07-30 | test_librt: Fix shmtest.c test case | Carmelo Amoroso |
2009-07-30 | test_librt: Fix build system for shm_open/unlink tests | Carmelo Amoroso |
2009-07-23 | test/librt: make it build again | Denys Vlasenko |
2009-07-23 | testsuite: fix one bug, one warning; extend README (one TODO added) | Denys Vlasenko |
2009-07-23 | testsuite: use KERNEL_HEADERS | Denys Vlasenko |
2009-07-03 | add testcases for shm_{open,unlink} | Bernhard Reutner-Fischer |
2009-03-16 | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso |
2009-03-16 | Added string.h header for strerr prototype. | Carmelo Amoroso |
2009-02-23 | - remove superfluous $(strip) | Bernhard Reutner-Fischer |
2009-02-23 | - remove dependency on GNU error functionality | Bernhard Reutner-Fischer |
2009-02-23 | - disable libcrypt tests if we have no libcrypt | Bernhard Reutner-Fischer |
2009-02-18 | test/math/compile_test.c: make it exit with 0 always | Denis Vlasenko |
2009-02-17 | test/math/compile_test.c: add compile testing of (some) floats | Denis Vlasenko |
2009-02-17 | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko |
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko |
2009-02-12 | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso |
2009-02-05 | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko |
2009-02-02 | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko |
2009-01-28 | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso |
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko |
2008-12-25 | test/regex/tst-regexloc.c: include ok/bad indicator in the message | Denis Vlasenko |
2008-12-25 | test/regex/tst-regex2.c: fix the rest of testsuite failures | Denis Vlasenko |
2008-12-24 | test/regex: make it faster to rebuild and run regex testcase | Denis Vlasenko |
2008-12-24 | rename test file | Denis Vlasenko |
2008-12-24 | test/Makefile: make "make compile" install headers first | Denis Vlasenko |
2008-12-17 | resolv: fix testcase failure | Denis Vlasenko |
2008-12-02 | Fix wcswidth function when LOCALE support is disabled | Carmelo Amoroso |
2008-11-26 | This patch fixes locale-mbwc test failures when __UCLIBC_HAS_LOCALE__ is | Carmelo Amoroso |
2008-10-25 | Use C implementation of strncmp. | Khem Raj |
2008-10-10 | - add and use EXTRA_DIRS to wipe the test/locale/C directory | Bernhard Reutner-Fischer |
2008-10-10 | - Include stdio.h for the perror prototype, use constants from stdlib.h, | Bernhard Reutner-Fischer |
2008-10-09 | - fix test. Tests are normal userspace and are _not_ part of the libc itself | Bernhard Reutner-Fischer |
2008-10-06 | Fix scandir function to reset the errno when the | Carmelo Amoroso |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer |
2008-10-02 | Fix bad commit 23574 for io redirecting when running the test suite | Hans-Christian Egtvedt |