summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-10-30Add test cases of NAT-T (transport mode)ozaki-r
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-27Handle esp-udp for NAT-Tozaki-r
2017-10-27Remove bogus errno checks, mktime() (and timegm()) does not guaranteekre
2017-10-20Add test cases for one SP with multiple SAsozaki-r
2017-10-20Suppress name resolutionozaki-r
2017-10-20Fix incomplete SP setupsozaki-r
2017-10-20Show packet countersozaki-r
2017-10-14add test case for new format 'f' and 'F'ryo
2017-10-11 Add a test case for duplicated VLAN ID.msaitoh
2017-10-08Make most of the resize_ffs tests skip if PUFFS is not configuredkre
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-06Add a new sub-test to validate ~ expansions.kre
2017-10-06Make this test skip if running on a kernel without the SYSVMSG option.kre
2017-10-02Update recently-added test to adapt to new signature of LIST_MOVE()pgoyette
2017-10-02Add a new minimalistic test for LIST_MOVE to verify that the list'spgoyette
2017-09-29Add declaration. build fixmaya
2017-09-29Add simple test for workqueue(9)maya
2017-09-29Run both tests (rather than rumptest_threadjoin twice)maya
2017-09-20Add tests of rtcache invalidationozaki-r
2017-09-07Add test mtree -O with same hash value in directory and leaf.nakayama
2017-09-03Fix verb form.wiz
2017-09-03Use a global double to stop GCC from optimizing the test awaymaya
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-30Add a short case for the alpha test failuremaya
2017-08-30use PRIu64 to print uint64_t, don't print sizeofmaya
2017-08-30Add test case for alpha's MPFR config test failuremaya
2017-08-28add tests for 4->6 connections.christos
2017-08-28add v6 testschristos
2017-08-25PR/49003: Ngie Cooper: add <sys/time.h>ginsbach
2017-08-24The military/nautical time zones were added following RFC 822 and RFCginsbach
2017-08-23Add test from PR/52499christos
2017-08-21don't skip nexttoward for aarch64 and mips64christos
2017-08-21Make the $'...' syntax tests test what is supposed to work, rather thankre
2017-08-20fix build (missing nexttoward on mips64 and aarch64)christos
2017-08-19Add a few more sub-tests to the $'...' syntax tests.kre
2017-08-18Add a basic test for $'...' quoting (roughly C ctyle strings).kre
2017-08-17Add test cases for nextafter() and nexttoward(). At the moment nohe
2017-08-16Add missing strfmon_l. Noticed by Bruno Haible. Add test case.joerg
2017-08-12Add sparc/sparc64 support for irelative relocations.joerg
2017-08-11Re-enable the test for nearbyint(), now that all ports (save vax,he
2017-08-10Separate the C/POSIX locale test from the rest; make it more thoroughperseant
2017-08-10Add IRELATIVE support for ARM, X86 and PowerPC.joerg
2017-08-10Add support IP_PKTINFO for sendmsg(2).ryo
2017-08-09Add counter check to vlan(4) ATF. Implemented by s-yamaguchi@IIJ, thanks.knakahara