Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-28 | test: remove test suite | Waldemar Brodkorb | |
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step. | |||
2016-10-20 | test: add nftw test case | Waldemar Brodkorb | |
2016-04-17 | remove m68k binutils workarounds | Waldemar Brodkorb | |
With binutils 2.26 for m68k and 2.25.1 for coldfire, these -fPIC workarounds no longer required. | |||
2015-08-30 | tst-mkostemps: fix test case on read-only root filesystem | Waldemar Brodkorb | |
Better use /tmp as embedded systems might have a read-only root. Fix two wrong asserts. | |||
2015-08-22 | add tests for mkostemps() | Romain Naour | |
Signed-off-by: Romain Naour <romain.naour@openwide.fr> | |||
2015-05-30 | use static directories | Waldemar Brodkorb | |
The list might not exist on target when cross-compiling. | |||
2015-04-13 | fix linking for m68k | Waldemar Brodkorb | |
2015-03-29 | merge uClibc git master | Waldemar Brodkorb | |
2015-03-25 | test: tweaks | Bernhard Reutner-Fischer | |
Fix arc4random exclusion for real. Silence warning about missing prototype for external helper-function in tst-scandir Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2015-03-25 | utmp: favour POSIX utmpx over SVID utmp | Bernhard Reutner-Fischer | |
Note: _PATH_UTMPX == _PATH_UTMP and the utmp struct is identical to the utmpx struct so this only changes the external API entrypoints and NOT the underlying data source. This saves about 500b (~1300b from previously ~1950) while at it. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2015-03-22 | test: add utmpx test | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2015-01-04 | add -fPIC to some tests. | Waldemar Brodkorb | |
This is required to avoid a assertion error in binutils 2.24 for m68k. | |||
2014-12-25 | merge upstream changes | Waldemar Brodkorb | |
2014-12-15 | test: Some more tests under conditionals | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2014-10-05 | disable some test for avr32, compile failures. | Waldemar Brodkorb | |
2013-03-14 | test: add missing top_srcdir | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2013-03-14 | test: cater for config | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2013-01-17 | statfs: support f_frsize | Bernhard Reutner-Fischer | |
closes bugzilla #5834 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
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 | |