Age | Commit message (Expand) | Author |
2008-01-02 | regression test for lazy binding. | Matthieu Herrb |
2007-08-01 | remove the need to inspect the output and check everything programmatically | Kurt Miller |
2007-07-31 | + hidden subdir | Kurt Miller |
2007-07-31 | add regress to test __asm(".hidden symbol") works as expected. for gcc3 | Kurt Miller |
2005-11-09 | fix regress that assumed dlopen(0,...) returned handle to exe. | Kurt Miller |
2005-09-30 | add prog3 | Kurt Miller |
2005-09-30 | regress that checks that a dlopen'ed object group is not unloaded if | Kurt Miller |
2005-09-30 | add a function with the same name in aa and bb, also bbTest2() in prep | Kurt Miller |
2005-09-30 | add test2 | Kurt Miller |
2005-09-30 | regress for a shared object with depenencies that have a shared common | Kurt Miller |
2005-09-28 | add dlclose subdir | Kurt Miller |
2005-09-28 | two new regresses for dlclose. double dlopen("foo") with single | Kurt Miller |
2005-09-28 | make sure dlsym(RTLD_DEFAULT,...) can see symbols in own object group | Kurt Miller |
2005-09-23 | add test2 & 3 | Kurt Miller |
2005-09-23 | make sure a undefined weak doesn't interfere with a defined one of the | Kurt Miller |
2005-09-23 | add a regress for undefined weak. make sure ld.so doesn't warn on it or | Kurt Miller |
2005-09-22 | Enable a bunch more tests. | Dale Rahn |
2005-09-22 | Test if a program exits when some of it's symbols are not found. | Dale Rahn |
2005-09-21 | more main.C -> main.c | Dale Rahn |
2005-09-21 | This test is now C, not C++. main.C ->main.c | Dale Rahn |
2005-09-19 | Verify which symbol is found when same strong symbol found in multiple files. | Dale Rahn |
2005-09-19 | ansi clean so that all gcc versions can compile these; ok drahn | Theo de Raadt |
2005-09-19 | makefile cleanup: spacing, readability, tags | Kurt Miller |
2005-09-19 | makefile cleanup: spacing, readability, tags | Kurt Miller |
2005-09-19 | add test3 | Kurt Miller |
2005-09-19 | addtional tests involving two dlopened load groups | Kurt Miller |
2005-09-19 | add prog5 | Kurt Miller |
2005-09-19 | confirm DT_NEEDED libs gets promoted to RTLD_GLOBAL when parent gets | Kurt Miller |
2005-09-19 | add prog4 | Kurt Miller |
2005-09-19 | checks that dependent libs are not promoted to RTLD_GLOBAL by mistake | Kurt Miller |
2005-09-19 | clean up LDADD and make more readable. remove extra .include's | Kurt Miller |
2005-09-19 | clean up LDADD and make more readable | Kurt Miller |
2005-09-18 | unbreak make regress. noticed by theo | Kurt Miller |
2005-09-18 | Make these tests more regress like, self diagnosing, less verbose. | Dale Rahn |
2005-09-18 | move CC_{DIR|OBJDIR} to Makefile.inc in prep for prog4 | Kurt Miller |
2005-09-18 | remove extra includes | Kurt Miller |
2005-09-18 | link progs with extra rpath for dlopened libs instead of using | Kurt Miller |
2005-09-17 | add regression tests to validate that dlopened objects can pick up their | Dale Rahn |
2005-09-17 | more like a real regression test, not just printfs. | Dale Rahn |
2005-09-17 | fix test. dlsym(RTLD_DEFAULT,...) should not see symbols in objects opened | Kurt Miller |
2005-09-16 | return 1 instead of -1 on error. noticed by theo. | Kurt Miller |
2005-09-15 | add test2 subdir | Kurt Miller |
2005-09-15 | add more complex tests for dlsym. some tests may change after more | Kurt Miller |
2005-09-15 | add prog2 | Kurt Miller |
2005-09-15 | regress checking dlsym works as expected when called from the main | Kurt Miller |
2005-09-15 | - close dlopen'ed libs for code correctness | Kurt Miller |
2005-09-14 | add dlsym subdir | Kurt Miller |
2005-09-14 | Add a regress test for dlsym special handles. Checks that duplicate symbols | Kurt Miller |
2005-09-13 | Compile without warnings on external C linkage. | Dale Rahn |
2005-09-13 | dlopen regress tests. | Dale Rahn |