summaryrefslogtreecommitdiff
path: root/tests/lib/libc/stdlib
AgeCommit message (Expand)Author
2017-07-10Reference correct binary in error messages.joerg
2017-07-06Fix ISO C compliance: strtol of "0xX" should give the largest validjoerg
2017-04-28Fix typo in ATF test t_strtoi.ckamil
2016-06-01Fix testing of returned entptr, and fix three affected tests.pgoyette
2015-12-22Add __TEST_FENVchristos
2015-12-22Put have fenv elsewhere.christos
2015-12-22Sync list of fenv enabled architectures again (PR 48633), this time for mipsmartin
2015-12-21While PR 48633 is not properly fixed, keep the additional lists ofmartin
2015-11-07Fix code style errors pointed out by christos during the review of thenros
2015-11-07Add the C11 function aligned_alloc to libc.nros
2015-05-01- new test for strtoichristos
2015-02-27Double the timeout for sentev_basic to 600 seconds to make it work onmartin
2014-12-27Move the list of <fenv.h> supporting architectures to the makefile andmartin
2014-11-04PR misc/49356 remove unnecessary references to atf-c/config.hjustin
2014-07-20amend the new destroy function to take function pointers.christos
2014-03-01Fix sign.joerg
2014-02-27Don't use integer downcasts, use correctly sized constants for each test.joerg
2012-09-26Remove expected failures that no longer fail (probably due a Qemu update).jruoho
2012-05-15Test a bug found by Geza Herman.alnsn
2012-04-04Try fixing t_strtod to not depend on -ffloat-store by adding thejoerg
2012-03-29Adjust as per apb@'s suggestion.jruoho
2012-03-29Few fundamental consistency checks for the abs(3) family.jruoho
2012-03-29There was also atoll(3).jruoho
2012-03-29Few naive consistency checks for the atoi(3) family.jruoho
2012-03-28Apparently there is a CVE coming for the bug, so append that to a comment.jruoho
2012-03-28Add a small test that checks that random(3) does not always return zero whenjruoho
2012-03-18Move the references to PRs from code comments to the test description. Oncejruoho
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-02-24Restrict -ffloat-store to t_strtod.c.joerg
2011-09-30Add expected failures for Qemu.jruoho
2011-09-15add the reentrant function tests (copies of the non-reentrant one).christos
2011-09-11See that system(3) works.jruoho
2011-08-29Remove some cruft that is no longer needed.jruoho
2011-08-29Remove Xfails that are related to the infamous qemu/amd64 floating pointjruoho
2011-07-15Fix wrong linker flag that has always been lurking here.jruoho
2011-07-15Split out the -lpthread tests to a separate file.jruoho
2011-07-08Remove the amd64-part from the Qemu checks. The following tests fail also onjruoho
2011-07-07Merge 't_environment' and 't_environment_pth'.jruoho
2011-07-07Rename some test case names. No functional change.jruoho
2011-07-07Improve the QEMU/amd64 detection.jruoho
2011-07-04XXX: ugly hack to make these valid for vax fp.mrg
2011-06-14Remove the cases that cause integer overflow on e.g. i386.jruoho
2011-06-14The NaN case for strtold(3) was fixed for x86. Adjust for the expectedjruoho
2011-06-08Adjust types.jruoho
2011-06-07Sparc64 does not fail the strtold_nan test, so don't expect failure theremartin
2011-06-05Granularity is fine, but also adjust atf_tc_expect_fail() properly.jruoho
2011-06-05Do not blindly cast things (obviously makes the test fail).jruoho
2011-06-05Do not blindly skip test code.jmmv
2011-06-05- use c99 to avoid extra ifdefs and tidy up the codechristos
2011-06-04Only do the long double tests if __HAVE_LONG_DOUBLE is definedmatt