summaryrefslogtreecommitdiff
path: root/tests/lib/libc/stdlib
AgeCommit message (Expand)Author
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
2011-06-04Fix problem with overflowing constant definitionhaad
2011-06-04Add some tests for strtol(3).jruoho
2011-06-04Add -ffloat-store add test lib/45020 also with __isnanl().jruoho
2011-06-04Add more strings to the "infinity test".jruoho
2011-06-04Verify PR lib/45020. Fails at least on amd64.jruoho
2011-05-31Mark the following tests as expected failures on qemu/amd64: 'strtod_inf',jruoho
2011-05-20Add fenv support for sparc. Mostly copied from sparc64 and share with it.nakayama
2011-05-16The support of <fenv.h> is actually for __sparc64__, not for __sparc__he
2011-05-10Use the same conditional check from <fenv.h> to fix an immediate build errorjruoho
2011-05-10Verify that strtod(3) honors the current rounding mode set by fesetround(3).jruoho
2011-05-09Few basic tests for exit(3).jruoho
2011-04-12Better to still leave the old PR number as a comment.jruoho
2011-04-12PR lib/33262 should be fixed; remove expected failure.jruoho
2011-04-10Currently known failures affect only amd64; adjust atf_tc_expect_fail().jruoho
2011-04-08Fix build failure on VAX.jruoho
2011-04-06Verify the existence of PR lib/33262.jruoho
2011-04-05Try to maintain the structure of libc and move 't_strtox' to 't_strtod'.jruoho
2011-04-05Add simple test cases for ttyname(3), strtod(3), and getgrent(3).jruoho
2011-03-22Test case from PR/44189 should not fail anymore.njoly
2011-01-13Moving t_hsearch - belongs in stdlib/pgoyette
2011-01-12Put the atexit test where it belongs - in libc/stdlib/pgoyette
2011-01-01Convert a few more tests from regress to atfpgoyette
2010-12-23Migrate a couple more tests to aftpgoyette
2010-12-06Adjust PR format in xfail message so that html test results gain apooka
2010-12-03Add testcase for PR/44189: strtod(3) wrong results with "-0x".njoly
2010-11-17Put my name in the author section.tron
2010-11-16Split threaded environment test for the other environment tests astron
2010-11-14Add a new regression test "t_threaded" which tests using getenv_r(3),tron
2010-11-14Update tests for *env(3):tron
2010-11-13Add a test for getenv(3) which fails at the moment because it doesn'ttron
2010-11-13Improve testing of environment handling:tron
2010-11-09This test is cursed.pooka
2010-11-08Increase timeout from 30 to 300 since this test runs for a long time.pooka
2010-11-03add a clearenv test.christos