summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2014-03-03Remove the print of the rounding mode.dsl
2014-03-03Define HAVE_FENV_H on architectures that support it.martin
2014-03-03Remove all cargo-cult #ifndef __vax__ from the tests, that just papermartin
2014-03-03Fix build for platforms w/o fenv.h.martin
2014-03-02Include the subtest number in any error output.dsl
2014-03-01Fix sign.joerg
2014-03-01Some of the acos() tests seem to fail on some systems.dsl
2014-02-27Avoid promotion in subexpressions.joerg
2014-02-27Don't use integer downcasts, use correctly sized constants for each test.joerg
2014-02-27Use an abs wide enough to cover the types involved.joerg
2014-02-26Remove hardcoded VM_MIN_ADDRESS and instead query current value viamartin
2014-02-21Remove excemption for i386 (PR lib/48601) - missing aliases will bemartin
2014-02-18For now excempt i386 from __sync_lock_test_and_set_8 and point tomartin
2014-02-17Since clang doesn't recognize the nand variants of the sync builtins andjoerg
2014-02-17Add a link-time test for __sync_* primitives (see PR 48368) - thismartin
2014-02-09Use compiler builtins instead of atf_arch and atf_machine.jmmv
2014-02-02Add a few more test values from the range that sparc64 previously wouldmartin
2014-02-01Skip testcase inside its body for architectures w/o long double supportmartin
2014-02-01Print a slightly more helpfull message in case of test failuremartin
2014-01-30No unused functions if there is no long double support.joerg
2014-01-30Add test for uint64 to real long double conversion.joerg
2014-01-26Support using fenv instead of fpsetmask if HAVE_FENV is defined.matt
2014-01-26Make this real even though it isn't yet used.matt
2014-01-25Use English spelling of alignment.skrll
2014-01-21fix comment typos pointed out by uebayasiyamt
2014-01-20- fix funopen usageyamt
2014-01-19Remove -O0 from CPPFLAGS, and instead setapb
2014-01-19Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.apb
2014-01-13When using braces around shell variable names, do so consistentlygson
2014-01-13Add missing resolv.conf override to the gethostbyaddr6 test case.gson
2014-01-11New gcc can reuse stack frames for tail calls, so "main" is an optionalmartin
2014-01-11Make the output of the test case better suited for debugging (output fullmartin
2014-01-10Remove comment that no longer applies.gson
2014-01-10In the strcat test, smash the stack more severely (this all may dependmartin
2014-01-10Add a cleanup routine because if a test fails, the script exits and thechristos
2014-01-09fix copyright botch and add library for netinet6; still does not fix thechristos
2014-01-09Use our own resolv.conf file simplifying the test to not need rump_vfs.christos
2014-01-06Fix spelling of "daemon". Pointed out by Thomas Klausner.gson
2014-01-06Make t_hostent test cases that query the DNS work on systems with nogson
2014-01-03netstat expected output includes ipv6 sucket, so add netinet6pooka
2013-12-20sixthavenue got upgradedchristos
2013-12-12Add stack alignement test for sparcmartin
2013-12-11Add stack alignment checks for alpha, arm, mips, powerpc, and vax.matt
2013-11-22Adjust expected epsilon for sqrtl <-> powl comparisions for defects inmartin
2013-11-21Add carriage return to list of valid character substitutions.blymn
2013-11-21Add carriage return to the quoted character listblymn
2013-11-19Add cbrtl(3) and sqrtl(3), from FreeBSD.joerg
2013-11-15Add stack alignement checking for sparc64martin
2013-11-15Check stack alignment on hppa.skrll
2013-11-15- Add bpf_args_t and convert bpf_filter_ext() to use it. This allows thermind