Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | actually update errors variable when a test fails | Mike Frysinger | 2007-09-15 | 1 | -0/+1 | |
| | ||||||
* | Fix arm mmap when using mmap2 syscall. Fixes bug #1303 | Khem Raj | 2007-05-15 | 1 | -0/+41 | |
| | ||||||
* | give proper prototypes | Mike Frysinger | 2007-05-03 | 2 | -2/+2 | |
| | ||||||
* | cancellation-points needs librt | Mike Frysinger | 2007-05-02 | 1 | -0/+2 | |
| | ||||||
* | exercise all required POSIX pthread cancellation points | Mike Frysinger | 2007-05-02 | 1 | -0/+280 | |
| | ||||||
* | This test needs XLOCALE to work. | "Steven J. Hill" | 2007-04-21 | 1 | -1/+1 | |
| | ||||||
* | catch a small overflow in malloc-standard | Mike Frysinger | 2007-04-17 | 1 | -0/+42 | |
| | ||||||
* | disable for now | Mike Frysinger | 2007-04-17 | 1 | -3/+10 | |
| | ||||||
* | test case to make sure realloc() can shrink buffers properly | Mike Frysinger | 2007-04-11 | 1 | -0/+17 | |
| | ||||||
* | Paul Brook writes: filter .svn dirs to greatly speed up the file grep test | Mike Frysinger | 2007-03-25 | 1 | -5/+6 | |
| | ||||||
* | make sure undefine references in dlopen()-ed libs are handled graciously | Mike Frysinger | 2007-03-12 | 5 | -16/+44 | |
| | ||||||
* | make sure dlsym() properly returns NULL with undefined symbols | Mike Frysinger | 2007-03-12 | 3 | -1/+47 | |
| | ||||||
* | Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then ↵ | Khem Raj | 2007-03-08 | 1 | -2/+5 | |
| | | | | | | | -DNDEBUG is added to CFLAGS so we need to get the seeko() calls out of the assert otherwise they get cancelled when NDEBUG is defined. | |||||
* | New test targets 'compile' and 'run' | Khem Raj | 2007-03-05 | 4 | -47/+84 | |
| | ||||||
* | drop -Wl,-warn-common since it doesnt serve much purpose | Mike Frysinger | 2007-02-21 | 1 | -4/+4 | |
| | ||||||
* | make sure cleanup handler is only called once | Mike Frysinger | 2007-02-20 | 1 | -0/+97 | |
| | ||||||
* | make sure static variables are re-initialized everytime | Mike Frysinger | 2007-02-16 | 3 | -8/+68 | |
| | ||||||
* | cleanup a little | Mike Frysinger | 2007-02-16 | 1 | -6/+2 | |
| | ||||||
* | import a slightly modified realpath() test case from glibc | Mike Frysinger | 2007-02-08 | 1 | -0/+254 | |
| | ||||||
* | new cheesy test by Denis Vlasenko to trigger fclose loop | Mike Frysinger | 2007-02-05 | 1 | -0/+21 | |
| | ||||||
* | make sure reading 64bit types works | Mike Frysinger | 2007-01-29 | 1 | -0/+4 | |
| | ||||||
* | make sure 64bit output is correct | Mike Frysinger | 2007-01-29 | 2 | -0/+14 | |
| | ||||||
* | mark local function static | Mike Frysinger | 2007-01-29 | 1 | -1/+1 | |
| | ||||||
* | fixup shadowed warnings | Mike Frysinger | 2007-01-29 | 6 | -18/+16 | |
| | ||||||
* | mark some funcs as noreturn | Mike Frysinger | 2007-01-29 | 6 | -51/+68 | |
| | ||||||
* | fixup prototype warnings | Mike Frysinger | 2007-01-29 | 23 | -85/+93 | |
| | ||||||
* | make error output a little more helpful | Mike Frysinger | 2007-01-29 | 1 | -1/+2 | |
| | ||||||
* | fixup warnings | Mike Frysinger | 2007-01-29 | 1 | -2/+2 | |
| | ||||||
* | fix test to work even if CPPFLAGS contains -DNDEBUG | Mike Frysinger | 2007-01-29 | 1 | -4/+4 | |
| | ||||||
* | dont rely on random stack state to trigger this issue; force the default ↵ | Mike Frysinger | 2007-01-28 | 1 | -0/+3 | |
| | | | | stat structs to alternative bit masks | |||||
* | new test taken from stat issue with new tar | Mike Frysinger | 2007-01-28 | 1 | -0/+104 | |
| | ||||||
* | make sure UCLIBC_LDSO can be found via path | Mike Frysinger | 2006-12-20 | 1 | -1/+7 | |
| | ||||||
* | actually scrub it, dont just comment it out | Mike Frysinger | 2006-12-16 | 1 | -5/+0 | |
| | ||||||
* | start pulling in top level Rules.mak so we get access to import ↵ | Mike Frysinger | 2006-12-16 | 3 | -5/+6 | |
| | | | | CFLAGS/LDFLAGS/CPPFLAGS | |||||
* | scrub prototype so we dont conflict with the pthread header | Mike Frysinger | 2006-12-16 | 1 | -1/+1 | |
| | ||||||
* | clean up | Mike Frysinger | 2006-12-16 | 1 | -73/+64 | |
| | ||||||
* | small cleanups | Mike Frysinger | 2006-12-16 | 1 | -9/+11 | |
| | ||||||
* | second SUSV3 legacy check should be for macros as pointed out by psm | Mike Frysinger | 2006-12-03 | 1 | -1/+1 | |
| | ||||||
* | fix building when susv3 legacy stuff is disabled | Mike Frysinger | 2006-12-02 | 1 | -0/+16 | |
| | ||||||
* | indent | Mike Frysinger | 2006-11-27 | 1 | -1/+1 | |
| | ||||||
* | Add CHECK_ONLY option to allow for running the tests on the target instead ↵ | "Steven J. Hill" | 2006-11-18 | 2 | -0/+3 | |
| | | | | of attempting to link or compile them. Perhaps I don't fully understand the test structure, but for TLS and NPTL the tests cannot be compiled on the target without a full source tree. | |||||
* | fix from Paul Brook for ISO C violation in terms of handling of modifying ↵ | Mike Frysinger | 2006-11-17 | 1 | -1/+3 | |
| | | | | automatic local variables between setjmp/longjmp | |||||
* | fix comment typos | Mike Frysinger | 2006-11-16 | 1 | -2/+2 | |
| | ||||||
* | add a test for making sure vfork/signals are handled properly across ↵ | Mike Frysinger | 2006-11-16 | 1 | -0/+106 | |
| | | | | different setjmp/longjmps | |||||
* | exercise the signal related jump code | Mike Frysinger | 2006-11-16 | 1 | -0/+50 | |
| | ||||||
* | make default output silence and have the exit status indicate error | Mike Frysinger | 2006-11-16 | 1 | -3/+13 | |
| | ||||||
* | mips64 patch from Atsushi Nemoto: | Eric Andersen | 2006-11-04 | 1 | -2/+1 | |
| | | | | | | Add selection of 3 ABI. CPU_CFLAGS is needed to generate correct sysnum.h. Fix test/Rules.mak. | |||||
* | add some more rpaths to keep the tests happy | Mike Frysinger | 2006-07-05 | 1 | -3/+4 | |
| | ||||||
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -6/+7 | |
| | | | | I had clearly run search/replace on that were cluttering things up. | |||||
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 9 | -37/+11 | |
| | | | | I had clearly run search/replace on that were cluttering things up. |