Date: Sun, 14 May 2006 06:37:31 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97135 for review Message-ID: <200605140637.k4E6bVck009828@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97135 Change 97135 by jb@jb_freebsd2 on 2006/05/14 06:36:42 Convert a test from using 'vnode_t' to 'struct vnode' just because we have that. Enable the errno tests now that we map errno. Affected files ... .. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#7 edit Differences ... ==== //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#7 (text+ko) ==== @@ -179,6 +179,8 @@ ${.CURDIR}/tst/common/builtinvar/tst.arg1to8clause.d \ ${.CURDIR}/tst/common/builtinvar/tst.epid.d \ ${.CURDIR}/tst/common/builtinvar/tst.epid1.d \ + ${.CURDIR}/tst/common/builtinvar/tst.errno.d \ + ${.CURDIR}/tst/common/builtinvar/tst.errno1.d \ ${.CURDIR}/tst/common/builtinvar/tst.execname.d \ ${.CURDIR}/tst/common/builtinvar/tst.id.d \ ${.CURDIR}/tst/common/builtinvar/tst.id1.d \ @@ -347,6 +349,7 @@ ${.CURDIR}/tst/common/offsetof/err.D_OFFSETOF_TYPE.badtype.d \ ${.CURDIR}/tst/common/offsetof/err.D_OFFSETOF_TYPE.notsou.d \ ${.CURDIR}/tst/common/offsetof/err.D_UNKNOWN.OffsetofNULL.d \ + ${.CURDIR}/tst/common/offsetof/err.D_UNKNOWN.badmemb.d \ ${.CURDIR}/tst/common/offsetof/tst.OffsetofAlias.d \ ${.CURDIR}/tst/common/offsetof/tst.OffsetofArith.d \ ${.CURDIR}/tst/common/offsetof/tst.OffsetofUnion.d \ @@ -1271,10 +1274,6 @@ ${.CURDIR}/tst/common/builtinvar/tst.lwpsinfo.d \ ${.CURDIR}/tst/common/builtinvar/tst.lwpsinfo1.d -REQUIRES_ERRNO= \ - ${.CURDIR}/tst/common/builtinvar/tst.errno.d \ - ${.CURDIR}/tst/common/builtinvar/tst.errno1.d - REQUIRES_FBT= \ ${.CURDIR}/tst/common/misc/tst.roch.d \ ${.CURDIR}/tst/common/predicates/tst.argsnotcached.d \ @@ -1340,9 +1339,6 @@ REQUIRES_VFS_T= \ ${.CURDIR}/tst/common/inline/err.D_OP_INCOMPAT.badxlate.d -REQUIRES_VNODE_T= \ - ${.CURDIR}/tst/common/offsetof/err.D_UNKNOWN.badmemb.d - # -------------------------------------------------------------------------------- # These need to be ported or a decision made as to why they don't apply to FreeBSD:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605140637.k4E6bVck009828>