summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-226-78/+156
|\
| * futimens: add functionBernhard Reutner-Fischer2009-11-202-0/+92
| * make test-skeleton C89 compliantBernhard Reutner-Fischer2009-11-201-4/+7
| * SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-191-0/+2
| * test: sync up with toplevel buildsysBernhard Reutner-Fischer2009-11-192-73/+45
| * .gitignore more testfilesBernhard Reutner-Fischer2009-11-191-1/+10
| * test/plt: add a script to find PLT usageMike Frysinger2009-10-221-0/+38
* | make tls and nptl test buildBernhard Reutner-Fischer2009-11-224-249/+257
* | Look at HAVE_SHAREDBernhard Reutner-Fischer2009-11-221-1/+1
* | test/plt: add a script to find PLT usageMike Frysinger2009-11-091-0/+38
* | whitespace fixesAustin Foxley2009-10-172-2/+2
* | build system changes needed for nptlAustin Foxley2009-10-175-7/+15
* | test/tls/: tests for thread local storage functionalityAustin Foxley2009-10-1745-0/+2911
* | test/nptl/: tests for NPTLAustin Foxley2009-10-17197-0/+26837
|/
* add .gitignore for test/ and extra/Austin Foxley2009-10-171-0/+254
* test/dlopen: use pthread_once directlyAustin Foxley2009-10-171-3/+1
* test_librt: Fix shmtest.c test caseCarmelo Amoroso2009-07-301-3/+5
* test_librt: Fix build system for shm_open/unlink testsCarmelo Amoroso2009-07-302-2/+4
* test/librt: make it build againDenys Vlasenko2009-07-231-0/+3
* testsuite: fix one bug, one warning; extend README (one TODO added)Denys Vlasenko2009-07-233-14/+31
* testsuite: use KERNEL_HEADERSDenys Vlasenko2009-07-231-0/+10
* add testcases for shm_{open,unlink}Bernhard Reutner-Fischer2009-07-032-0/+108
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-1651-222/+341
* Added string.h header for strerr prototype.Carmelo Amoroso2009-03-161-0/+1
* - remove superfluous $(strip)Bernhard Reutner-Fischer2009-02-231-1/+1
* - remove dependency on GNU error functionalityBernhard Reutner-Fischer2009-02-231-8/+10
* - disable libcrypt tests if we have no libcryptBernhard Reutner-Fischer2009-02-231-0/+6
* test/math/compile_test.c: make it exit with 0 alwaysDenis Vlasenko2009-02-181-1/+2
* test/math/compile_test.c: add compile testing of (some) floatsDenis Vlasenko2009-02-171-2/+67
* libm/Makefile.in: reformat the list of wrappersDenis Vlasenko2009-02-171-62/+64
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-173-3/+76
* Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLECarmelo Amoroso2009-02-121-1/+3
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-051-1/+0
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-023-2/+6
* Follow naming convention for tst-regex2 input file. All othersCarmelo Amoroso2009-01-282-1/+1
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-2/+3
* test/regex/tst-regexloc.c: include ok/bad indicator in the messageDenis Vlasenko2008-12-252-19/+40
* test/regex/tst-regex2.c: fix the rest of testsuite failuresDenis Vlasenko2008-12-251-0/+4
* test/regex: make it faster to rebuild and run regex testcaseDenis Vlasenko2008-12-249-21/+29
* rename test fileDenis Vlasenko2008-12-241-0/+0
* test/Makefile: make "make compile" install headers firstDenis Vlasenko2008-12-244-223/+223
* resolv: fix testcase failureDenis Vlasenko2008-12-171-8/+13
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-021-1/+1
* This patch fixes locale-mbwc test failures when __UCLIBC_HAS_LOCALE__ isCarmelo Amoroso2008-11-261-0/+24
* Use C implementation of strncmp.Khem Raj2008-10-251-0/+1
* - add and use EXTRA_DIRS to wipe the test/locale/C directoryBernhard Reutner-Fischer2008-10-104-1/+4
* - Include stdio.h for the perror prototype, use constants from stdlib.h,Bernhard Reutner-Fischer2008-10-101-3/+5
* - fix test. Tests are normal userspace and are _not_ part of the libc itselfBernhard Reutner-Fischer2008-10-091-1/+1
* Fix scandir function to reset the errno when the Carmelo Amoroso2008-10-061-0/+21
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-5/+5