summaryrefslogtreecommitdiff
path: root/tests/lib/libc/gen
AgeCommit message (Expand)Author
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-25Use English spelling of alignment.skrll
2013-10-19fix unused variable warningschristos
2013-09-16Retry previousmartin
2013-09-16Make it compile on archs where NAN is not defined - previously it onlymartin
2013-04-14Backout previous - which did not include the change described in the logmartin
2013-04-14Mark the test function as inline, so we don't get warnings if it is notmartin
2013-04-14Do not include isqemu.h if we are not going to use the testmartin
2013-04-12use one qemu testchristos
2013-04-12don't pay for sysctl if we don't have to.christos
2013-04-12easier way to find if we are on qemu.christos
2013-03-17Do not special-case qemu when expecting the failure due to PR kern/43997.jmmv
2013-02-13- check the results of the vis functionschristos
2013-02-11check the results of encoding and decodingchristos
2013-01-02Remove check for GLOB_NOCHECK - the behaviour has been changed again, so itmartin
2012-12-18- make our stat function return ENOENT if a file is not found.christos
2012-11-09More clean-up, and adjust timing of kevent test to avoid issues withpgoyette
2012-11-09Remove unnecessary header file and an unused variable.pgoyette
2012-11-08Provide clear explanation of test-case failures.pgoyette
2012-11-08Remove a debug printf(), and fix the format in another.pgoyette
2012-11-08Convert old src/regress/timer&waiter tests to ATFpgoyette
2012-06-13Skip sigbus_adraln testcase on alpha unless globalnjoly
2012-04-23Revert previous, si_addr is expected to be the faulting *data* addressmartin
2012-04-22Do not compare si_addr (address of faulting instruction) against themartin
2012-04-20ATF test for SIGBUS => BUS_ADRALN (invalid address alignment).jym
2012-04-13Do not re-add -mieee option on alpha, it's already set by default.njoly
2012-04-13Xfail on qemu unconditionally after all.jruoho
2012-04-11Flip previous (i386/qemu fails, not the amd64/qemu).jruoho
2012-04-11Revisit the previous: fails on qemu/amd64 but not qemu/i386.jruoho
2012-04-11As it turned out, the fpsetmask(3) tests were unnecessarily skipped on Qemu.jruoho
2012-04-10Do not skip the tests on Qemu, but point to PR misc/44767 instead.jruoho
2012-04-10Point to port-macppc/46319 when failing on macppc.jruoho
2012-04-09Fix asynchronous posix_spawn child exit status (and test for it).martin
2012-04-08Rework posix_spawn locking and memory management:martin
2012-04-08Append few basic test cases.jruoho
2012-03-27Adjust the memset size to not override the nul byte at the end of buffernjoly
2012-03-25PR/41558 has been fixed.christos
2012-03-25Be UTF8 clean.joerg
2012-03-18Add a case for PR lib/41558. It is unclear whether this is a bug, but atjruoho
2012-03-18To be on the safe side, use the category/number notation when referring tojruoho
2012-03-18Move the references to PRs from code comments to the test description. Oncejruoho
2012-03-17annotate the PR that failed, and has been fixed.christos
2012-03-17This does not fail anymore. Explain why the test was modified.christos
2012-03-17Add few basic tests for realpath(3).jruoho