Date: Sat, 13 May 2006 02:23:12 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97049 for review Message-ID: <200605130223.k4D2NC1G025835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605130223.k4D2NC1G025835>