From owner-p4-projects@FreeBSD.ORG Fri Jun 2 06:09:55 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 405A016A9C5; Fri, 2 Jun 2006 06:09:55 +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 03ED316A9C1 for ; Fri, 2 Jun 2006 06:09:55 +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 D571C43D76 for ; Fri, 2 Jun 2006 06:09:50 +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 k5268L3g043377 for ; Fri, 2 Jun 2006 06:08:21 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5268KRh043374 for perforce@freebsd.org; Fri, 2 Jun 2006 06:08:20 GMT (envelope-from jb@freebsd.org) Date: Fri, 2 Jun 2006 06:08:20 GMT Message-Id: <200606020608.k5268KRh043374@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 98306 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: Fri, 02 Jun 2006 06:09:55 -0000 http://perforce.freebsd.org/chv.cgi?CH=98306 Change 98306 by jb@jb_freebsd2 on 2006/06/02 06:07:48 Shuffle a few tests that now work. Affected files ... .. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#13 edit Differences ... ==== //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#13 (text+ko) ==== @@ -338,6 +338,15 @@ ${.CURDIR}/tst/common/exit/err.exitarg1.d \ ${.CURDIR}/tst/common/exit/tst.basic1.d +TESTFBTPROVIDER= \ + ${.CURDIR}/tst/common/fbtprovider/err.D_PDESC_ZERO.notreturn.d \ + ${.CURDIR}/tst/common/fbtprovider/tst.functionentry.d \ + ${.CURDIR}/tst/common/fbtprovider/tst.functionreturnvalue.d \ + ${.CURDIR}/tst/common/fbtprovider/tst.ioctlargs.d \ + ${.CURDIR}/tst/common/fbtprovider/tst.offset.d \ + ${.CURDIR}/tst/common/fbtprovider/tst.offsetzero.d \ + ${.CURDIR}/tst/common/fbtprovider/tst.return0.d + TESTFUNCS= \ ${.CURDIR}/tst/common/funcs/err.D_FUNC_UNDEF.progenyofbad1.d \ ${.CURDIR}/tst/common/funcs/err.D_OP_VFPTR.badop.d \ @@ -385,7 +394,8 @@ ${.CURDIR}/tst/common/funcs/tst.strjoin.d \ ${.CURDIR}/tst/common/funcs/tst.strstr.d \ ${.CURDIR}/tst/common/funcs/tst.strtok.d \ - ${.CURDIR}/tst/common/funcs/tst.substr.d + ${.CURDIR}/tst/common/funcs/tst.substr.d \ + ${.CURDIR}/tst/common/funcs/tst.system.d TESTGRAMMAR= \ ${.CURDIR}/tst/common/grammar/err.D_ADDROF_LVAL.d \ @@ -428,8 +438,10 @@ TESTMULTIAGGS= \ ${.CURDIR}/tst/common/multiaggs/err.D_PRINTA_AGGKEY.d \ ${.CURDIR}/tst/common/multiaggs/err.D_PRINTA_AGGPROTO.d \ + ${.CURDIR}/tst/common/multiaggs/tst.many.d \ ${.CURDIR}/tst/common/multiaggs/tst.same.d \ ${.CURDIR}/tst/common/multiaggs/tst.sort.d \ + ${.CURDIR}/tst/common/multiaggs/tst.tuplecompat.d \ ${.CURDIR}/tst/common/multiaggs/tst.zero.d \ ${.CURDIR}/tst/common/multiaggs/tst.zero2.d \ ${.CURDIR}/tst/common/multiaggs/tst.zero3.d @@ -898,18 +910,6 @@ ${.CURDIR}/tst/common/fasttrap/tst.stack.d \ ${.CURDIR}/tst/common/fasttrap/tst.stack.exe -TESTFBTPROVIDER= \ - ${.CURDIR}/tst/common/fbtprovider/err.D_PDESC_ZERO.notreturn.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.basic.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.functionentry.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.functionreturnvalue.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.ioctlargs.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.offset.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.offsetzero.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.return.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.return0.d \ - ${.CURDIR}/tst/common/fbtprovider/tst.tailcall.d - TESTIO= \ ${.CURDIR}/tst/common/io/tst.fds.d \ ${.CURDIR}/tst/common/io/tst.fds.exe @@ -1043,6 +1043,12 @@ KABOOM= \ ${.CURDIR}/tst/common/buffering/tst.alignring.d \ ${.CURDIR}/tst/common/buffering/tst.cputime.ksh \ + ${.CURDIR}/tst/common/fbtprovider/tst.basic.d \ + ${.CURDIR}/tst/common/fbtprovider/tst.return.d \ + ${.CURDIR}/tst/common/fbtprovider/tst.tailcall.d \ + ${.CURDIR}/tst/common/safety/tst.basename.d \ + ${.CURDIR}/tst/common/safety/tst.caller.d \ + ${.CURDIR}/tst/common/safety/tst.strchr.d \ # -------------------------------------------------------------------------------- # The normal test targets: @@ -1064,6 +1070,7 @@ ${TESTENUM} \ ${TESTERROR} \ ${TESTEXIT} \ + ${TESTFBTPROVIDER} \ ${TESTFUNCS} \ ${TESTGRAMMAR} \ ${TESTINLINE} \ @@ -1291,8 +1298,6 @@ REQUIRES_FBT= \ ${.CURDIR}/tst/common/misc/tst.roch.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 \ @@ -1367,17 +1372,14 @@ TESTHANG= \ ${.CURDIR}/tst/common/aggs/tst.signature.d \ ${.CURDIR}/tst/common/funcs/tst.chill.ksh \ - ${.CURDIR}/tst/common/funcs/tst.system.d \ ${.CURDIR}/tst/common/inline/tst.InlineKinds.d \ ${.CURDIR}/tst/common/misc/tst.enablerace.ksh \ - ${.CURDIR}/tst/common/multiaggs/tst.many.d \ ${.CURDIR}/tst/common/multiaggs/tst.sortpos.d \ - ${.CURDIR}/tst/common/multiaggs/tst.tuplecompat.d \ ${.CURDIR}/tst/common/predicates/tst.predcache.ksh \ ${.CURDIR}/tst/common/printa/tst.many.d \ ${.CURDIR}/tst/common/printa/tst.stack.d \ ${.CURDIR}/tst/common/speculation/tst.NoSpecBuffer.d \ - ${.CURDIR}/tst/common/tracemem/tst.rootvp.d + ${.CURDIR}/tst/common/tracemem/tst.rootvp.d \ testhang : ${.CURDIR}/bin/dtest ${TESTHANG} @${.CURDIR}/bin/dtest ${TESTHANG}