summaryrefslogtreecommitdiff
path: root/tests/lib/libc
AgeCommit message (Expand)Author
2017-10-28fix typochristos
2017-10-28make tests print the values.christos
2017-10-27The Zone test was obviously intended to test %Z rather than %z, otherwisekre
2017-10-27Remove bogus errno checks, mktime() (and timegm()) does not guaranteekre
2017-10-08Don't bother attempting any of the (real) test cases if the SYSVMSGkre
2017-10-08Skip the mincore_shmseg test case if the SYSVSHM option is not configuredkre
2017-10-07If we have SYSVMSG in kernel (test finds it) restore the signal handlerkre
2017-10-06Make this test skip if running on a kernel without the SYSVMSG option.kre
2017-09-01Allow the test to build on systems where sys/mman.h does not providekre
2017-09-01Use PROT_MPROTECT() (which would have been better had it been calledkre
2017-08-24The military/nautical time zones were added following RFC 822 and RFCginsbach
2017-08-23Add test from PR/52499christos
2017-08-16Add missing strfmon_l. Noticed by Bruno Haible. Add test case.joerg
2017-08-10Separate the C/POSIX locale test from the rest; make it more thoroughperseant
2017-07-23Add missing files from last commit:perseant
2017-07-20Don't execute random garbage. Fixes mprotect_mremap_exec test.uwe
2017-07-14Add a simple collation test. This test is expected to fail on HEAD sinceperseant
2017-07-14VAX doesn't have the test cases, so stub the body as well.joerg
2017-07-12Add ISO10646 versions of these tests, conditional on __STDC_ISO_10646__ .perseant
2017-07-10Reference correct binary in error messages.joerg
2017-07-09add another missing munmap (Kamil)christos
2017-07-09add munmapchristos
2017-07-09check for EFAULT on reads and writes to memory with not permission.christos
2017-07-06Fix ISO C compliance: strtol of "0xX" should give the largest validjoerg
2017-06-24Reduce the number of iterations in the bsize_torture test from 65535gson
2017-06-07Change t_sprintf to an expected failure, since we don't respect the emptyperseant
2017-06-01Add tests for btowc(3)/wctob(3) and enable compilation of the test forperseant
2017-05-30Add test cases for sprintf/sscanf/strto{d,l} and the is* and isw* ctype funct...perseant
2017-05-30Add simple test case for toupper/tolowerperseant
2017-05-26Add simple expect-fail test case for strcoll(3)perseant
2017-05-25Add a member to the test data structure that indicates whether the givenperseant
2017-05-23Add the error in syscall failure.christos
2017-05-23not allowed to map RWX anymore.christos
2017-05-23Handle dk disks and print errors.christos
2017-05-21Remove MKCRYPTO option.riastradh
2017-05-06Extend the mmap(2) interface to allow requesting protections for laterjoerg
2017-05-03Improve style of PT_SETSTEP and PT_CLEARSTEP tests in t_ptrace_wait*kamil
2017-04-28Fix typo in ATF test t_strtoi.ckamil
2017-04-26- add range testschristos
2017-04-16ATF test attach2/t_ptrace_wait* is unstablekamil
2017-04-16Mark signal3/t_ptrace_wait* with timeout on sparc 32-bitkamil
2017-04-16Mark syscallemu1/t_ptrace_wait* broken on 32-bit sparckamil
2017-04-16Restore atf_tc_expect_fail in signal4 of t_ptrace_wait*kamil
2017-04-12Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD partkamil
2017-04-10fork1 and siginfo5 no longer fails on !x86 platforms in t_ptrace_wait*kamil
2017-04-08Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEPkamil
2017-04-02Import ptrace(2) tests into appropriate directory tests/lib/libc/sys/kamil
2017-03-25Rather than ghecking system global state to see if mprotect might bepgoyette
2017-03-24Do not toggle global security.pax.mprotect state in an attempt tomartin
2017-03-05reenable sigfpe_flt on powerpc now that FPU exceptions work.chs