summaryrefslogtreecommitdiff
path: root/tests/lib/libc
AgeCommit message (Expand)Author
2015-09-12make error more informative.christos
2015-09-11Add two test cases that should cover PR 50228.martin
2015-07-08Build t_fpgetmask/t_fpgetround for aarch64 since they are now in libcmatt
2015-07-04strptime now sets tm_ydaychristos
2015-06-22- don't create a db file.christos
2015-06-22Add new failing test.christos
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2015-06-06Don't pass uninitialized variables by value.joerg
2015-05-23Add a VIS_NOLOCALE testchristos
2015-05-01- new test for strtoichristos
2015-04-28Add hour tests as a standalone test case.ginsbach
2015-04-22Make century and year conversion tests a standalone test case rather thanginsbach
2015-04-21Make seconds conversion tests a standalone test case rather thanginsbach
2015-04-17Add more detail to test descriptions.ginsbach
2015-04-09Split inet_addr(3) tests from t_inet_network into stand-alone t_inet_addr,ginsbach
2015-04-05fix typo bindinging -> bindingrtr
2015-04-05add another test program for connect(2) that checks that connect failsrtr
2015-04-05- ATF_REQUIRE(EINVAL == errno);rtr
2015-04-05New test program for bind(2), with a single (currently eroneously failing)martin
2015-03-29add return_one_startmatt
2015-03-28Update for new RISCV ABImatt
2015-03-07Reduce the number of loops.isaki
2015-02-28Make sure to use the values calculated in the loop that is supposed to crashmartin
2015-02-27add truncate causing signal testchristos
2015-02-27Double the timeout for sentev_basic to 600 seconds to make it work onmartin
2015-02-26bsize_ffactor takes *very* long to complete on some slower machines (maybemartin
2015-02-17m68k (except sun2) never issue SIGBUS on unaligned accesses.isaki
2015-02-14uint64_t -> uint32_t. 32bit is sufficient in this caseisaki
2015-02-13Fix strange editor mishap and start block comment on its own line.martin
2015-02-05Skip kqueue_unsupported_fd test if /dev/drvctl is not configuredisaki
2015-01-31PR/49617: Kirk Russell: posix_fallocate() should be returning an error onchristos
2015-01-03Need stdlib.h for EXIT_FAILUREgson
2014-12-29Include <ieeefp.h> even for the <fenv.h> case since we use fpsetmask()martin
2014-12-27Move the list of <fenv.h> supporting architectures to the makefile andmartin
2014-12-27Enable fenv for armmartin
2014-11-19Skip the SIGFPE test on arm when the FPU does not provide exception handling.martin
2014-11-19Use machdep.unaligned_sigbus to skip the unaligned access test on armmartin
2014-11-18Skip the tests on ARM if the NEON fpu does not support exceptions (Cortex).martin
2014-11-04PR misc/49356 remove unnecessary references to atf-c/config.hjustin
2014-10-31PR misc/49342 fix issue where time can tick during testsjustin
2014-10-19Add negative offset checks to fseekojustin
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-18Explicitly link C++ test case with CXX.joerg
2014-10-15PR standards/49279 add tests for open_memstream, ported from OpenBSDjustin
2014-10-13Fix include order, so the makefile actually does something again.martin
2014-10-13Do not try the C++ 2011 test with gcc < 4.8martin
2014-10-12You need double the number of backslashes in a pattern, since \\ -> '\' inchristos
2014-10-12Add expect fail for PR lib/49278justin
2014-10-12Add some fnmatch test cases from other C library test suitesjustin
2014-10-12If we don't have 64 bit atomic ops, also do not test "long long" and intmax_tmartin