Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-08 | test/misc: Add tst-inotify | Kevin Cernekee | |
Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-01-29 | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-01-16 | tests: fdopen: add missing mode args to open() | Mike Frysinger | |
We call open() with O_CREAT, so make sure we pass in the mode else we might get build errors with fortify source. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-01-16 | tests: opendir-tst1: add header for mknod() | Mike Frysinger | |
Include sys/stat.h for mknod() prototype. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2010-06-11 | testsuite: disable some tests for !LFS | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-05-09 | powerpc: Add TLS and NPTL support | Khem Raj | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.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-10-10 | - Include stdio.h for the perror prototype, use constants from stdlib.h, | Bernhard Reutner-Fischer | |
tidy up old-style function definition. | |||
2008-10-09 | - fix test. Tests are normal userspace and are _not_ part of the libc itself | Bernhard Reutner-Fischer | |
Thanks to Tobias Poschwatta for pointing out this error. | |||
2008-10-06 | Fix scandir function to reset the errno when the | Carmelo Amoroso | |
selector returns zero(no entries) modifying the errno. The attached test case implements a dummy filter that returns alway no entries, but change the errno. scandir is not expected to fail, just returning 0 entries. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2007-03-08 | Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then ↵ | Khem Raj | |
-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. | |||
2007-01-29 | fixup shadowed warnings | Mike Frysinger | |
2007-01-29 | fixup prototype warnings | Mike Frysinger | |
2006-07-05 | fix license notice | Mike Frysinger | |
2006-03-09 | Use GNU features only if defined in header | Peter S. Mazinger | |
2006-03-05 | disable tst-gnuglob, it has no chance w/ our gnu glob | Peter S. Mazinger | |
2006-03-02 | Move hidden test file for tst-regex2 as well | Peter S. Mazinger | |
2006-03-01 | Move regex tests to their own subdir and dont run them if regex is disabled | Peter S. Mazinger | |
2006-03-01 | move to new time dir | Mike Frysinger | |
2006-02-28 | disable blug-glob1 for now | Mike Frysinger | |
2006-02-28 | remove mtrace call | Mike Frysinger | |
2006-02-28 | check more return values | Mike Frysinger | |
2006-02-28 | grab some tests from dalias | Mike Frysinger | |
2006-02-28 | pass an option to bug-glob1 | Mike Frysinger | |
2006-02-28 | grab some tests from glibc | Mike Frysinger | |
2006-02-26 | disable fnmatch test until our fnmatch stops sucking | Mike Frysinger | |
2006-02-16 | fix const position typo as pointed out by ia64/gcc | Mike Frysinger | |
2006-02-15 | need std=c99 to build tst-regex2 | Mike Frysinger | |
2006-02-15 | test file for regex test | Mike Frysinger | |
2006-02-15 | grab some tests from glibc | Mike Frysinger | |
2006-02-15 | dont bother setting TESTS now | Mike Frysinger | |
2006-02-15 | dont use %m glibcism | Mike Frysinger | |
2006-02-15 | cleanup code to fix warnings | Mike Frysinger | |
2006-02-15 | cleanup code to fix misc warnings | Mike Frysinger | |
2006-02-15 | skip collating and equivalence stuff | Mike Frysinger | |
2006-02-14 | dont fail on locale-based tests, just skip them | Mike Frysinger | |
2006-02-14 | get rid of link time warning with tmpname() | Mike Frysinger | |
2006-02-14 | convert to new test framework | Mike Frysinger | |
2006-02-14 | grab fnmatch from glibc | Mike Frysinger | |
2006-02-14 | move the 64bit tests into a sep file | Mike Frysinger | |
2006-02-14 | allow for runtime testing | Mike Frysinger | |
2006-02-14 | document why the ftell() should be 5 and not 14 | Mike Frysinger | |
2006-02-14 | fix fdopen test | Mike Frysinger | |
2006-02-04 | touchup test to have some more helpful output | Mike Frysinger | |
2006-01-14 | use regular fseeko() | Mike Frysinger | |
2006-01-14 | simple stdarg test | Mike Frysinger | |
2006-01-12 | test for seek funcs | Mike Frysinger | |
2006-01-11 | cleanup code and dont use %m glibcism | Mike Frysinger | |