| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-09 | Use compiler builtins instead of atf_arch and atf_machine. | jmmv | |
| The atf_arch and atf_machine configuration variables were removed from atf-0.19 without me realizing that some tests were querying them directly. Instead of reintroducing those variables, just rely on compiler builtins as many other tests already do. Should fix PR bin/48582. | |||
| 2013-10-19 | fix unused variable warnings | christos | |
| 2013-10-19 | initialize variables | christos | |
| 2013-09-05 | socket(-1, SOCK_CLOEXEC, 0); followed by the process exiting (i.e. | pooka | |
| fd slot does not get initiailized before fd_free()) cases a diagnostic kernel panic. | |||
| 2013-09-05 | Fix two tests for typefit: constants larger than LLONG_MAX | gsutre | |
| do not fit in a signed long long. | |||
| 2012-12-07 | use __BITMAP_TYPE | christos | |
| 2012-12-04 | Move the bitmap(3) test to the "right" place. Note it in bitops(3). Xrefs. | jruoho | |
| 2012-08-08 | Exclude tests that use rump | christos | |
| 2012-06-03 | Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to | joerg | |
| depend on new devname_r(3) as heart. Add /dev/pts magic directly to devname(3). While it can lead to returning non-existing paths, the behavior is more consistent that way. Drop caching layer in devname(3), it doesn't buy anything for the common case of having access to the database. Teach devname(3) proper fallback behavior of scanning /dev. Create both old-style and new-style database for now in /etc/rc.d/sysdb. | |||
| 2012-03-25 | Use array access | joerg | |
| 2012-03-23 | Use SCHAR_{MIN,MAX} for signed char, not CHAR_* since not char are signed. | matt | |
| 2012-03-18 | test the __type macros | christos | |
| 2012-03-18 | To be on the safe side, use the category/number notation when referring to | jruoho | |
| PRs (otherwise third-party sed-scripts might miss the references). Also remove white-space. | |||
| 2012-03-17 | this does not fail anymore | christos | |
| 2011-11-06 | Skip the test on sparc and point to PR port-sparc/45580. | jruoho | |
| 2011-11-05 | Add printfs to see where TNF's qemu/sparc fails. | jruoho | |
| 2011-10-31 | No need to keep on trying when this fails in the expected manner. We | pgoyette | |
| really don't need to have 32k failures. OK jruoho@ | |||
| 2011-10-02 | remove stray underscore. | christos | |
| 2011-10-01 | disable test on the vax until we fix it. | christos | |
| 2011-09-30 | Add expected failures for Qemu. | jruoho | |
| 2011-09-27 | Define _PATH_CPUCTL. | jruoho | |
| 2011-08-29 | Remove some cruft that is no longer needed. | jruoho | |
| 2011-08-29 | Remove Xfails that are related to the infamous qemu/amd64 floating point | jruoho | |
| bugs. It appears to be quite difficult to identify the exact Qemu version and setup. These do not fail on the TNF's qemu/amd64 setup, which can be taken as a reference point for expected failures. | |||
| 2011-08-12 | Need root for /dev/power. | riastradh | |
| 2011-07-23 | putter_fop_stat(): set st_mode to S_IFCHR. | hannken | |
| Fixes PR #44807: something broken in stat(2). | |||
| 2011-07-11 | Convert some more ATF_REQUIRE calls to ATF_CHECK. | njoly | |
| 2011-07-11 | Make types_signed/types_unsigned testcases use ATF_CHECK instead of | njoly | |
| ATF_REQUIRE. | |||
| 2011-07-07 | Improve the QEMU/amd64 detection. | jruoho | |
| 2011-07-07 | Move the 'syscall/t_cmsg' test to 'include/sys/t_socket'. | jruoho | |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg | |
| Push -Wno-array-bounds down to the cases that depend on it. Selectively disable warnings for 3rd party software or non-trivial issues to be reviewed later to get clang -Werror to build most of the tree. | |||
| 2011-05-05 | Try to mirror the real source with the test directory structure (otherwise | jruoho | |
| the latter carries a risk of becoming a difficult mess to manage.) | |||
| 2011-05-05 | Follow the real tree with the test directory structure. | jruoho | |
| 2011-05-05 | Follow the real tree with the test directory structure. | jruoho | |
| 2011-05-03 | Some naive tests for the bswap(3) family. | jruoho | |
| 2011-05-01 | Verify PR standards/44921. | jruoho | |
| 2011-04-25 | Switch from atf_tc_fail to atf_tc_fail_nonfatal to report all missing | njoly | |
| defines, not only the first one. | |||
| 2011-04-10 | Formally verify PR standards/44777. | jruoho | |
| 2011-04-10 | Verify that PR standards/21401 is no longer an issue. | jruoho | |
| 2011-04-10 | Fix comments. | jruoho | |
| 2011-04-10 | Add tests for PR standards/44847 and PR standards/18067. | jruoho | |
| 2011-04-04 | Mark this again as expected failure. | jruoho | |
| 2011-04-04 | Add a test case for the POSIX (minimum) limits. Written by Stathis Kamperis. | jruoho | |
| 2011-03-30 | Remove atf_tc_expect_fail(). Should be fixed. | jruoho | |
| 2011-03-30 | Adjust for _PATH_CONSOLE, pointed out by njoly@. | jruoho | |
| 2011-03-30 | Another proof that even the naive test cases are worth it; | jruoho | |
| expect a failure with fstat(2) and bpf(4), PR lib/44807. | |||
| 2011-03-30 | Add some basic tests for fsync(2) and <paths.h>. | jruoho | |
| 2011-03-30 | Add missing __RCSID(3). | jruoho | |
| 2011-03-25 | Do not skip the QEMU bugs but instead mark these as expected failures. | jruoho | |
| 2011-03-25 | Bluntly skip the tests that fail under QEMU. XXX: system(3) is used for this? | jruoho | |
| wnCVS: ---------------------------------------------------------------------- | |||
| 2011-03-25 | Even these naive test cases caught one (QEMU?) bug; comment PR # 44767. | jruoho | |
