| Age | Commit message (Expand) | Author |
| 2014-02-09 | Use compiler builtins instead of atf_arch and atf_machine. | jmmv |
| 2014-02-02 | Add a few more test values from the range that sparc64 previously would | martin |
| 2014-02-01 | Skip testcase inside its body for architectures w/o long double support | martin |
| 2014-02-01 | Print a slightly more helpfull message in case of test failure | martin |
| 2014-01-30 | No unused functions if there is no long double support. | joerg |
| 2014-01-30 | Add test for uint64 to real long double conversion. | joerg |
| 2014-01-26 | Support using fenv instead of fpsetmask if HAVE_FENV is defined. | matt |
| 2014-01-25 | Use English spelling of alignment. | skrll |
| 2013-10-19 | fix unused variable warnings | christos |
| 2013-09-16 | Retry previous | martin |
| 2013-09-16 | Make it compile on archs where NAN is not defined - previously it only | martin |
| 2013-04-14 | Backout previous - which did not include the change described in the log | martin |
| 2013-04-14 | Mark the test function as inline, so we don't get warnings if it is not | martin |
| 2013-04-14 | Do not include isqemu.h if we are not going to use the test | martin |
| 2013-04-12 | use one qemu test | christos |
| 2013-04-12 | don't pay for sysctl if we don't have to. | christos |
| 2013-04-12 | easier way to find if we are on qemu. | christos |
| 2013-03-17 | Do not special-case qemu when expecting the failure due to PR kern/43997. | jmmv |
| 2013-02-13 | - check the results of the vis functions | christos |
| 2013-02-11 | check the results of encoding and decoding | christos |
| 2013-01-02 | Remove check for GLOB_NOCHECK - the behaviour has been changed again, so it | martin |
| 2012-12-18 | - make our stat function return ENOENT if a file is not found. | christos |
| 2012-11-09 | More clean-up, and adjust timing of kevent test to avoid issues with | pgoyette |
| 2012-11-09 | Remove unnecessary header file and an unused variable. | pgoyette |
| 2012-11-08 | Provide clear explanation of test-case failures. | pgoyette |
| 2012-11-08 | Remove a debug printf(), and fix the format in another. | pgoyette |
| 2012-11-08 | Convert old src/regress/timer&waiter tests to ATF | pgoyette |
| 2012-06-13 | Skip sigbus_adraln testcase on alpha unless global | njoly |
| 2012-04-23 | Revert previous, si_addr is expected to be the faulting *data* address | martin |
| 2012-04-22 | Do not compare si_addr (address of faulting instruction) against the | martin |
| 2012-04-20 | ATF test for SIGBUS => BUS_ADRALN (invalid address alignment). | jym |
| 2012-04-13 | Do not re-add -mieee option on alpha, it's already set by default. | njoly |
| 2012-04-13 | Xfail on qemu unconditionally after all. | jruoho |
| 2012-04-11 | Flip previous (i386/qemu fails, not the amd64/qemu). | jruoho |
| 2012-04-11 | Revisit the previous: fails on qemu/amd64 but not qemu/i386. | jruoho |
| 2012-04-11 | As it turned out, the fpsetmask(3) tests were unnecessarily skipped on Qemu. | jruoho |
| 2012-04-10 | Do not skip the tests on Qemu, but point to PR misc/44767 instead. | jruoho |
| 2012-04-10 | Point to port-macppc/46319 when failing on macppc. | jruoho |
| 2012-04-09 | Fix asynchronous posix_spawn child exit status (and test for it). | martin |
| 2012-04-08 | Rework posix_spawn locking and memory management: | martin |
| 2012-04-08 | Append few basic test cases. | jruoho |
| 2012-03-27 | Adjust the memset size to not override the nul byte at the end of buffer | njoly |
| 2012-03-25 | PR/41558 has been fixed. | christos |
| 2012-03-25 | Be UTF8 clean. | joerg |
| 2012-03-18 | Add a case for PR lib/41558. It is unclear whether this is a bug, but at | jruoho |
| 2012-03-18 | To be on the safe side, use the category/number notation when referring to | jruoho |
| 2012-03-18 | Move the references to PRs from code comments to the test description. Once | jruoho |
| 2012-03-17 | annotate the PR that failed, and has been fixed. | christos |
| 2012-03-17 | This does not fail anymore. Explain why the test was modified. | christos |
| 2012-03-17 | Add few basic tests for realpath(3). | jruoho |