summaryrefslogtreecommitdiff
path: root/regress/sys/copy
AgeCommit message (Collapse)Author
2009-02-15Add an ENAMETOOLONG test case for copyinstr(), inspired by sthen@'s code.Joel Sing
ok sthen@ miod@
2005-04-28Run this test on all shared address space machines. With help fromOtto Moerbeek
miod and mickey; ok art@
2005-04-17duh, make sure we're testing what we thing we are. still not exactlyTed Unangst
the best test around.
2005-02-25This test is only valid on archs that have shared kernel and user addressOtto Moerbeek
space, as mickey@ pointed out. Enable only for i386 and amd64, since it might give false negatives on other archs.
2005-02-24Add tedu's copy* test, turned into a regress test by me.Otto Moerbeek