Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | reflect latest changes ("Phase 1" and "Conneciton=...") | Hans-Joerg Hoexer | |
2005-09-19 | Verify which symbol is found when same strong symbol found in multiple files. | Dale Rahn | |
ok kurt@ | |||
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 | |
dlopened with RTLD_GLOBAL | |||
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 | |
LD_LIBRARY_PATH | |||
2005-09-17 | add regression tests to validate that dlopened objects can pick up their | Dale Rahn | |
depend libraries. Also that dlopen() does not just exit when a dependant library is not found. | |||
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 | |
without RTLD_GLOBAL. | |||
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 | |
discussion. | |||
2005-09-15 | add prog2 | Kurt Miller | |
2005-09-15 | regress checking dlsym works as expected when called from the main | Kurt Miller | |
executable. | |||
2005-09-15 | - close dlopen'ed libs for code correctness | Kurt Miller | |
- less verbose on success - add a symbol for prog2 test - fix comment some feedback drahn@ | |||
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 | |
are handled right for a simple case. | |||
2005-09-13 | Compile without warnings on external C linkage. | Dale Rahn | |
2005-09-13 | dlopen regress tests. | Dale Rahn | |
2005-09-06 | finally make our m4 SusV3-compliant. | Marc Espie | |
- changecom and changequote have a simple definition (that matches gnu-m4, coincidentally, so we no longer need two distinct modes for these) - off-by-one bug in -s, this finally works. - reorder main parser loop, so that we can use alphabetic constructs in quotes/comments. - rename putback to pushback, this matches comments, and makes more sense. - more uniform (and updated) description of changequote/changecom. - new, systematic regression tests of comments/quotes. - framework to test -s: one perl script to reconstitute `full' files with all line numbers, so that we can verify the output without needing a complete match. okay otto@, fries@ | |||
2005-09-05 | enable tests for isakmp/ike | Hans-Joerg Hoexer | |
2005-09-05 | regression tests for isakmp/ike | Hans-Joerg Hoexer | |
2005-08-31 | Add regression test for fbBlt(). | Mark Kettenis | |
permission from deraadt@ | |||
2005-08-29 | Basic regress test for the vis(3) family of functions. Extra tests | Otto Moerbeek | |
for various flag values will be added later. ok deraadt@ | |||
2005-08-27 | Provide prototype for the function we actually use. | Mark Kettenis | |
KNF. ok deraadt@ | |||
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-25 | Provide prototype for the function we actually use. | Mark Kettenis | |
KNF. | |||
2005-08-16 | make test framework more specific, and use it. | Marc Espie | |
2005-08-16 | more extensive package name checks. | Marc Espie | |
2005-08-15 | Add regression test for fbBltOne(). | Mark Kettenis | |
2005-08-12 | untested Makefile commited | Theo de Raadt | |
2005-08-11 | regression test to check that isw* functions yield the same result as | Marc Espie | |
is* functions, and that basic mb->wchar conversion yields sensible results. | |||
2005-08-11 | Make sure, tests using "file" work when obj/ directory is present. | Hans-Joerg Hoexer | |
2005-08-09 | Make tests more readable by using predefined keyfiles. Add test for tcpmd5 | Hans-Joerg Hoexer | |
using a key from a file. | |||
2005-08-09 | test for SAs | Hans-Joerg Hoexer | |
2005-08-08 | A reghression test that checks if a process survives very early signal | Otto Moerbeek | |
delivery. Very early is before fork() returns. |