summaryrefslogtreecommitdiff
path: root/tests/include
AgeCommit message (Expand)Author
2019-05-13Get rid of all the -lrumpdev and -lrumpvfs that are no longer neededbad
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-07-25Avoid undefined behavior in an ATF test: t_bitopskamil
2018-07-25Avoid undefined behavior in an ATF test: t_typeskamil
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-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2016-08-08We now need librumpdev to resolve rumpns_config_cfdriver_attach whichpgoyette
2016-04-09Introduce pserialize-safe linked lists.riastradh
2016-04-08Make this list diff- and sort-friendlier.riastradh
2016-03-16rework to avoid new GCC 5.3 errors and improve readabilitymrg
2016-01-23Define _KERNTYPES for things that need it.christos
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2015-05-07Use correcet variable name when printing the error code.pgoyette
2015-05-07Don't fail if open() of sysmon devices returns ENODEV. This canpgoyette
2015-03-21one more white space -> tab.isaki
2015-03-21Rewrite ilog2's test. PR lib/49745.isaki
2015-03-14white space -> tab.isaki
2015-02-272 seconds is too small as timeout on slow machines, bump to 10 (my hppamartin
2014-11-04PR misc/49356 remove unnecessary references to atf-c/config.hjustin
2014-02-09Use compiler builtins instead of atf_arch and atf_machine.jmmv
2013-10-19fix unused variable warningschristos
2013-10-19initialize variableschristos
2013-09-05socket(-1, SOCK_CLOEXEC, 0); followed by the process exiting (i.e.pooka
2013-09-05Fix two tests for typefit: constants larger than LLONG_MAXgsutre
2012-12-07use __BITMAP_TYPEchristos
2012-12-04Move the bitmap(3) test to the "right" place. Note it in bitops(3). Xrefs.jruoho
2012-08-08Exclude tests that use rumpchristos
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2012-03-25Use array accessjoerg
2012-03-23Use SCHAR_{MIN,MAX} for signed char, not CHAR_* since not char are signed.matt
2012-03-18test the __type macroschristos
2012-03-18To be on the safe side, use the category/number notation when referring tojruoho
2012-03-17this does not fail anymorechristos
2011-11-06Skip the test on sparc and point to PR port-sparc/45580.jruoho
2011-11-05Add printfs to see where TNF's qemu/sparc fails.jruoho
2011-10-31No need to keep on trying when this fails in the expected manner. Wepgoyette
2011-10-02remove stray underscore.christos
2011-10-01disable test on the vax until we fix it.christos
2011-09-30Add expected failures for Qemu.jruoho
2011-09-27Define _PATH_CPUCTL.jruoho
2011-08-29Remove some cruft that is no longer needed.jruoho
2011-08-29Remove Xfails that are related to the infamous qemu/amd64 floating pointjruoho
2011-08-12Need root for /dev/power.riastradh
2011-07-23putter_fop_stat(): set st_mode to S_IFCHR.hannken
2011-07-11Convert some more ATF_REQUIRE calls to ATF_CHECK.njoly
2011-07-11Make types_signed/types_unsigned testcases use ATF_CHECK instead ofnjoly
2011-07-07Improve the QEMU/amd64 detection.jruoho
2011-07-07Move the 'syscall/t_cmsg' test to 'include/sys/t_socket'.jruoho
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg