PERFORCE change 97135 for review

John Birrell jb at FreeBSD.org
Sun May 14 06:37:44 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97135

Change 97135 by jb at 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:
 


More information about the p4-projects mailing list