summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2011-07-27As per PR bin/45180, do not traverse too deep.jruoho
2011-07-24make sum volatile to avoid printingchristos
2011-07-23gcc optimizes away the side effect free call to the "poke" function whichmartin
2011-07-20Modify exec test to be more resilient regarding partial exec protection:jym
2011-07-18Add a simple test case to check executable mapping rights for mprotect(2).jym
2011-07-18Verify that dup2(2) and dup3(2) fail with EBADF if the "new descriptor" isjruoho
2011-07-16PR lib/45148 was fixed; remove xfail.jruoho
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-15Add two more naive tests.jruoho
2011-07-15Add some cases for dup2(2) and dup3(2).jruoho
2011-07-15Split the test to two contextually different tests.jruoho
2011-07-15Rename two test files to get functional scope (and avoid confusionjruoho
2011-07-15Few naive unit tests for the getprotoent(3) family.jruoho
2011-07-14Move the uvm "loan" test to tests(7).jruoho
2011-07-14Remove the 't_mincore' test case, as it is essentially a less elegantjruoho
2011-07-14Add the test cases from the old ../regress/sys/uvm/mmap/mmap.c.jruoho
2011-07-14Use ATF_CHECK() when appropriate.jruoho
2011-07-14Add few simple test cases.jruoho
2011-07-14Adjust.jruoho
2011-07-13Rename few test case names. No functional change.jruoho
2011-07-12Fix off-by-one in strlen_huge testcase.njoly
2011-07-08Split out 't_printf' and 't_scanf' from 't_format' to gain the commonjruoho
2011-07-08Remove the amd64-part from the Qemu checks. The following tests fail also onjruoho
2011-07-07Fix previous.jruoho
2011-07-07Rename test case names.jruoho
2011-07-07Move 't_glob_star' to 't_glob' for glob(3).jruoho
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-07Rewrite the limit-test.jruoho
2011-07-07Move 't_syslog_pthread' to 't_syslog' for consistency with libc.jruoho
2011-07-07Rename some test case names for consistency. No functional change.jruoho
2011-07-07Few basic checks, including a case for strnlen(3).jruoho
2011-07-07Add one simple test case.jruoho
2011-07-07Split out the string tests from t_string.c for consistency.jruoho
2011-07-07Rename some test case names for consistency.jruoho
2011-07-07Add some errno-checks.jruoho
2011-07-07Remove 't_cerror' (this is tested by numerous individual tests).jruoho
2011-07-07Add the syscall tests back. Couple of files and tests were also renamed forjruoho
2011-07-04XXX: ugly hack to make these valid for vax fp.mrg
2011-06-29apply some -Wno-enum-compare.mrg
2011-06-18Try to initialize retval to something sensible.joerg
2011-06-18input() isn't usedjoerg
2011-06-17Remove environment variable settings.christos
2011-06-17vis'ify the excess byte printing so that xstlproc does not barf.christos
2011-06-17turn off verbosechristos
2011-06-17turn on warningschristos
2011-06-17- pass things in arguments instead of environmentchristos
2011-06-16Use proper format strings.joerg