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. | |||
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> | |||
2006-02-28 | check more return values | Mike Frysinger | |
2006-02-14 | get rid of link time warning with tmpname() | 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 | |
2003-01-28 | Add a couple of tests | Eric Andersen | |