Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-14 | test: dlopen: fix misplaced buildsys hunk | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-02-07 | tests:libdl: add a new test for symbol scope issue in dlclose | Filippo ARCIDIACONO | |
Test case to trigger an issue raised by the new symbol scope design, that was erroneously removing local symbol scope from the global one too early while dl-closing a shared library. Based on original test-case by Khem Raj Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> Reported-by: Khem Raj <raj.khem@gmail.com> | |||
2009-12-09 | test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2} | Filippo Arcidiacono | |
dltest and dltest2 do not refer any symbols implemented in pthread library, so do not explicitly link them with pthread. It is required only for the shared objects that are loaded via dlopen by those tests. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-11-29 | test/dlopen: fix build for libtest.so | Austin Foxley | |
needs -lpthread, recent addition of -z,defs and -z,now exposed this Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-11-29 | test/dlopen: Match the function name that libtest actually sets | Austin Foxley | |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-11-22 | Look at HAVE_SHARED | Bernhard Reutner-Fischer | |
We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-10-17 | build system changes needed for nptl | Austin Foxley | |
* add include dir for nptl * pregen nptl headers * add include dir to pick up subarchs * a few tweaks for test/* to match state of the code Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-10-17 | test/dlopen: use pthread_once directly | Austin Foxley | |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-03-16 | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | |
Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-05-16 | Convert to UNIX format | Carmelo Amoroso | |
2008-01-22 | - fix file permissions | Bernhard Reutner-Fischer | |
2008-01-22 | Test case to exploit dladdr bug | Carmelo Amoroso | |
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||
2007-03-12 | make sure undefine references in dlopen()-ed libs are handled graciously | Mike Frysinger | |
2007-03-12 | make sure dlsym() properly returns NULL with undefined symbols | Mike Frysinger | |
2007-02-16 | make sure static variables are re-initialized everytime | Mike Frysinger | |
2007-02-16 | cleanup a little | Mike Frysinger | |
2007-01-29 | fixup prototype warnings | Mike Frysinger | |
2006-12-16 | actually scrub it, dont just comment it out | Mike Frysinger | |
2006-12-16 | scrub prototype so we dont conflict with the pthread header | Mike Frysinger | |
2006-07-05 | add some more rpaths to keep the tests happy | Mike Frysinger | |
2006-07-05 | fix license notice | Mike Frysinger | |
2006-02-14 | convert to new test framework | Mike Frysinger | |
2006-01-12 | use LDFLAGS when linking .so files as pointed out by Peter S. Mazinger | Mike Frysinger | |
2006-01-11 | dont use LDFLAGS when just compiling | Mike Frysinger | |
2005-07-06 | make test failures fatal | Mike Frysinger | |
2005-07-01 | remove old depend on Config and make it so that a test failure aborts the ↵ | Mike Frysinger | |
make process | |||
2005-06-29 | simplify TESTDIR setting and touchup | Mike Frysinger | |
2005-02-12 | no more cvs | Mike Frysinger | |
2004-01-03 | Add ldflags where needed | Eric Andersen | |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | |||
2003-09-02 | Make it easier to disable lib debugging (mainly for when testing | Eric Andersen | |
with glibc). | |||
2003-09-01 | Use "__pthread_once", since that is weak and present in both | Eric Andersen | |
glibc and uClibc. | |||
2003-09-01 | move the ldso tests to dlopen where they belong | Eric Andersen | |
2003-08-19 | ignore unwanted stuff | Eric Andersen | |
2003-08-19 | Update the tests a little bit | Eric Andersen | |
2003-06-27 | Add a test which shows off the broken spots in our dlopen implementation | Eric Andersen | |