From owner-p4-projects@FreeBSD.ORG Sun May 14 06:37:44 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6573416A412; Sun, 14 May 2006 06:37:44 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C30C16A414 for ; Sun, 14 May 2006 06:37:43 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B55A43D68 for ; Sun, 14 May 2006 06:37:37 +0000 (GMT) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E6bVSW009831 for ; Sun, 14 May 2006 06:37:31 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E6bVck009828 for perforce@freebsd.org; Sun, 14 May 2006 06:37:31 GMT (envelope-from jb@freebsd.org) Date: Sun, 14 May 2006 06:37:31 GMT Message-Id: <200605140637.k4E6bVck009828@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 97135 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 06:37:44 -0000 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: