summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* actually update errors variable when a test failsMike Frysinger2007-09-151-0/+1
|
* Fix arm mmap when using mmap2 syscall. Fixes bug #1303Khem Raj2007-05-151-0/+41
|
* give proper prototypesMike Frysinger2007-05-032-2/+2
|
* cancellation-points needs librtMike Frysinger2007-05-021-0/+2
|
* exercise all required POSIX pthread cancellation pointsMike Frysinger2007-05-021-0/+280
|
* This test needs XLOCALE to work."Steven J. Hill"2007-04-211-1/+1
|
* catch a small overflow in malloc-standardMike Frysinger2007-04-171-0/+42
|
* disable for nowMike Frysinger2007-04-171-3/+10
|
* test case to make sure realloc() can shrink buffers properlyMike Frysinger2007-04-111-0/+17
|
* Paul Brook writes: filter .svn dirs to greatly speed up the file grep testMike Frysinger2007-03-251-5/+6
|
* make sure undefine references in dlopen()-ed libs are handled graciouslyMike Frysinger2007-03-125-16/+44
|
* make sure dlsym() properly returns NULL with undefined symbolsMike Frysinger2007-03-123-1/+47
|
* Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then ↵Khem Raj2007-03-081-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 Raj2007-03-054-47/+84
|
* drop -Wl,-warn-common since it doesnt serve much purposeMike Frysinger2007-02-211-4/+4
|
* make sure cleanup handler is only called onceMike Frysinger2007-02-201-0/+97
|
* make sure static variables are re-initialized everytimeMike Frysinger2007-02-163-8/+68
|
* cleanup a littleMike Frysinger2007-02-161-6/+2
|
* import a slightly modified realpath() test case from glibcMike Frysinger2007-02-081-0/+254
|
* new cheesy test by Denis Vlasenko to trigger fclose loopMike Frysinger2007-02-051-0/+21
|
* make sure reading 64bit types worksMike Frysinger2007-01-291-0/+4
|
* make sure 64bit output is correctMike Frysinger2007-01-292-0/+14
|
* mark local function staticMike Frysinger2007-01-291-1/+1
|
* fixup shadowed warningsMike Frysinger2007-01-296-18/+16
|
* mark some funcs as noreturnMike Frysinger2007-01-296-51/+68
|
* fixup prototype warningsMike Frysinger2007-01-2923-85/+93
|
* make error output a little more helpfulMike Frysinger2007-01-291-1/+2
|
* fixup warningsMike Frysinger2007-01-291-2/+2
|
* fix test to work even if CPPFLAGS contains -DNDEBUGMike Frysinger2007-01-291-4/+4
|
* dont rely on random stack state to trigger this issue; force the default ↵Mike Frysinger2007-01-281-0/+3
| | | | stat structs to alternative bit masks
* new test taken from stat issue with new tarMike Frysinger2007-01-281-0/+104
|
* make sure UCLIBC_LDSO can be found via pathMike Frysinger2006-12-201-1/+7
|
* actually scrub it, dont just comment it outMike Frysinger2006-12-161-5/+0
|
* start pulling in top level Rules.mak so we get access to import ↵Mike Frysinger2006-12-163-5/+6
| | | | CFLAGS/LDFLAGS/CPPFLAGS
* scrub prototype so we dont conflict with the pthread headerMike Frysinger2006-12-161-1/+1
|
* clean upMike Frysinger2006-12-161-73/+64
|
* small cleanupsMike Frysinger2006-12-161-9/+11
|
* second SUSV3 legacy check should be for macros as pointed out by psmMike Frysinger2006-12-031-1/+1
|
* fix building when susv3 legacy stuff is disabledMike Frysinger2006-12-021-0/+16
|
* indentMike Frysinger2006-11-271-1/+1
|
* Add CHECK_ONLY option to allow for running the tests on the target instead ↵"Steven J. Hill"2006-11-182-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 Frysinger2006-11-171-1/+3
| | | | automatic local variables between setjmp/longjmp
* fix comment typosMike Frysinger2006-11-161-2/+2
|
* add a test for making sure vfork/signals are handled properly across ↵Mike Frysinger2006-11-161-0/+106
| | | | different setjmp/longjmps
* exercise the signal related jump codeMike Frysinger2006-11-161-0/+50
|
* make default output silence and have the exit status indicate errorMike Frysinger2006-11-161-3/+13
|
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-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 happyMike Frysinger2006-07-051-3/+4
|
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-6/+7
| | | | I had clearly run search/replace on that were cluttering things up.
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-059-37/+11
| | | | I had clearly run search/replace on that were cluttering things up.