From owner-p4-projects@FreeBSD.ORG Sat May 13 02:23:14 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 072B616A404; Sat, 13 May 2006 02:23:14 +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 9012A16A401 for ; Sat, 13 May 2006 02:23:13 +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 5477943D46 for ; Sat, 13 May 2006 02:23:13 +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 k4D2NCVD025838 for ; Sat, 13 May 2006 02:23:12 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4D2NC1G025835 for perforce@freebsd.org; Sat, 13 May 2006 02:23:12 GMT (envelope-from jb@freebsd.org) Date: Sat, 13 May 2006 02:23:12 GMT Message-Id: <200605130223.k4D2NC1G025835@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 97049 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: Sat, 13 May 2006 02:23:14 -0000 http://perforce.freebsd.org/chv.cgi?CH=97049 Change 97049 by jb@jb_freebsd2 on 2006/05/13 02:22:11 This update seems to have fallen on lost (p4) ears. Huh? Affected files ... .. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#4 edit Differences ... ==== //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#4 (text+ko) ==== @@ -519,33 +519,8 @@ ${.CURDIR}/tst/common/providers/tst.twoprof.d TESTSAFETY= \ - ${.CURDIR}/tst/common/safety/tst.basename.d \ - ${.CURDIR}/tst/common/safety/tst.caller.d \ - ${.CURDIR}/tst/common/safety/tst.cleanpath.d \ ${.CURDIR}/tst/common/safety/tst.copyin.d \ - ${.CURDIR}/tst/common/safety/tst.ddi_pathname.d \ - ${.CURDIR}/tst/common/safety/tst.dirname.d \ - ${.CURDIR}/tst/common/safety/tst.index.d \ - ${.CURDIR}/tst/common/safety/tst.msgdsize.d \ - ${.CURDIR}/tst/common/safety/tst.msgsize.d \ - ${.CURDIR}/tst/common/safety/tst.null.d \ - ${.CURDIR}/tst/common/safety/tst.progenyof.d \ - ${.CURDIR}/tst/common/safety/tst.random.d \ - ${.CURDIR}/tst/common/safety/tst.rw.d \ - ${.CURDIR}/tst/common/safety/tst.shortstr.d \ - ${.CURDIR}/tst/common/safety/tst.stack.d \ - ${.CURDIR}/tst/common/safety/tst.stackdepth.d \ - ${.CURDIR}/tst/common/safety/tst.strchr.d \ - ${.CURDIR}/tst/common/safety/tst.strjoin.d \ - ${.CURDIR}/tst/common/safety/tst.strstr.d \ - ${.CURDIR}/tst/common/safety/tst.strtok.d \ - ${.CURDIR}/tst/common/safety/tst.substr.d \ - ${.CURDIR}/tst/common/safety/tst.unalign.d \ - ${.CURDIR}/tst/common/safety/tst.uregs.d \ - ${.CURDIR}/tst/common/safety/tst.ustack.d \ - ${.CURDIR}/tst/common/safety/tst.ustackdepth.d \ - ${.CURDIR}/tst/common/safety/tst.vahole.d \ - ${.CURDIR}/tst/common/safety/tst.violentdeath.ksh + ${.CURDIR}/tst/common/safety/tst.shortstr.d TESTSCALARS= \ ${.CURDIR}/tst/common/scalars/err.D_ARR_LOCAL.thisarray.d \ @@ -1102,6 +1077,7 @@ ${TESTPROBES} \ ${TESTPROFILE} \ ${TESTPROVIDERS} \ + ${TESTSAFETY} \ ${TESTSCALARS} \ ${TESTSIZEOF} \ ${TESTSPECULATION} \ @@ -1303,7 +1279,32 @@ ${.CURDIR}/tst/common/builtinvar/tst.errno1. REQUIRES_FBT= \ - ${.CURDIR}/tst/common/predicates/tst.argsnotcached.d + ${.CURDIR}/tst/common/predicates/tst.argsnotcached.d \ + ${.CURDIR}/tst/common/safety/tst.basename.d \ + ${.CURDIR}/tst/common/safety/tst.caller.d \ + ${.CURDIR}/tst/common/safety/tst.cleanpath.d \ + ${.CURDIR}/tst/common/safety/tst.ddi_pathname.d \ + ${.CURDIR}/tst/common/safety/tst.dirname.d \ + ${.CURDIR}/tst/common/safety/tst.index.d \ + ${.CURDIR}/tst/common/safety/tst.msgdsize.d \ + ${.CURDIR}/tst/common/safety/tst.msgsize.d \ + ${.CURDIR}/tst/common/safety/tst.null.d \ + ${.CURDIR}/tst/common/safety/tst.progenyof.d \ + ${.CURDIR}/tst/common/safety/tst.random.d \ + ${.CURDIR}/tst/common/safety/tst.rw.d \ + ${.CURDIR}/tst/common/safety/tst.stack.d \ + ${.CURDIR}/tst/common/safety/tst.stackdepth.d \ + ${.CURDIR}/tst/common/safety/tst.strchr.d \ + ${.CURDIR}/tst/common/safety/tst.strjoin.d \ + ${.CURDIR}/tst/common/safety/tst.strstr.d \ + ${.CURDIR}/tst/common/safety/tst.strtok.d \ + ${.CURDIR}/tst/common/safety/tst.substr.d \ + ${.CURDIR}/tst/common/safety/tst.unalign.d \ + ${.CURDIR}/tst/common/safety/tst.uregs.d \ + ${.CURDIR}/tst/common/safety/tst.ustack.d \ + ${.CURDIR}/tst/common/safety/tst.ustackdepth.d \ + ${.CURDIR}/tst/common/safety/tst.vahole.d \ + ${.CURDIR}/tst/common/safety/tst.violentdeath.ksh REQUIRES_KMEM_FLAGS= \ ${.CURDIR}/tst/common/assocs/err.D_OP_INCOMPAT.dupgtype.d \