summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-12-09test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}Filippo Arcidiacono
2009-12-03ldso_tls: Refetch dtv from memory if THREAD_DTV has changedCarmelo Amoroso
2009-12-03test_tls: Add two new tests for tls tst-tls{16,17} taken from glibcCarmelo Amoroso
2009-12-03test_tls: Rename tst-tls16 to tst-tls-at-ctorCarmelo Amoroso
2009-12-03build: Move test build flags in Makefile.inCarmelo Amoroso
2009-11-29test/.gitignore: ignore a missed nptl test binaryAustin Foxley
2009-11-29test/.gitignore: Ignore a few more test binariesAustin Foxley
2009-11-29test/Rules.mak: disable -z,defs for nowAustin Foxley
2009-11-29test/nptl: rework tst-tls3 to link with -z,nowAustin Foxley
2009-11-29test/: compile fixes for nptl and tls testsAustin Foxley
2009-11-29test/nptl: don't use c99 features if you don't need toAustin Foxley
2009-11-29test: nptl and tls tests need main include dirAustin Foxley
2009-11-29test/dlopen: fix build for libtest.soAustin Foxley
2009-11-29test/dlopen: Match the function name that libtest actually setsAustin Foxley
2009-11-29test/pthread: fix build of cancellation-points testAustin Foxley
2009-11-29test/stat: fix compiling the memcmp-stat test when __USE_MISC is definedAustin Foxley
2009-11-28Merge remote branch 'origin/master' into nptlAustin Foxley
2009-11-26try to probe if stat.t_mtim.tv_nsec is availableBernhard Reutner-Fischer
2009-11-26correct commentBernhard Reutner-Fischer
2009-11-26sync confname, environments with glibcBernhard Reutner-Fischer
2009-11-25ignore some more testcase binariesBernhard Reutner-Fischer
2009-11-25call nanosleep directlyBernhard Reutner-Fischer
2009-11-25conditional cancellation-point test of usleepBernhard Reutner-Fischer
2009-11-25pass more ld flagsBernhard Reutner-Fischer
2009-11-22Merge remote branch 'origin/master' into nptl_mergeAustin Foxley
2009-11-22make tls and nptl test buildBernhard Reutner-Fischer
2009-11-22Look at HAVE_SHAREDBernhard Reutner-Fischer
2009-11-20futimens: add functionBernhard Reutner-Fischer
2009-11-20make test-skeleton C89 compliantBernhard Reutner-Fischer
2009-11-19SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer
2009-11-19test: sync up with toplevel buildsysBernhard Reutner-Fischer
2009-11-19.gitignore more testfilesBernhard Reutner-Fischer
2009-11-09test/plt: add a script to find PLT usageMike Frysinger
2009-10-22test/plt: add a script to find PLT usageMike Frysinger
2009-10-17whitespace fixesAustin Foxley
2009-10-17build system changes needed for nptlAustin Foxley
2009-10-17test/tls/: tests for thread local storage functionalityAustin Foxley
2009-10-17test/nptl/: tests for NPTLAustin Foxley
2009-10-17add .gitignore for test/ and extra/Austin Foxley
2009-10-17test/dlopen: use pthread_once directlyAustin Foxley
2009-07-30test_librt: Fix shmtest.c test caseCarmelo Amoroso
2009-07-30test_librt: Fix build system for shm_open/unlink testsCarmelo Amoroso
2009-07-23test/librt: make it build againDenys Vlasenko
2009-07-23testsuite: fix one bug, one warning; extend README (one TODO added)Denys Vlasenko
2009-07-23testsuite: use KERNEL_HEADERSDenys Vlasenko
2009-07-03add testcases for shm_{open,unlink}Bernhard Reutner-Fischer
2009-03-16Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso
2009-03-16Added string.h header for strerr prototype.Carmelo Amoroso
2009-02-23- remove superfluous $(strip)Bernhard Reutner-Fischer